Uses of Class
io.kubernetes.client.openapi.models.V1ServicePort
Packages that use V1ServicePort
-
Uses of V1ServicePort in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServicePortModifier and TypeMethodDescriptionV1ServicePort.appProtocol
(String appProtocol) V1ServicePort.targetPort
(IntOrString targetPort) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ServicePortModifier and TypeMethodDescriptionV1ServiceSpec.getPorts()
The list of ports that are exposed by this service.Methods in io.kubernetes.client.openapi.models with parameters of type V1ServicePortMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ServicePortModifier and TypeMethodDescriptionV1ServiceSpec.ports
(List<V1ServicePort> ports) void
V1ServiceSpec.setPorts
(List<V1ServicePort> ports)