Uses of Interface
org.cdk8s.plus24.k8s.NodeSelector
-
Packages that use NodeSelector Package Description org.cdk8s.plus24.k8s -
-
Uses of NodeSelector in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement NodeSelector Modifier and Type Class Description static classNodeSelector.Jsii$ProxyAn implementation forNodeSelectorMethods in org.cdk8s.plus24.k8s that return NodeSelector Modifier and Type Method Description NodeSelectorNodeSelector.Builder. build()Builds the configured instance.default NodeSelectorVolumeNodeAffinity. getRequired()required specifies hard node constraints that must be met.NodeSelectorVolumeNodeAffinity.Jsii$Proxy. getRequired()default NodeSelectorNodeAffinity. getRequiredDuringSchedulingIgnoredDuringExecution()If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.NodeSelectorNodeAffinity.Jsii$Proxy. getRequiredDuringSchedulingIgnoredDuringExecution()Methods in org.cdk8s.plus24.k8s with parameters of type NodeSelector Modifier and Type Method Description VolumeNodeAffinity.BuilderVolumeNodeAffinity.Builder. required(NodeSelector required)Sets the value ofVolumeNodeAffinity.getRequired()NodeAffinity.BuilderNodeAffinity.Builder. requiredDuringSchedulingIgnoredDuringExecution(NodeSelector requiredDuringSchedulingIgnoredDuringExecution)Sets the value ofNodeAffinity.getRequiredDuringSchedulingIgnoredDuringExecution()
-