| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1Endpoint |
V1beta1Endpoint.addAddressesItem(String addressesItem) |
V1beta1Endpoint |
V1beta1Endpoint.addresses(List<String> addresses) |
V1beta1Endpoint |
V1beta1Endpoint.conditions(V1beta1EndpointConditions conditions) |
V1beta1Endpoint |
V1beta1Endpoint.hostname(String hostname) |
V1beta1Endpoint |
V1beta1Endpoint.nodeName(String nodeName) |
V1beta1Endpoint |
V1beta1Endpoint.putTopologyItem(String key,
String topologyItem) |
V1beta1Endpoint |
V1beta1Endpoint.targetRef(V1ObjectReference targetRef) |
V1beta1Endpoint |
V1beta1Endpoint.topology(Map<String,String> topology) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1Endpoint> |
V1beta1EndpointSlice.getEndpoints()
endpoints is a list of unique endpoints in this slice.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSlice |
V1beta1EndpointSlice.addEndpointsItem(V1beta1Endpoint endpointsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSlice |
V1beta1EndpointSlice.endpoints(List<V1beta1Endpoint> endpoints) |
void |
V1beta1EndpointSlice.setEndpoints(List<V1beta1Endpoint> endpoints) |
Copyright © 2021. All rights reserved.