Uses of Class
io.fabric8.kubernetes.api.model.extensions.HostPortRange
-
-
Uses of HostPortRange in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return HostPortRange Modifier and Type Method Description HostPortRangeHostPortRangeBuilder. build()HostPortRangePodSecurityPolicySpecFluent. buildFirstHostPort()HostPortRangePodSecurityPolicySpecFluent. buildHostPort(int index)HostPortRangePodSecurityPolicySpecFluent. buildLastHostPort()HostPortRangePodSecurityPolicySpecFluent. buildMatchingHostPort(Predicate<HostPortRangeBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type HostPortRange Modifier and Type Method Description List<HostPortRange>PodSecurityPolicySpecFluent. buildHostPorts()List<HostPortRange>PodSecurityPolicySpec. getHostPorts()hostPorts determines which host port ranges are allowed to be exposed.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type HostPortRange Modifier and Type Method Description PodSecurityPolicySpecFluent.HostPortsNested<A>PodSecurityPolicySpecFluent. addNewHostPortLike(HostPortRange item)APodSecurityPolicySpecFluent. addToHostPorts(int index, HostPortRange item)APodSecurityPolicySpecFluent. addToHostPorts(HostPortRange... items)protected voidHostPortRangeFluent. copyInstance(HostPortRange instance)APodSecurityPolicySpecFluent. removeFromHostPorts(HostPortRange... items)PodSecurityPolicySpecFluent.HostPortsNested<A>PodSecurityPolicySpecFluent. setNewHostPortLike(int index, HostPortRange item)APodSecurityPolicySpecFluent. setToHostPorts(int index, HostPortRange item)APodSecurityPolicySpecFluent. withHostPorts(HostPortRange... hostPorts)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type HostPortRange Modifier and Type Method Description APodSecurityPolicySpecFluent. addAllToHostPorts(Collection<HostPortRange> items)APodSecurityPolicySpecFluent. removeAllFromHostPorts(Collection<HostPortRange> items)voidPodSecurityPolicySpec. setHostPorts(List<HostPortRange> hostPorts)hostPorts determines which host port ranges are allowed to be exposed.APodSecurityPolicySpecFluent. withHostPorts(List<HostPortRange> hostPorts)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type HostPortRange Constructor Description HostPortRangeBuilder(HostPortRange instance)HostPortRangeBuilder(HostPortRangeFluent<?> fluent, HostPortRange instance)HostPortRangeFluent(HostPortRange instance)
-