kubernetes/pkg/controller/nodelifecycle/scheduler
Michal Wozniak 04fcbd721c Introduction of a pod condition type indicating disruption. Its reason field indicates the reason:
- PreemptionByKubeScheduler (Pod preempted by kube-scheduler)
- DeletionByTaintManager (Pod deleted by taint manager due to NoExecute taint)
- EvictionByEvictionAPI (Pod evicted by Eviction API)
- DeletionByPodGC (an orphaned Pod deleted by PodGC)PreemptedByScheduler (Pod preempted by kube-scheduler)
2022-08-02 11:12:16 +02:00
..
rate_limited_queue_test.go fix nodelifecyle controller not add NoExecute taint bug 2020-12-14 09:34:57 +08:00
rate_limited_queue.go fix nodelifecyle controller not add NoExecute taint bug 2020-12-14 09:34:57 +08:00
taint_manager_test.go Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00
taint_manager.go Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00
timed_workers_test.go Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
timed_workers.go Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00