Uses of Interface
org.cdk8s.plus25.k8s.NodeSelectorRequirement
-
Packages that use NodeSelectorRequirement Package Description org.cdk8s.plus25.k8s -
-
Uses of NodeSelectorRequirement in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NodeSelectorRequirement Modifier and Type Class Description static classNodeSelectorRequirement.Jsii$ProxyAn implementation forNodeSelectorRequirementMethods in org.cdk8s.plus25.k8s that return NodeSelectorRequirement Modifier and Type Method Description NodeSelectorRequirementNodeSelectorRequirement.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type NodeSelectorRequirement Modifier and Type Method Description default List<NodeSelectorRequirement>NodeSelectorTerm. getMatchExpressions()A list of node selector requirements by node's labels.List<NodeSelectorRequirement>NodeSelectorTerm.Jsii$Proxy. getMatchExpressions()default List<NodeSelectorRequirement>NodeSelectorTerm. getMatchFields()A list of node selector requirements by node's fields.List<NodeSelectorRequirement>NodeSelectorTerm.Jsii$Proxy. getMatchFields()Method parameters in org.cdk8s.plus25.k8s with type arguments of type NodeSelectorRequirement Modifier and Type Method Description NodeSelectorTerm.BuilderNodeSelectorTerm.Builder. matchExpressions(List<? extends NodeSelectorRequirement> matchExpressions)Sets the value ofNodeSelectorTerm.getMatchExpressions()NodeSelectorTerm.BuilderNodeSelectorTerm.Builder. matchFields(List<? extends NodeSelectorRequirement> matchFields)Sets the value ofNodeSelectorTerm.getMatchFields()
-