| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Endpoint |
V1Endpoint.addAddressesItem(String addressesItem) |
V1Endpoint |
V1Endpoint.addresses(List<String> addresses) |
V1Endpoint |
V1Endpoint.conditions(V1EndpointConditions conditions) |
V1Endpoint |
V1Endpoint.deprecatedTopology(Map<String,String> deprecatedTopology) |
V1Endpoint |
V1Endpoint.hints(V1EndpointHints hints) |
V1Endpoint |
V1Endpoint.hostname(String hostname) |
V1Endpoint |
V1Endpoint.nodeName(String nodeName) |
V1Endpoint |
V1Endpoint.putDeprecatedTopologyItem(String key,
String deprecatedTopologyItem) |
V1Endpoint |
V1Endpoint.targetRef(V1ObjectReference targetRef) |
V1Endpoint |
V1Endpoint.zone(String zone) |
| Modifier and Type | Method and Description |
|---|---|
List<V1Endpoint> |
V1EndpointSlice.getEndpoints()
endpoints is a list of unique endpoints in this slice.
|
| Modifier and Type | Method and Description |
|---|---|
V1EndpointSlice |
V1EndpointSlice.addEndpointsItem(V1Endpoint endpointsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1EndpointSlice |
V1EndpointSlice.endpoints(List<V1Endpoint> endpoints) |
void |
V1EndpointSlice.setEndpoints(List<V1Endpoint> endpoints) |
Copyright © 2021. All rights reserved.