kubernetes/pkg/controller/job
Tim Hockin 6dbc754ed6
Retool typecheck to be simpler
Instead of walking paths ourselves, just let Go's packages library do
it.  This is a slight CLI change - it wants "./foo" rather than "foo".

This also flagged a few things which seem to be legit failures.
2024-02-29 22:07:00 -08:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
metrics feat: add job_pods_creation_total metric 2023-10-24 17:49:04 +02:00
backoff_utils_test.go convert pointer to ptr for job controller 2023-10-05 09:30:01 -04:00
backoff_utils.go convert pointer to ptr for job controller 2023-10-05 09:30:01 -04:00
doc.go
indexed_job_utils_test.go Retool typecheck to be simpler 2024-02-29 22:07:00 -08:00
indexed_job_utils.go implementation of PodReplacementPolicy kep in the job controller 2023-07-21 00:44:53 +00:00
job_controller_test.go Use the Defer for pod replacement policy 2024-02-15 17:37:31 +01:00
job_controller.go Use the Defer for pod replacement policy 2024-02-15 17:37:31 +01:00
OWNERS Self nominate Kevin Hannon for reviewer for job controller 2023-11-07 13:21:02 -05:00
pod_failure_policy_test.go convert pointer to ptr for job controller 2023-10-05 09:30:01 -04:00
pod_failure_policy.go Job controller implementation of backoff limit per index (#118009) 2023-07-18 13:44:11 -07:00
tracking_utils_test.go add contextual logging to job-controller 2023-06-14 13:40:02 +08:00
tracking_utils.go add contextual logging to job-controller 2023-06-14 13:40:02 +08:00
utils_test.go make these tests table-driven 2017-08-31 14:08:46 +08:00
utils.go Fix golint errors in pkg/controller/job 2019-06-12 20:09:57 +02:00