kubernetes/pkg/kubelet/status
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
..
testing Regen mocks using go 1.18 2022-03-23 10:19:38 -07:00
generate_test.go Introduce PodHasNetwork condition for pods 2022-08-01 09:51:43 -07:00
generate.go Introduce PodHasNetwork condition for pods 2022-08-01 09:51:43 -07:00
status_manager_test.go kubelet: Mark ready condition as false explicitly for terminal pods 2022-06-08 16:19:16 -07:00
status_manager.go Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00