Uses of Class
io.fabric8.kubernetes.api.model.extensions.NetworkPolicySpecFluent.IngressNested
-
-
Uses of NetworkPolicySpecFluent.IngressNested in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions 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)
-