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, VISIT| Constructor and Description |
|---|
NetworkingV1beta1HTTPIngressRuleValueFluentImpl() |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressRuleValue instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPaths(Collection<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> items) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
addNewPath() |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
addNewPathLike(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item) |
A |
addToPaths(int index,
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item) |
A |
addToPaths(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath... items) |
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath |
buildFirstPath() |
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath |
buildLastPath() |
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath |
buildMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate) |
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath |
buildPath(int index) |
List<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> |
buildPaths() |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editFirstPath() |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editLastPath() |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editPath(int index) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> |
getPaths()
Deprecated.
|
int |
hashCode() |
Boolean |
hasMatchingPath(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate) |
Boolean |
hasPaths() |
A |
removeAllFromPaths(Collection<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> items) |
A |
removeFromPaths(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath... items) |
A |
removeMatchingFromPaths(Predicate<NetworkingV1beta1HTTPIngressPathBuilder> predicate) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
setNewPathLike(int index,
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item) |
A |
setToPaths(int index,
io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item) |
A |
withPaths(List<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> paths) |
A |
withPaths(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath... paths) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic NetworkingV1beta1HTTPIngressRuleValueFluentImpl()
public NetworkingV1beta1HTTPIngressRuleValueFluentImpl(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressRuleValue instance)
public A addToPaths(int index, io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item)
addToPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A setToPaths(int index, io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item)
setToPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A addToPaths(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath... items)
addToPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A addAllToPaths(Collection<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> items)
addAllToPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A removeFromPaths(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath... items)
removeFromPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A removeAllFromPaths(Collection<io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> getPaths()
getPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public List<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> buildPaths()
buildPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath buildPath(int index)
buildPath in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath buildFirstPath()
buildFirstPath in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath buildLastPath()
buildLastPath in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath> paths)
withPaths in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public A withPaths(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.NetworkingV1beta1HTTPIngressPath item)
addNewPathLike in interface NetworkingV1beta1HTTPIngressRuleValueFluent<A extends NetworkingV1beta1HTTPIngressRuleValueFluent<A>>public NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> setNewPathLike(int index, io.kubernetes.client.openapi.models.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 © 2022. All rights reserved.