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