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