Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
EndpointSubset |
EndpointSubsetBuilder.build() |
EndpointSubset |
EndpointsFluent.buildFirstSubset() |
EndpointSubset |
EndpointsFluentImpl.buildFirstSubset() |
EndpointSubset |
EndpointsFluent.buildLastSubset() |
EndpointSubset |
EndpointsFluentImpl.buildLastSubset() |
EndpointSubset |
EndpointsFluent.buildMatchingSubset(Predicate<EndpointSubsetBuilder> predicate) |
EndpointSubset |
EndpointsFluentImpl.buildMatchingSubset(Predicate<EndpointSubsetBuilder> predicate) |
EndpointSubset |
EndpointsFluent.buildSubset(int index) |
EndpointSubset |
EndpointsFluentImpl.buildSubset(int index) |
EndpointSubset |
DoneableEndpointSubset.done() |
Modifier and Type | Method and Description |
---|---|
List<EndpointSubset> |
EndpointsFluent.buildSubsets() |
List<EndpointSubset> |
EndpointsFluentImpl.buildSubsets() |
List<EndpointSubset> |
EndpointsFluent.getSubsets()
Deprecated.
|
List<EndpointSubset> |
EndpointsFluentImpl.getSubsets()
Deprecated.
|
List<EndpointSubset> |
Endpoints.getSubsets() |
Modifier and Type | Method and Description |
---|---|
A |
EndpointsFluent.addAllToSubsets(Collection<EndpointSubset> items) |
A |
EndpointsFluentImpl.addAllToSubsets(Collection<EndpointSubset> items) |
A |
EndpointsFluent.removeAllFromSubsets(Collection<EndpointSubset> items) |
A |
EndpointsFluentImpl.removeAllFromSubsets(Collection<EndpointSubset> items) |
void |
Endpoints.setSubsets(List<EndpointSubset> subsets) |
A |
EndpointsFluent.withSubsets(List<EndpointSubset> subsets) |
A |
EndpointsFluentImpl.withSubsets(List<EndpointSubset> subsets) |
Constructor and Description |
---|
DoneableEndpointSubset(EndpointSubset item) |
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
EndpointSubsetBuilder(EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubset instance,
Boolean validationEnabled) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance,
Boolean validationEnabled) |
EndpointSubsetFluentImpl(EndpointSubset instance) |
Constructor and Description |
---|
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function) |
Endpoints(String apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Copyright © 2011–2017 Red Hat. All rights reserved.