Uses of Class
io.fabric8.kubernetes.api.model.EndpointSubset
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of EndpointSubset in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EndpointSubset Modifier and Type Method Description EndpointSubsetEndpointSubsetBuilder. build()EndpointSubsetEndpointsFluent. buildFirstSubset()EndpointSubsetEndpointsFluentImpl. buildFirstSubset()EndpointSubsetEndpointsFluent. buildLastSubset()EndpointSubsetEndpointsFluentImpl. buildLastSubset()EndpointSubsetEndpointsFluent. buildMatchingSubset(Predicate<EndpointSubsetBuilder> predicate)EndpointSubsetEndpointsFluentImpl. buildMatchingSubset(Predicate<EndpointSubsetBuilder> predicate)EndpointSubsetEndpointsFluent. buildSubset(int index)EndpointSubsetEndpointsFluentImpl. buildSubset(int index)EndpointSubsetDoneableEndpointSubset. done()Methods in io.fabric8.kubernetes.api.model that return types with arguments of type EndpointSubset Modifier and Type Method Description List<EndpointSubset>EndpointsFluent. buildSubsets()List<EndpointSubset>EndpointsFluentImpl. buildSubsets()List<EndpointSubset>Endpoints. getSubsets()List<EndpointSubset>EndpointsFluent. getSubsets()Deprecated.List<EndpointSubset>EndpointsFluentImpl. getSubsets()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointSubset Modifier and Type Method Description AEndpointsFluent. addAllToSubsets(Collection<EndpointSubset> items)AEndpointsFluentImpl. addAllToSubsets(Collection<EndpointSubset> items)AEndpointsFluent. removeAllFromSubsets(Collection<EndpointSubset> items)AEndpointsFluentImpl. removeAllFromSubsets(Collection<EndpointSubset> items)voidEndpoints. setSubsets(List<EndpointSubset> subsets)AEndpointsFluent. withSubsets(List<EndpointSubset> subsets)AEndpointsFluentImpl. withSubsets(List<EndpointSubset> subsets)Constructors in io.fabric8.kubernetes.api.model with parameters of type EndpointSubset Constructor Description DoneableEndpointSubset(EndpointSubset item)DoneableEndpointSubset(EndpointSubset item, Function<EndpointSubset,EndpointSubset> function)EndpointSubsetBuilder(EndpointSubset instance)EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent, EndpointSubset instance)EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent, EndpointSubset instance, Boolean validationEnabled)EndpointSubsetBuilder(EndpointSubset instance, Boolean validationEnabled)EndpointSubsetFluentImpl(EndpointSubset instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointSubset Constructor Description DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function)DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function)DoneableEndpointSubset(EndpointSubset item, Function<EndpointSubset,EndpointSubset> function)DoneableEndpointSubset(EndpointSubset item, Function<EndpointSubset,EndpointSubset> function)Endpoints(String apiVersion, String kind, ObjectMeta metadata, List<EndpointSubset> subsets)