kubernetes/pkg/controller/job
Michal Wozniak 70a8ceb6f0 Graduate JobManagedBy to Beta in 1.32
# Conflicts:
#	pkg/features/kube_features.go
2024-10-17 09:01:54 +02:00
..
config generate 2024-09-03 14:26:26 -04:00
metrics Job: Extend the jobs_finished_total metric reason label with SuccessPolicy and CompletionsReached 2024-07-23 09:29:02 +09:00
util Add util pkg to commonize job util functions 2024-05-07 09:27:46 +00:00
backoff_utils.go check sidecar featuregate in getFinishedTime 2024-06-06 15:46:41 +08:00
backoff_utils_test.go check sidecar featuregate in getFinishedTime 2024-06-06 15:46:41 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
indexed_job_utils.go cleanup after JobPodFailurePolicy is promoted to GA 2024-07-18 10:00:56 +08:00
indexed_job_utils_test.go JobPodFailurePolicy to GA 2024-07-12 17:21:32 +02:00
job_controller.go keep delete handler and update handler consistent for finished jobs and offload mainqueue 2024-09-20 13:28:27 +00:00
job_controller_test.go Graduate JobManagedBy to Beta in 1.32 2024-10-17 09:01:54 +02:00
OWNERS Add mimowo to approvers of job controller and its integration tests 2024-09-09 20:12:02 +00:00
pod_failure_policy.go Job controller implementation of backoff limit per index (#118009) 2023-07-18 13:44:11 -07:00
pod_failure_policy_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
success_policy.go Delay setting terminal Job conditions until all pods are terminal 2024-07-11 20:54:09 +02:00
success_policy_test.go Job: Fix a bug that the SuccessCriteriaMet condition is added to the Job with successPolicy even if the JobSuccessPolicy featureGate is disabled 2024-06-12 00:36:36 +09:00
tracking_utils.go add contextual logging to job-controller 2023-06-14 13:40:02 +08:00
tracking_utils_test.go add contextual logging to job-controller 2023-06-14 13:40:02 +08:00