Uses of Interface
org.cdk8s.plus28.k8s.NodeSelector
-
Packages that use NodeSelector Package Description org.cdk8s.plus28.k8s -
-
Uses of NodeSelector in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement NodeSelector Modifier and Type Class Description static classNodeSelector.Jsii$ProxyAn implementation forNodeSelectorMethods in org.cdk8s.plus28.k8s that return NodeSelector Modifier and Type Method Description NodeSelectorNodeSelector.Builder. build()Builds the configured instance.default NodeSelectorClusterCidrSpecV1Alpha1. getNodeSelector()nodeSelector defines which nodes the config is applicable to.NodeSelectorClusterCidrSpecV1Alpha1.Jsii$Proxy. getNodeSelector()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()default NodeSelectorKubeResourceClassV1Alpha2Props. getSuitableNodes()Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.NodeSelectorKubeResourceClassV1Alpha2Props.Jsii$Proxy. getSuitableNodes()Methods in org.cdk8s.plus28.k8s with parameters of type NodeSelector Modifier and Type Method Description ClusterCidrSpecV1Alpha1.BuilderClusterCidrSpecV1Alpha1.Builder. nodeSelector(NodeSelector nodeSelector)Sets the value ofClusterCidrSpecV1Alpha1.getNodeSelector()VolumeNodeAffinity.BuilderVolumeNodeAffinity.Builder. required(NodeSelector required)Sets the value ofVolumeNodeAffinity.getRequired()NodeAffinity.BuilderNodeAffinity.Builder. requiredDuringSchedulingIgnoredDuringExecution(NodeSelector requiredDuringSchedulingIgnoredDuringExecution)Sets the value ofNodeAffinity.getRequiredDuringSchedulingIgnoredDuringExecution()KubeResourceClassV1Alpha2.BuilderKubeResourceClassV1Alpha2.Builder. suitableNodes(NodeSelector suitableNodes)Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.KubeResourceClassV1Alpha2Props.BuilderKubeResourceClassV1Alpha2Props.Builder. suitableNodes(NodeSelector suitableNodes)Sets the value ofKubeResourceClassV1Alpha2Props.getSuitableNodes()
-