kubernetes/pkg/controller/job
Stephen Kitt f55b59fc02
pkg/controller: drop pointer wrapper functions
The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affected files.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-07-02 16:19:12 +02:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
metrics Support for the Job managedBy field (alpha) (#123273) 2024-03-05 09:25:15 -08: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 implementation of PodReplacementPolicy kep in the job controller 2023-07-21 00:44:53 +00:00
indexed_job_utils_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
job_controller.go count ready pods when deleting active pods for failed jobs 2024-06-21 01:07:40 +02:00
job_controller_test.go pkg/controller: drop pointer wrapper functions 2024-07-02 16:19:12 +02:00
OWNERS Self nominate Kevin Hannon for reviewer for job controller 2023-11-07 13:21:02 -05: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 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
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