kubernetes/pkg/registry/core/pod/storage
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
..
eviction_test.go Extend StandardStorage with Destroy to implement rbac storage destroy 2022-04-19 15:59:13 +02:00
eviction.go Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00
storage_test.go APIs, Validation and condition enforcements 2022-11-03 14:32:34 -07:00
storage.go APIs, Validation and condition enforcements 2022-11-03 14:32:34 -07:00