Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressRuleValueFluent.PathsNested
-
Packages that use HTTPIngressRuleValueFluent.PathsNested Package Description io.fabric8.kubernetes.api.model.networking.v1beta1 -
-
Uses of HTTPIngressRuleValueFluent.PathsNested in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return HTTPIngressRuleValueFluent.PathsNested Modifier and Type Method Description HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. addNewPath()HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. addNewPathLike(HTTPIngressPath item)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. editFirstPath()HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. editLastPath()HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. editMatchingPath(Predicate<HTTPIngressPathBuilder> predicate)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. editPath(int index)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. setNewPathLike(int index, HTTPIngressPath item)
-