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