Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ServicePort
-
-
Uses of IoK8sApiCoreV1ServicePort in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1ServicePort Modifier and Type Method Description IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. appProtocol(String appProtocol)IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. name(String name)IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. nodePort(Integer nodePort)IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. port(Integer port)IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. protocol(String protocol)IoK8sApiCoreV1ServicePortIoK8sApiCoreV1ServicePort. targetPort(String targetPort)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1ServicePort Modifier and Type Method Description List<IoK8sApiCoreV1ServicePort>IoK8sApiCoreV1ServiceSpec. getPorts()The list of ports that are exposed by this service.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1ServicePort Modifier and Type Method Description IoK8sApiCoreV1ServiceSpecIoK8sApiCoreV1ServiceSpec. addPortsItem(IoK8sApiCoreV1ServicePort portsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1ServicePort Modifier and Type Method Description IoK8sApiCoreV1ServiceSpecIoK8sApiCoreV1ServiceSpec. ports(List<IoK8sApiCoreV1ServicePort> ports)voidIoK8sApiCoreV1ServiceSpec. setPorts(List<IoK8sApiCoreV1ServicePort> ports)
-