kubernetes/pkg/controller/job
Clayton Coleman c6e34e58c5
job: Ignore namespace termination errors when creating pods or jobs
Instead of reporting an event or displaying an error, simply exit
when the namespace is being terminated. This reduces the amount of
controller churn on namespace shutdown. While we could technically
exit the entire processing loop early for very large jobs,
we should wait for more evidence that is an issue before changing
that logic substantially.
2019-10-20 18:39:01 -04:00
..
config auto-generated file 2019-03-02 12:55:26 +08:00
BUILD move util/metrics to component-base 2019-10-08 14:42:31 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
job_controller_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
job_controller.go job: Ignore namespace termination errors when creating pods or jobs 2019-10-20 18:39:01 -04:00
OWNERS Updates OWNERS files in job controller 2019-04-19 10:35:16 +02:00
utils_test.go make these tests table-driven 2017-08-31 14:08:46 +08:00
utils.go Migrate to NewControllerRef from meta/v1 package 2017-08-06 22:43:46 +10:00