kubernetes/pkg/controller/cronjob
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
..
BUILD job: Ignore namespace termination errors when creating pods or jobs 2019-10-20 18:39:01 -04:00
cronjob_controller_test.go Rename CronJob controller file 2019-04-25 12:19:29 +02:00
cronjob_controller.go job: Ignore namespace termination errors when creating pods or jobs 2019-10-20 18:39:01 -04:00
doc.go
injection.go Fix selflinks in tests 2019-08-01 15:50:03 +02:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
utils_test.go This commit does two things in pkg package: 2019-04-09 10:56:35 +08:00
utils.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00