public interface HTTPIngressRuleValueFluent<A extends HTTPIngressRuleValueFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HTTPIngressRuleValueFluent.PathsNested<N> |
A addToPaths(int index, HTTPIngressPath item)
A setToPaths(int index, HTTPIngressPath item)
A addToPaths(HTTPIngressPath... items)
A addAllToPaths(Collection<HTTPIngressPath> items)
A removeFromPaths(HTTPIngressPath... items)
A removeAllFromPaths(Collection<HTTPIngressPath> items)
A removeMatchingFromPaths(Predicate<HTTPIngressPathBuilder> predicate)
@Deprecated List<HTTPIngressPath> getPaths()
List<HTTPIngressPath> buildPaths()
HTTPIngressPath buildPath(int index)
HTTPIngressPath buildFirstPath()
HTTPIngressPath buildLastPath()
HTTPIngressPath buildMatchingPath(Predicate<HTTPIngressPathBuilder> predicate)
Boolean hasMatchingPath(Predicate<HTTPIngressPathBuilder> predicate)
A withPaths(List<HTTPIngressPath> paths)
A withPaths(HTTPIngressPath... paths)
Boolean hasPaths()
HTTPIngressRuleValueFluent.PathsNested<A> addNewPath()
HTTPIngressRuleValueFluent.PathsNested<A> addNewPathLike(HTTPIngressPath item)
HTTPIngressRuleValueFluent.PathsNested<A> setNewPathLike(int index, HTTPIngressPath item)
HTTPIngressRuleValueFluent.PathsNested<A> editPath(int index)
HTTPIngressRuleValueFluent.PathsNested<A> editFirstPath()
HTTPIngressRuleValueFluent.PathsNested<A> editLastPath()
HTTPIngressRuleValueFluent.PathsNested<A> editMatchingPath(Predicate<HTTPIngressPathBuilder> predicate)
Copyright © 2015–2021 Red Hat. All rights reserved.