mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 13:44:16 -04:00
- New API field .spec.schedulingGates
- Validation and drop disabled fields
- Disallow binding a Pod carrying non-nil schedulingGates
- Disallow creating a Pod with non-nil nodeName and non-nil schedulingGates
- Adds a {type:PodScheduled, reason:WaitingForGates} condition if necessary
- New literal SchedulingGated in the STATUS column of `k get pod`
|
||
|---|---|---|
| .. | ||
| OWNERS | ||
| util.go | ||
| util_test.go | ||
| warnings.go | ||
| warnings_test.go | ||