Uses of Class
io.fabric8.kubernetes.api.model.PortStatus
-
Packages that use PortStatus Package Description io.fabric8.kubernetes.api.model -
-
Uses of PortStatus in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PortStatus Modifier and Type Method Description PortStatusPortStatusBuilder. build()PortStatusLoadBalancerIngressFluent. buildFirstPort()PortStatusLoadBalancerIngressFluent. buildLastPort()PortStatusLoadBalancerIngressFluent. buildMatchingPort(Predicate<PortStatusBuilder> predicate)PortStatusLoadBalancerIngressFluent. buildPort(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type PortStatus Modifier and Type Method Description List<PortStatus>LoadBalancerIngressFluent. buildPorts()List<PortStatus>LoadBalancerIngress. getPorts()Methods in io.fabric8.kubernetes.api.model with parameters of type PortStatus Modifier and Type Method Description LoadBalancerIngressFluent.PortsNested<A>LoadBalancerIngressFluent. addNewPortLike(PortStatus item)ALoadBalancerIngressFluent. addToPorts(int index, PortStatus item)ALoadBalancerIngressFluent. addToPorts(PortStatus... items)protected voidPortStatusFluent. copyInstance(PortStatus instance)ALoadBalancerIngressFluent. removeFromPorts(PortStatus... items)LoadBalancerIngressFluent.PortsNested<A>LoadBalancerIngressFluent. setNewPortLike(int index, PortStatus item)ALoadBalancerIngressFluent. setToPorts(int index, PortStatus item)ALoadBalancerIngressFluent. withPorts(PortStatus... ports)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type PortStatus Modifier and Type Method Description ALoadBalancerIngressFluent. addAllToPorts(Collection<PortStatus> items)ALoadBalancerIngressFluent. removeAllFromPorts(Collection<PortStatus> items)voidLoadBalancerIngress. setPorts(List<PortStatus> ports)ALoadBalancerIngressFluent. withPorts(List<PortStatus> ports)Constructors in io.fabric8.kubernetes.api.model with parameters of type PortStatus Constructor Description PortStatusBuilder(PortStatus instance)PortStatusBuilder(PortStatusFluent<?> fluent, PortStatus instance)PortStatusFluent(PortStatus instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type PortStatus Constructor Description LoadBalancerIngress(String hostname, String ip, String ipMode, List<PortStatus> ports)
-