Class Preference
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.Preference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Preference extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Preference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MatchExpressions>getMatchExpressions()List<MatchFields>getMatchFields()voidsetMatchExpressions(List<MatchExpressions> matchExpressions)voidsetMatchFields(List<MatchFields> matchFields)
-
-
-
Method Detail
-
getMatchExpressions
public List<MatchExpressions> getMatchExpressions()
-
setMatchExpressions
public void setMatchExpressions(List<MatchExpressions> matchExpressions)
-
getMatchFields
public List<MatchFields> getMatchFields()
-
setMatchFields
public void setMatchFields(List<MatchFields> matchFields)
-
-