Package io.fabric8.kubernetes.api.model
Class TopologySelectorTerm
java.lang.Object
io.fabric8.kubernetes.api.model.TopologySelectorTerm
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class TopologySelectorTerm extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TopologySelectorTerm()No args constructor for use in serializationTopologySelectorTerm(List<TopologySelectorLabelRequirement> matchLabelExpressions) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<TopologySelectorLabelRequirement>getMatchLabelExpressions()voidsetAdditionalProperty(String name, Object value)voidsetMatchLabelExpressions(List<TopologySelectorLabelRequirement> matchLabelExpressions)
-
Constructor Details
-
TopologySelectorTerm
public TopologySelectorTerm()No args constructor for use in serialization -
TopologySelectorTerm
- Parameters:
matchLabelExpressions-
-
-
Method Details
-
getMatchLabelExpressions
- Returns:
- The matchLabelExpressions
-
setMatchLabelExpressions
- Parameters:
matchLabelExpressions- The matchLabelExpressions
-
getAdditionalProperties
-
setAdditionalProperty
-