Uses of Class
io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath
-
-
Uses of HTTPIngressPath in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return HTTPIngressPath Modifier and Type Method Description HTTPIngressPathHTTPIngressPathBuilder. build()HTTPIngressPathHTTPIngressRuleValueFluent. buildFirstPath()HTTPIngressPathHTTPIngressRuleValueFluent. buildLastPath()HTTPIngressPathHTTPIngressRuleValueFluent. buildMatchingPath(Predicate<HTTPIngressPathBuilder> predicate)HTTPIngressPathHTTPIngressRuleValueFluent. buildPath(int index)Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type HTTPIngressPath Modifier and Type Method Description List<HTTPIngressPath>HTTPIngressRuleValueFluent. buildPaths()List<HTTPIngressPath>HTTPIngressRuleValue. getPaths()Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type HTTPIngressPath Modifier and Type Method Description HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. addNewPathLike(HTTPIngressPath item)AHTTPIngressRuleValueFluent. addToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. addToPaths(HTTPIngressPath... items)protected voidHTTPIngressPathFluent. copyInstance(HTTPIngressPath instance)AHTTPIngressRuleValueFluent. removeFromPaths(HTTPIngressPath... items)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. setNewPathLike(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. setToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. withPaths(HTTPIngressPath... paths)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type HTTPIngressPath Modifier and Type Method Description AHTTPIngressRuleValueFluent. addAllToPaths(Collection<HTTPIngressPath> items)AHTTPIngressRuleValueFluent. removeAllFromPaths(Collection<HTTPIngressPath> items)voidHTTPIngressRuleValue. setPaths(List<HTTPIngressPath> paths)AHTTPIngressRuleValueFluent. withPaths(List<HTTPIngressPath> paths)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type HTTPIngressPath Constructor Description HTTPIngressPathBuilder(HTTPIngressPath instance)HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent, HTTPIngressPath instance)HTTPIngressPathFluent(HTTPIngressPath instance)Constructor parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type HTTPIngressPath Constructor Description HTTPIngressRuleValue(List<HTTPIngressPath> paths)
-