All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToMatchExpressions(Collection<NodeSelectorRequirement> items) |
A |
addAllToMatchFields(Collection<NodeSelectorRequirement> items) |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
addNewMatchExpression() |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
addNewMatchExpressionLike(NodeSelectorRequirement item) |
NodeSelectorTermFluent.MatchFieldsNested<A> |
addNewMatchField() |
NodeSelectorTermFluent.MatchFieldsNested<A> |
addNewMatchFieldLike(NodeSelectorRequirement item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToMatchExpressions(int index,
NodeSelectorRequirement item) |
A |
addToMatchExpressions(NodeSelectorRequirement... items) |
A |
addToMatchFields(int index,
NodeSelectorRequirement item) |
A |
addToMatchFields(NodeSelectorRequirement... items) |
NodeSelectorRequirement |
buildFirstMatchExpression() |
NodeSelectorRequirement |
buildFirstMatchField() |
NodeSelectorRequirement |
buildLastMatchExpression() |
NodeSelectorRequirement |
buildLastMatchField() |
NodeSelectorRequirement |
buildMatchExpression(int index) |
List<NodeSelectorRequirement> |
buildMatchExpressions() |
NodeSelectorRequirement |
buildMatchField(int index) |
List<NodeSelectorRequirement> |
buildMatchFields() |
NodeSelectorRequirement |
buildMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate) |
NodeSelectorRequirement |
buildMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate) |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
editFirstMatchExpression() |
NodeSelectorTermFluent.MatchFieldsNested<A> |
editFirstMatchField() |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
editLastMatchExpression() |
NodeSelectorTermFluent.MatchFieldsNested<A> |
editLastMatchField() |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
editMatchExpression(int index) |
NodeSelectorTermFluent.MatchFieldsNested<A> |
editMatchField(int index) |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
editMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate) |
NodeSelectorTermFluent.MatchFieldsNested<A> |
editMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchExpressions() |
boolean |
hasMatchFields() |
boolean |
hasMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate) |
boolean |
hasMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate) |
A |
removeAllFromMatchExpressions(Collection<NodeSelectorRequirement> items) |
A |
removeAllFromMatchFields(Collection<NodeSelectorRequirement> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromMatchExpressions(NodeSelectorRequirement... items) |
A |
removeFromMatchFields(NodeSelectorRequirement... items) |
A |
removeMatchingFromMatchExpressions(Predicate<NodeSelectorRequirementBuilder> predicate) |
A |
removeMatchingFromMatchFields(Predicate<NodeSelectorRequirementBuilder> predicate) |
NodeSelectorTermFluent.MatchExpressionsNested<A> |
setNewMatchExpressionLike(int index,
NodeSelectorRequirement item) |
NodeSelectorTermFluent.MatchFieldsNested<A> |
setNewMatchFieldLike(int index,
NodeSelectorRequirement item) |
A |
setToMatchExpressions(int index,
NodeSelectorRequirement item) |
A |
setToMatchFields(int index,
NodeSelectorRequirement item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMatchExpressions(List<NodeSelectorRequirement> matchExpressions) |
A |
withMatchExpressions(NodeSelectorRequirement... matchExpressions) |
A |
withMatchFields(List<NodeSelectorRequirement> matchFields) |
A |
withMatchFields(NodeSelectorRequirement... matchFields) |