| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<V1EndpointSubset> |
V1EndpointsFluentImpl.buildSubsets() |
List<V1EndpointSubset> |
V1EndpointsFluent.buildSubsets() |
List<V1EndpointSubset> |
V1EndpointsFluentImpl.getSubsets()
Deprecated.
|
List<V1EndpointSubset> |
V1EndpointsFluent.getSubsets()
Deprecated.
|
List<V1EndpointSubset> |
V1Endpoints.getSubsets()
The set of all endpoints is the union of all subsets.
|
| Modifier and Type | Method and Description |
|---|---|
A |
V1EndpointsFluentImpl.addAllToSubsets(Collection<V1EndpointSubset> items) |
A |
V1EndpointsFluent.addAllToSubsets(Collection<V1EndpointSubset> items) |
A |
V1EndpointsFluentImpl.removeAllFromSubsets(Collection<V1EndpointSubset> items) |
A |
V1EndpointsFluent.removeAllFromSubsets(Collection<V1EndpointSubset> items) |
void |
V1Endpoints.setSubsets(List<V1EndpointSubset> subsets) |
V1Endpoints |
V1Endpoints.subsets(List<V1EndpointSubset> subsets) |
A |
V1EndpointsFluentImpl.withSubsets(List<V1EndpointSubset> subsets) |
A |
V1EndpointsFluent.withSubsets(List<V1EndpointSubset> subsets) |
| Constructor and Description |
|---|
V1EndpointSubsetBuilder(V1EndpointSubset instance) |
V1EndpointSubsetBuilder(V1EndpointSubset instance,
Boolean validationEnabled) |
V1EndpointSubsetBuilder(V1EndpointSubsetFluent<?> fluent,
V1EndpointSubset instance) |
V1EndpointSubsetBuilder(V1EndpointSubsetFluent<?> fluent,
V1EndpointSubset instance,
Boolean validationEnabled) |
V1EndpointSubsetFluentImpl(V1EndpointSubset instance) |
Copyright © 2020. All rights reserved.