Uses of Interface
org.cdk8s.plus24.k8s.NodeSelectorTerm
-
Packages that use NodeSelectorTerm Package Description org.cdk8s.plus24.k8s -
-
Uses of NodeSelectorTerm in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement NodeSelectorTerm Modifier and Type Class Description static class
NodeSelectorTerm.Jsii$Proxy
An implementation forNodeSelectorTerm
Methods in org.cdk8s.plus24.k8s that return NodeSelectorTerm Modifier and Type Method Description NodeSelectorTerm
NodeSelectorTerm.Builder. build()
Builds the configured instance.NodeSelectorTerm
PreferredSchedulingTerm. getPreference()
A node selector term, associated with the corresponding weight.NodeSelectorTerm
PreferredSchedulingTerm.Jsii$Proxy. getPreference()
Methods in org.cdk8s.plus24.k8s that return types with arguments of type NodeSelectorTerm Modifier and Type Method Description List<NodeSelectorTerm>
NodeSelector. getNodeSelectorTerms()
Required.List<NodeSelectorTerm>
NodeSelector.Jsii$Proxy. getNodeSelectorTerms()
Methods in org.cdk8s.plus24.k8s with parameters of type NodeSelectorTerm Modifier and Type Method Description PreferredSchedulingTerm.Builder
PreferredSchedulingTerm.Builder. preference(NodeSelectorTerm preference)
Sets the value ofPreferredSchedulingTerm.getPreference()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type NodeSelectorTerm Modifier and Type Method Description NodeSelector.Builder
NodeSelector.Builder. nodeSelectorTerms(List<? extends NodeSelectorTerm> nodeSelectorTerms)
Sets the value ofNodeSelector.getNodeSelectorTerms()
-