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