Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.IngressLoadBalancerStatusFluent.IngressNested
-
Packages that use IngressLoadBalancerStatusFluent.IngressNested Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of IngressLoadBalancerStatusFluent.IngressNested in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 that return IngressLoadBalancerStatusFluent.IngressNested Modifier and Type Method Description IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. addNewIngress()IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. addNewIngressLike(IngressLoadBalancerIngress item)IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. editFirstIngress()IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. editIngress(int index)IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. editLastIngress()IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. editMatchingIngress(Predicate<IngressLoadBalancerIngressBuilder> predicate)IngressLoadBalancerStatusFluent.IngressNested<A>IngressLoadBalancerStatusFluent. setNewIngressLike(int index, IngressLoadBalancerIngress item)
-