mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 21:54:19 -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`
|
||
|---|---|---|
| .. | ||
| internalversion | ||
| storage | ||
| .import-restrictions | ||
| interface.go | ||
| OWNERS | ||
| tablegenerator.go | ||
| tablegenerator_test.go | ||