github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/batch/Job/actions/testdata/completed.yaml (about)

     1  apiVersion: batch/v1
     2  kind: Job
     3  metadata:
     4    name: test-29228857
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9          - command:
    10              - /bin/sh
    11              - -c
    12              - date; echo Hello from the Kubernetes cluster
    13            image: busybox:1.28
    14            imagePullPolicy: IfNotPresent
    15            name: hello
    16        restartPolicy: OnFailure
    17  status:
    18    completionTime: '2025-07-28T22:15:24Z'
    19    conditions:
    20      - lastProbeTime: '2025-07-28T22:15:24Z'
    21        lastTransitionTime: '2025-07-28T22:15:24Z'
    22        message: Reached expected number of succeeded pods
    23        reason: CompletionsReached
    24        status: 'True'
    25        type: SuccessCriteriaMet
    26      - lastProbeTime: '2025-07-28T22:15:24Z'
    27        lastTransitionTime: '2025-07-28T22:15:24Z'
    28        message: Reached expected number of succeeded pods
    29        reason: CompletionsReached
    30        status: 'True'
    31        type: Complete
    32    ready: 0
    33    startTime: '2025-07-28T19:37:00Z'
    34    succeeded: 1
    35    terminating: 0