Uses of Interface
k8s.io.api.core.v1.Generated.EndpointSubsetOrBuilder
-
Packages that use Generated.EndpointSubsetOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.EndpointSubsetOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.EndpointSubsetOrBuilder Modifier and Type Class Description static classGenerated.EndpointSubsetEndpointSubset is a group of addresses with a common set of ports.static classGenerated.EndpointSubset.BuilderEndpointSubset is a group of addresses with a common set of ports.Methods in k8s.io.api.core.v1 that return Generated.EndpointSubsetOrBuilder Modifier and Type Method Description Generated.EndpointSubsetOrBuilderGenerated.Endpoints.Builder. getSubsetsOrBuilder(int index)The set of all endpoints is the union of all subsets.Generated.EndpointSubsetOrBuilderGenerated.Endpoints. getSubsetsOrBuilder(int index)The set of all endpoints is the union of all subsets.Generated.EndpointSubsetOrBuilderGenerated.EndpointsOrBuilder. getSubsetsOrBuilder(int index)The set of all endpoints is the union of all subsets.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.EndpointSubsetOrBuilder Modifier and Type Method Description List<? extends Generated.EndpointSubsetOrBuilder>Generated.Endpoints.Builder. getSubsetsOrBuilderList()The set of all endpoints is the union of all subsets.List<? extends Generated.EndpointSubsetOrBuilder>Generated.Endpoints. getSubsetsOrBuilderList()The set of all endpoints is the union of all subsets.List<? extends Generated.EndpointSubsetOrBuilder>Generated.EndpointsOrBuilder. getSubsetsOrBuilderList()The set of all endpoints is the union of all subsets.
-