kubernetes/pkg/registry/core/pod
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
..
rest Implement Destroy() method for all registries 2022-04-19 15:59:13 +02:00
storage Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00
doc.go
strategy_test.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00
strategy.go Partly remove support for seccomp annotations 2022-08-01 09:19:29 +02:00