Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiPolicyV1beta1HostPortRange
-
-
Uses of IoK8sApiPolicyV1beta1HostPortRange in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiPolicyV1beta1HostPortRange Modifier and Type Method Description IoK8sApiPolicyV1beta1HostPortRangeIoK8sApiPolicyV1beta1HostPortRange. max(Integer max)IoK8sApiPolicyV1beta1HostPortRangeIoK8sApiPolicyV1beta1HostPortRange. min(Integer min)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiPolicyV1beta1HostPortRange Modifier and Type Method Description List<IoK8sApiPolicyV1beta1HostPortRange>IoK8sApiPolicyV1beta1PodSecurityPolicySpec. getHostPorts()hostPorts determines which host port ranges are allowed to be exposed.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiPolicyV1beta1HostPortRange Modifier and Type Method Description IoK8sApiPolicyV1beta1PodSecurityPolicySpecIoK8sApiPolicyV1beta1PodSecurityPolicySpec. addHostPortsItem(IoK8sApiPolicyV1beta1HostPortRange hostPortsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiPolicyV1beta1HostPortRange Modifier and Type Method Description IoK8sApiPolicyV1beta1PodSecurityPolicySpecIoK8sApiPolicyV1beta1PodSecurityPolicySpec. hostPorts(List<IoK8sApiPolicyV1beta1HostPortRange> hostPorts)voidIoK8sApiPolicyV1beta1PodSecurityPolicySpec. setHostPorts(List<IoK8sApiPolicyV1beta1HostPortRange> hostPorts)
-