Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1TopologySelectorTerm
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1TopologySelectorTerm
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1TopologySelectorTerm extends Object
A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MATCH_LABEL_EXPRESSIONS
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1TopologySelectorTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1TopologySelectorTermaddMatchLabelExpressionsItem(IoK8sApiCoreV1TopologySelectorLabelRequirement matchLabelExpressionsItem)booleanequals(Object o)List<IoK8sApiCoreV1TopologySelectorLabelRequirement>getMatchLabelExpressions()A list of topology selector requirements by labels.inthashCode()IoK8sApiCoreV1TopologySelectorTermmatchLabelExpressions(List<IoK8sApiCoreV1TopologySelectorLabelRequirement> matchLabelExpressions)voidsetMatchLabelExpressions(List<IoK8sApiCoreV1TopologySelectorLabelRequirement> matchLabelExpressions)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MATCH_LABEL_EXPRESSIONS
public static final String JSON_PROPERTY_MATCH_LABEL_EXPRESSIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
matchLabelExpressions
public IoK8sApiCoreV1TopologySelectorTerm matchLabelExpressions(List<IoK8sApiCoreV1TopologySelectorLabelRequirement> matchLabelExpressions)
-
addMatchLabelExpressionsItem
public IoK8sApiCoreV1TopologySelectorTerm addMatchLabelExpressionsItem(IoK8sApiCoreV1TopologySelectorLabelRequirement matchLabelExpressionsItem)
-
getMatchLabelExpressions
@Nullable public List<IoK8sApiCoreV1TopologySelectorLabelRequirement> getMatchLabelExpressions()
A list of topology selector requirements by labels.- Returns:
- matchLabelExpressions
-
setMatchLabelExpressions
public void setMatchLabelExpressions(List<IoK8sApiCoreV1TopologySelectorLabelRequirement> matchLabelExpressions)
-
-