Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPath
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1beta1 |
-
Uses of HTTPIngressPath in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return HTTPIngressPath Modifier and Type Method Description HTTPIngressPathHTTPIngressPathBuilder. build()HTTPIngressPathHTTPIngressRuleValueFluent. buildFirstPath()HTTPIngressPathHTTPIngressRuleValueFluentImpl. buildFirstPath()HTTPIngressPathHTTPIngressRuleValueFluent. buildLastPath()HTTPIngressPathHTTPIngressRuleValueFluentImpl. buildLastPath()HTTPIngressPathHTTPIngressRuleValueFluent. buildMatchingPath(io.fabric8.kubernetes.api.builder.Predicate<HTTPIngressPathBuilder> predicate)HTTPIngressPathHTTPIngressRuleValueFluentImpl. buildMatchingPath(io.fabric8.kubernetes.api.builder.Predicate<HTTPIngressPathBuilder> predicate)HTTPIngressPathHTTPIngressRuleValueFluent. buildPath(int index)HTTPIngressPathHTTPIngressRuleValueFluentImpl. buildPath(int index)HTTPIngressPathDoneableHTTPIngressPath. done()Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return types with arguments of type HTTPIngressPath Modifier and Type Method Description List<HTTPIngressPath>HTTPIngressRuleValueFluent. buildPaths()List<HTTPIngressPath>HTTPIngressRuleValueFluentImpl. buildPaths()List<HTTPIngressPath>HTTPIngressRuleValue. getPaths()List<HTTPIngressPath>HTTPIngressRuleValueFluent. getPaths()Deprecated.List<HTTPIngressPath>HTTPIngressRuleValueFluentImpl. getPaths()Deprecated.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type HTTPIngressPath Modifier and Type Method Description HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. addNewPathLike(HTTPIngressPath item)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluentImpl. addNewPathLike(HTTPIngressPath item)AHTTPIngressRuleValueFluent. addToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. addToPaths(HTTPIngressPath... items)AHTTPIngressRuleValueFluentImpl. addToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluentImpl. addToPaths(HTTPIngressPath... items)AHTTPIngressRuleValueFluent. removeFromPaths(HTTPIngressPath... items)AHTTPIngressRuleValueFluentImpl. removeFromPaths(HTTPIngressPath... items)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluent. setNewPathLike(int index, HTTPIngressPath item)HTTPIngressRuleValueFluent.PathsNested<A>HTTPIngressRuleValueFluentImpl. setNewPathLike(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. setToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluentImpl. setToPaths(int index, HTTPIngressPath item)AHTTPIngressRuleValueFluent. withPaths(HTTPIngressPath... paths)AHTTPIngressRuleValueFluentImpl. withPaths(HTTPIngressPath... paths)Method parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type HTTPIngressPath Modifier and Type Method Description AHTTPIngressRuleValueFluent. addAllToPaths(Collection<HTTPIngressPath> items)AHTTPIngressRuleValueFluentImpl. addAllToPaths(Collection<HTTPIngressPath> items)AHTTPIngressRuleValueFluent. removeAllFromPaths(Collection<HTTPIngressPath> items)AHTTPIngressRuleValueFluentImpl. removeAllFromPaths(Collection<HTTPIngressPath> items)voidHTTPIngressRuleValue. setPaths(List<HTTPIngressPath> paths)AHTTPIngressRuleValueFluent. withPaths(List<HTTPIngressPath> paths)AHTTPIngressRuleValueFluentImpl. withPaths(List<HTTPIngressPath> paths)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type HTTPIngressPath Constructor Description DoneableHTTPIngressPath(HTTPIngressPath item)DoneableHTTPIngressPath(HTTPIngressPath item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)HTTPIngressPathBuilder(HTTPIngressPath instance)HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent, HTTPIngressPath instance)HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent, HTTPIngressPath instance, Boolean validationEnabled)HTTPIngressPathBuilder(HTTPIngressPath instance, Boolean validationEnabled)HTTPIngressPathFluentImpl(HTTPIngressPath instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type HTTPIngressPath Constructor Description DoneableHTTPIngressPath(io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)DoneableHTTPIngressPath(io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)DoneableHTTPIngressPath(HTTPIngressPath item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)DoneableHTTPIngressPath(HTTPIngressPath item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)HTTPIngressRuleValue(List<HTTPIngressPath> paths)