Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ContainerPort
-
-
Uses of IoK8sApiCoreV1ContainerPort in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1ContainerPort Modifier and Type Method Description IoK8sApiCoreV1ContainerPortIoK8sApiCoreV1ContainerPort. containerPort(Integer containerPort)IoK8sApiCoreV1ContainerPortIoK8sApiCoreV1ContainerPort. hostIP(String hostIP)IoK8sApiCoreV1ContainerPortIoK8sApiCoreV1ContainerPort. hostPort(Integer hostPort)IoK8sApiCoreV1ContainerPortIoK8sApiCoreV1ContainerPort. name(String name)IoK8sApiCoreV1ContainerPortIoK8sApiCoreV1ContainerPort. protocol(String protocol)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1ContainerPort Modifier and Type Method Description List<IoK8sApiCoreV1ContainerPort>IoK8sApiCoreV1Container. getPorts()List of ports to expose from the container.List<IoK8sApiCoreV1ContainerPort>IoK8sApiCoreV1EphemeralContainer. getPorts()Ports are not allowed for ephemeral containers.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1ContainerPort Modifier and Type Method Description IoK8sApiCoreV1ContainerIoK8sApiCoreV1Container. addPortsItem(IoK8sApiCoreV1ContainerPort portsItem)IoK8sApiCoreV1EphemeralContainerIoK8sApiCoreV1EphemeralContainer. addPortsItem(IoK8sApiCoreV1ContainerPort portsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1ContainerPort Modifier and Type Method Description IoK8sApiCoreV1ContainerIoK8sApiCoreV1Container. ports(List<IoK8sApiCoreV1ContainerPort> ports)IoK8sApiCoreV1EphemeralContainerIoK8sApiCoreV1EphemeralContainer. ports(List<IoK8sApiCoreV1ContainerPort> ports)voidIoK8sApiCoreV1Container. setPorts(List<IoK8sApiCoreV1ContainerPort> ports)voidIoK8sApiCoreV1EphemeralContainer. setPorts(List<IoK8sApiCoreV1ContainerPort> ports)
-