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