Uses of Class
io.kubernetes.client.openapi.models.V1ContainerPort
Packages that use V1ContainerPort
-
Uses of V1ContainerPort in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ContainerPortModifier and TypeMethodDescriptionV1ContainerPort.containerPort
(Integer containerPort) static V1ContainerPort
Create an instance of V1ContainerPort given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1ContainerPortModifier and TypeMethodDescriptionV1Container.getPorts()
List of ports to expose from the container.V1EphemeralContainer.getPorts()
Ports are not allowed for ephemeral containers.Methods in io.kubernetes.client.openapi.models with parameters of type V1ContainerPortModifier and TypeMethodDescriptionV1Container.addPortsItem
(V1ContainerPort portsItem) V1EphemeralContainer.addPortsItem
(V1ContainerPort portsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ContainerPortModifier and TypeMethodDescriptionV1Container.ports
(List<V1ContainerPort> ports) V1EphemeralContainer.ports
(List<V1ContainerPort> ports) void
V1Container.setPorts
(List<V1ContainerPort> ports) void
V1EphemeralContainer.setPorts
(List<V1ContainerPort> ports)