Class V1NodeSelectorTerm
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeSelectorTerm
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NodeSelectorTerm
extends Object
A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem) Add an item to the matchExpressions property in a chainable fashion.addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem) Add an item to the matchFields property in a chainable fashion.booleanList<@Valid V1NodeSelectorRequirement> A list of node selector requirements by node's labels.List<@Valid V1NodeSelectorRequirement> A list of node selector requirements by node's fields.inthashCode()matchExpressions(List<@Valid V1NodeSelectorRequirement> matchExpressions) Set matchExpressions in a chainable fashion.matchFields(List<@Valid V1NodeSelectorRequirement> matchFields) Set matchFields in a chainable fashion.voidsetMatchExpressions(List<@Valid V1NodeSelectorRequirement> matchExpressions) Set the matchExpressions property valuevoidsetMatchFields(List<@Valid V1NodeSelectorRequirement> matchFields) Set the matchFields property valuetoString()
- 
Field Details- 
JSON_PROPERTY_MATCH_EXPRESSIONS- See Also:
 
- 
JSON_PROPERTY_MATCH_FIELDS- See Also:
 
 
- 
- 
Constructor Details- 
V1NodeSelectorTermpublic V1NodeSelectorTerm()
 
- 
- 
Method Details- 
getMatchExpressionsA list of node selector requirements by node's labels.- Returns:
- the matchExpressions property value
 
- 
setMatchExpressionsSet the matchExpressions property value- Parameters:
- matchExpressions- property value to set
 
- 
matchExpressionsSet matchExpressions in a chainable fashion.- Returns:
- The same instance of V1NodeSelectorTerm for chaining.
 
- 
addMatchExpressionsItemAdd an item to the matchExpressions property in a chainable fashion.- Returns:
- The same instance of V1NodeSelectorTerm for chaining.
 
- 
getMatchFieldsA list of node selector requirements by node's fields.- Returns:
- the matchFields property value
 
- 
setMatchFieldsSet the matchFields property value- Parameters:
- matchFields- property value to set
 
- 
matchFieldsSet matchFields in a chainable fashion.- Returns:
- The same instance of V1NodeSelectorTerm for chaining.
 
- 
addMatchFieldsItemAdd an item to the matchFields property in a chainable fashion.- Returns:
- The same instance of V1NodeSelectorTerm for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-