Uses of Interface
k8s.io.api.core.v1.Generated.ServicePortOrBuilder
-
Packages that use Generated.ServicePortOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.ServicePortOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.ServicePortOrBuilder Modifier and Type Class Description static classGenerated.ServicePortServicePort contains information on service's port.static classGenerated.ServicePort.BuilderServicePort contains information on service's port.Methods in k8s.io.api.core.v1 that return Generated.ServicePortOrBuilder Modifier and Type Method Description Generated.ServicePortOrBuilderGenerated.ServiceSpec.Builder. getPortsOrBuilder(int index)The list of ports that are exposed by this service.Generated.ServicePortOrBuilderGenerated.ServiceSpec. getPortsOrBuilder(int index)The list of ports that are exposed by this service.Generated.ServicePortOrBuilderGenerated.ServiceSpecOrBuilder. getPortsOrBuilder(int index)The list of ports that are exposed by this service.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.ServicePortOrBuilder Modifier and Type Method Description List<? extends Generated.ServicePortOrBuilder>Generated.ServiceSpec.Builder. getPortsOrBuilderList()The list of ports that are exposed by this service.List<? extends Generated.ServicePortOrBuilder>Generated.ServiceSpec. getPortsOrBuilderList()The list of ports that are exposed by this service.List<? extends Generated.ServicePortOrBuilder>Generated.ServiceSpecOrBuilder. getPortsOrBuilderList()The list of ports that are exposed by this service.
-