Uses of Interface
org.cdk8s.plus25.k8s.NodeSelectorTerm
-
Packages that use NodeSelectorTerm Package Description org.cdk8s.plus25.k8s -
-
Uses of NodeSelectorTerm in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NodeSelectorTerm Modifier and Type Class Description static classNodeSelectorTerm.Jsii$ProxyAn implementation forNodeSelectorTermMethods in org.cdk8s.plus25.k8s that return NodeSelectorTerm Modifier and Type Method Description NodeSelectorTermNodeSelectorTerm.Builder. build()Builds the configured instance.NodeSelectorTermPreferredSchedulingTerm. getPreference()A node selector term, associated with the corresponding weight.NodeSelectorTermPreferredSchedulingTerm.Jsii$Proxy. getPreference()Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type NodeSelectorTerm Modifier and Type Method Description PreferredSchedulingTerm.BuilderPreferredSchedulingTerm.Builder. preference(NodeSelectorTerm preference)Sets the value ofPreferredSchedulingTerm.getPreference()Method parameters in org.cdk8s.plus25.k8s with type arguments of type NodeSelectorTerm Modifier and Type Method Description NodeSelector.BuilderNodeSelector.Builder. nodeSelectorTerms(List<? extends NodeSelectorTerm> nodeSelectorTerms)Sets the value ofNodeSelector.getNodeSelectorTerms()
-