Uses of Class
io.fabric8.kubernetes.api.model.EndpointSubset
-
Packages that use 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)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 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 Endpoints(String apiVersion, String kind, ObjectMeta metadata, List<EndpointSubset> subsets)
-