public class NetworkingV1beta1HTTPIngressRuleValueFluentImpl<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>> extends BaseFluent<A> implements NetworkingV1beta1HTTPIngressRuleValueFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.PathsNestedImpl<N> |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<N>
_visitables
Constructor and Description |
---|
NetworkingV1beta1HTTPIngressRuleValueFluentImpl() |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl(NetworkingV1beta1HTTPIngressRuleValue instance) |
public NetworkingV1beta1HTTPIngressRuleValueFluentImpl()
public NetworkingV1beta1HTTPIngressRuleValueFluentImpl(NetworkingV1beta1HTTPIngressRuleValue instance)
public A addToPaths(int index, NetworkingV1beta1HTTPIngressPath item)
addToPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A setToPaths(int index, NetworkingV1beta1HTTPIngressPath item)
setToPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A addToPaths(NetworkingV1beta1HTTPIngressPath... items)
addToPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A addAllToPaths(Collection<NetworkingV1beta1HTTPIngressPath> items)
addAllToPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A removeFromPaths(NetworkingV1beta1HTTPIngressPath... items)
removeFromPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A removeAllFromPaths(Collection<NetworkingV1beta1HTTPIngressPath> items)
removeAllFromPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A removeMatchingFromPaths(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate)
removeMatchingFromPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
@Deprecated public List<NetworkingV1beta1HTTPIngressPath> getPaths()
getPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public List<NetworkingV1beta1HTTPIngressPath> buildPaths()
buildPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressPath buildPath(int index)
buildPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressPath buildFirstPath()
buildFirstPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressPath buildLastPath()
buildLastPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressPath buildMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate)
buildMatchingPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public Boolean hasMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate)
hasMatchingPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A withPaths(List<NetworkingV1beta1HTTPIngressPath> paths)
withPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public A withPaths(NetworkingV1beta1HTTPIngressPath... paths)
withPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public Boolean hasPaths()
hasPaths
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> addNewPath()
addNewPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> addNewPathLike(NetworkingV1beta1HTTPIngressPath item)
addNewPathLike
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> setNewPathLike(int index, NetworkingV1beta1HTTPIngressPath item)
setNewPathLike
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editPath(int index)
editPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editFirstPath()
editFirstPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editLastPath()
editLastPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate)
editMatchingPath
in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>
Copyright © 2020. All rights reserved.