NodeAffinityV1 Constructors
ClassConstructors1 member
Represents node affinity scheduling configuration for Kubernetes pods. This class defines the rules to determine node selection for a pod during scheduling. Node affinity allows a pod to specify constraints that limit the set of nodes it can be scheduled onto. This includes both hard requirements (requiredDuringSchedulingIgnoredDuringExecution) and soft preferences (preferredDuringSchedulingIgnoredDuringExecution).
ConstructorSection titled Constructorpublic sealed class NodeAffinityV1{ public NodeAffinityV1() { // ... }}