kubernetes/pkg/api/pod
Wei Huang 7b6293b6b6
APIs, Validation and condition enforcements
- 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`
2022-11-03 14:32:34 -07:00
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
util_test.go APIs, Validation and condition enforcements 2022-11-03 14:32:34 -07:00
util.go APIs, Validation and condition enforcements 2022-11-03 14:32:34 -07:00
warnings_test.go add warning for PVC template in statefulset and in pod ephemeral volume source 2022-10-22 09:14:03 +08:00
warnings.go add warning for PVC template in statefulset and in pod ephemeral volume source 2022-10-22 09:14:03 +08:00