Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints
Class LabelSelector
- java.lang.Object
-
- org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints.LabelSelector
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class LabelSelector extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabelSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MatchExpressions>getMatchExpressions()java.util.Map<java.lang.String,java.lang.String>getMatchLabels()voidsetMatchExpressions(java.util.List<MatchExpressions> matchExpressions)voidsetMatchLabels(java.util.Map<java.lang.String,java.lang.String> matchLabels)
-
-
-
Method Detail
-
getMatchExpressions
public java.util.List<MatchExpressions> getMatchExpressions()
-
setMatchExpressions
public void setMatchExpressions(java.util.List<MatchExpressions> matchExpressions)
-
getMatchLabels
public java.util.Map<java.lang.String,java.lang.String> getMatchLabels()
-
setMatchLabels
public void setMatchLabels(java.util.Map<java.lang.String,java.lang.String> matchLabels)
-
-