Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.IngressPortStatus
-
Packages that use IngressPortStatus Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of IngressPortStatus in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 that return IngressPortStatus Modifier and Type Method Description IngressPortStatusIngressPortStatusBuilder. build()IngressPortStatusIngressLoadBalancerIngressFluent. buildFirstPort()IngressPortStatusIngressLoadBalancerIngressFluent. buildLastPort()IngressPortStatusIngressLoadBalancerIngressFluent. buildMatchingPort(Predicate<IngressPortStatusBuilder> predicate)IngressPortStatusIngressLoadBalancerIngressFluent. buildPort(int index)Methods in io.fabric8.kubernetes.api.model.networking.v1 that return types with arguments of type IngressPortStatus Modifier and Type Method Description List<IngressPortStatus>IngressLoadBalancerIngressFluent. buildPorts()List<IngressPortStatus>IngressLoadBalancerIngress. getPorts()ports provides information about the ports exposed by this LoadBalancer.Methods in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type IngressPortStatus Modifier and Type Method Description IngressLoadBalancerIngressFluent.PortsNested<A>IngressLoadBalancerIngressFluent. addNewPortLike(IngressPortStatus item)AIngressLoadBalancerIngressFluent. addToPorts(int index, IngressPortStatus item)AIngressLoadBalancerIngressFluent. addToPorts(IngressPortStatus... items)protected voidIngressPortStatusFluent. copyInstance(IngressPortStatus instance)AIngressLoadBalancerIngressFluent. removeFromPorts(IngressPortStatus... items)IngressLoadBalancerIngressFluent.PortsNested<A>IngressLoadBalancerIngressFluent. setNewPortLike(int index, IngressPortStatus item)AIngressLoadBalancerIngressFluent. setToPorts(int index, IngressPortStatus item)AIngressLoadBalancerIngressFluent. withPorts(IngressPortStatus... ports)Method parameters in io.fabric8.kubernetes.api.model.networking.v1 with type arguments of type IngressPortStatus Modifier and Type Method Description AIngressLoadBalancerIngressFluent. addAllToPorts(Collection<IngressPortStatus> items)AIngressLoadBalancerIngressFluent. removeAllFromPorts(Collection<IngressPortStatus> items)voidIngressLoadBalancerIngress. setPorts(List<IngressPortStatus> ports)ports provides information about the ports exposed by this LoadBalancer.AIngressLoadBalancerIngressFluent. withPorts(List<IngressPortStatus> ports)Constructors in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type IngressPortStatus Constructor Description IngressPortStatusBuilder(IngressPortStatus instance)IngressPortStatusBuilder(IngressPortStatusFluent<?> fluent, IngressPortStatus instance)IngressPortStatusFluent(IngressPortStatus instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1 with type arguments of type IngressPortStatus Constructor Description IngressLoadBalancerIngress(String hostname, String ip, List<IngressPortStatus> ports)
-