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