github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/batch/CronJob/testdata/active.yaml (about) 1 apiVersion: batch/v1 2 kind: CronJob 3 metadata: 4 annotations: 5 argocd.argoproj.io/tracking-id: test-cronjob:batch/CronJob:test-cronjob/hello 6 labels: 7 app.kubernetes.io/instance: test-cronjob 8 name: hello 9 namespace: test-cronjob 10 spec: 11 jobTemplate: 12 spec: 13 template: 14 spec: 15 containers: 16 - command: 17 - /bin/sh 18 - '-c' 19 - date; echo Hello from the Kubernetes cluster 20 image: busybox:1.28 21 imagePullPolicy: IfNotPresent 22 name: hello 23 restartPolicy: OnFailure 24 schedule: '* * * * *' 25 status: 26 active: 27 - apiVersion: batch/v1 28 kind: Job 29 name: hello-29231490 30 namespace: test-cronjob 31 resourceVersion: '21226' 32 uid: 996e6ed6-8494-4c9a-9862-93de4af310cb 33 lastScheduleTime: '2025-07-30T13:46:00Z' 34 lastSuccessfulTime: '2025-07-30T13:44:19Z'