kubernetes v1.32

PodSpec.schedulingGates

SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards.

1 fields
PodSpec.schedulingGates fields and descriptions
Field / TypeDescription
name
string required

Name of the scheduling gate. Each scheduling gate must have a unique name field.