public class ExtensionsV1beta1HTTPIngressRuleValueFluentImpl<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>> extends BaseFluent<A> implements ExtensionsV1beta1HTTPIngressRuleValueFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsV1beta1HTTPIngressRuleValueFluentImpl.PathsNestedImpl<N> |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<N>
_visitables, VISIT
Constructor and Description |
---|
ExtensionsV1beta1HTTPIngressRuleValueFluentImpl() |
ExtensionsV1beta1HTTPIngressRuleValueFluentImpl(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressRuleValue instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToPaths(Collection<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> items) |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
addNewPath() |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
addNewPathLike(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item) |
A |
addToPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... items) |
A |
addToPaths(int index,
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item) |
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath |
buildFirstPath() |
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath |
buildLastPath() |
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath |
buildMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate) |
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath |
buildPath(int index) |
List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> |
buildPaths() |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editFirstPath() |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editLastPath() |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate) |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
editPath(int index) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> |
getPaths()
Deprecated.
|
int |
hashCode() |
Boolean |
hasMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate) |
Boolean |
hasPaths() |
A |
removeAllFromPaths(Collection<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> items) |
A |
removeFromPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... items) |
A |
removeMatchingFromPaths(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate) |
ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
setNewPathLike(int index,
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item) |
A |
setToPaths(int index,
io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item) |
A |
withPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... paths) |
A |
withPaths(List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> paths) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public ExtensionsV1beta1HTTPIngressRuleValueFluentImpl()
public ExtensionsV1beta1HTTPIngressRuleValueFluentImpl(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressRuleValue instance)
public A addToPaths(int index, io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item)
addToPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A setToPaths(int index, io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item)
setToPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A addToPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... items)
addToPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A addAllToPaths(Collection<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> items)
addAllToPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A removeFromPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... items)
removeFromPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A removeAllFromPaths(Collection<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> items)
removeAllFromPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A removeMatchingFromPaths(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate)
removeMatchingFromPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
@Deprecated public List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> getPaths()
getPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> buildPaths()
buildPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath buildPath(int index)
buildPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath buildFirstPath()
buildFirstPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath buildLastPath()
buildLastPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath buildMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate)
buildMatchingPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public Boolean hasMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate)
hasMatchingPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A withPaths(List<io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath> paths)
withPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public A withPaths(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath... paths)
withPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public Boolean hasPaths()
hasPaths
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> addNewPath()
addNewPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> addNewPathLike(io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item)
addNewPathLike
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> setNewPathLike(int index, io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPath item)
setNewPathLike
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editPath(int index)
editPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editFirstPath()
editFirstPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editLastPath()
editLastPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
public ExtensionsV1beta1HTTPIngressRuleValueFluent.PathsNested<A> editMatchingPath(Predicate<ExtensionsV1beta1HTTPIngressPathBuilder> predicate)
editMatchingPath
in interface ExtensionsV1beta1HTTPIngressRuleValueFluent<A extends ExtensionsV1beta1HTTPIngressRuleValueFluent<A>>
Copyright © 2021. All rights reserved.