public class V1NodeSelectorTermFluentImpl<A extends V1NodeSelectorTermFluent<A>> extends BaseFluent<A> implements V1NodeSelectorTermFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl<N> |
class |
V1NodeSelectorTermFluentImpl.MatchFieldsNestedImpl<N> |
V1NodeSelectorTermFluent.MatchExpressionsNested<N>, V1NodeSelectorTermFluent.MatchFieldsNested<N>_visitables| Constructor and Description |
|---|
V1NodeSelectorTermFluentImpl() |
V1NodeSelectorTermFluentImpl(V1NodeSelectorTerm instance) |
public V1NodeSelectorTermFluentImpl()
public V1NodeSelectorTermFluentImpl(V1NodeSelectorTerm instance)
public A addToMatchExpressions(int index, V1NodeSelectorRequirement item)
addToMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A setToMatchExpressions(int index, V1NodeSelectorRequirement item)
setToMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A addToMatchExpressions(V1NodeSelectorRequirement... items)
addToMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A addAllToMatchExpressions(Collection<V1NodeSelectorRequirement> items)
addAllToMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeFromMatchExpressions(V1NodeSelectorRequirement... items)
removeFromMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeAllFromMatchExpressions(Collection<V1NodeSelectorRequirement> items)
removeAllFromMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeMatchingFromMatchExpressions(Predicate<V1NodeSelectorRequirementBuilder> predicate)
removeMatchingFromMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>@Deprecated public List<V1NodeSelectorRequirement> getMatchExpressions()
getMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public List<V1NodeSelectorRequirement> buildMatchExpressions()
buildMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildMatchExpression(int index)
buildMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildFirstMatchExpression()
buildFirstMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildLastMatchExpression()
buildLastMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildMatchingMatchExpression(Predicate<V1NodeSelectorRequirementBuilder> predicate)
buildMatchingMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public Boolean hasMatchingMatchExpression(Predicate<V1NodeSelectorRequirementBuilder> predicate)
hasMatchingMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A withMatchExpressions(List<V1NodeSelectorRequirement> matchExpressions)
withMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A withMatchExpressions(V1NodeSelectorRequirement... matchExpressions)
withMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public Boolean hasMatchExpressions()
hasMatchExpressions in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> addNewMatchExpression()
addNewMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> addNewMatchExpressionLike(V1NodeSelectorRequirement item)
addNewMatchExpressionLike in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> setNewMatchExpressionLike(int index, V1NodeSelectorRequirement item)
setNewMatchExpressionLike in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> editMatchExpression(int index)
editMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> editFirstMatchExpression()
editFirstMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> editLastMatchExpression()
editLastMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchExpressionsNested<A> editMatchingMatchExpression(Predicate<V1NodeSelectorRequirementBuilder> predicate)
editMatchingMatchExpression in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A addToMatchFields(int index, V1NodeSelectorRequirement item)
addToMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A setToMatchFields(int index, V1NodeSelectorRequirement item)
setToMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A addToMatchFields(V1NodeSelectorRequirement... items)
addToMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A addAllToMatchFields(Collection<V1NodeSelectorRequirement> items)
addAllToMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeFromMatchFields(V1NodeSelectorRequirement... items)
removeFromMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeAllFromMatchFields(Collection<V1NodeSelectorRequirement> items)
removeAllFromMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A removeMatchingFromMatchFields(Predicate<V1NodeSelectorRequirementBuilder> predicate)
removeMatchingFromMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>@Deprecated public List<V1NodeSelectorRequirement> getMatchFields()
getMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public List<V1NodeSelectorRequirement> buildMatchFields()
buildMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildMatchField(int index)
buildMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildFirstMatchField()
buildFirstMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildLastMatchField()
buildLastMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorRequirement buildMatchingMatchField(Predicate<V1NodeSelectorRequirementBuilder> predicate)
buildMatchingMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public Boolean hasMatchingMatchField(Predicate<V1NodeSelectorRequirementBuilder> predicate)
hasMatchingMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A withMatchFields(List<V1NodeSelectorRequirement> matchFields)
withMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public A withMatchFields(V1NodeSelectorRequirement... matchFields)
withMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public Boolean hasMatchFields()
hasMatchFields in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> addNewMatchField()
addNewMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> addNewMatchFieldLike(V1NodeSelectorRequirement item)
addNewMatchFieldLike in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> setNewMatchFieldLike(int index, V1NodeSelectorRequirement item)
setNewMatchFieldLike in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> editMatchField(int index)
editMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> editFirstMatchField()
editFirstMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> editLastMatchField()
editLastMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>public V1NodeSelectorTermFluent.MatchFieldsNested<A> editMatchingMatchField(Predicate<V1NodeSelectorRequirementBuilder> predicate)
editMatchingMatchField in interface V1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>Copyright © 2021. All rights reserved.