mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Mahesh <maheshkasbe010@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
31 lines
814 B
YAML
31 lines
814 B
YAML
apiVersion: apps.kruise.io/v1alpha1
|
|
kind: BroadcastJob
|
|
metadata:
|
|
name: download-image
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: guestbook
|
|
image: openkruise/guestbook:v3
|
|
command: ["echo", "started"] # a dummy command to do nothing
|
|
restartPolicy: Never
|
|
paused: true
|
|
completionPolicy:
|
|
type: Always
|
|
ttlSecondsAfterFinished: 60 # the job will be deleted after 60 seconds
|
|
status:
|
|
active: 0
|
|
completionTime: '2023-09-17T14:35:14Z'
|
|
conditions:
|
|
- lastProbeTime: '2023-09-17T14:35:14Z'
|
|
lastTransitionTime: '2023-09-17T14:35:14Z'
|
|
message: Job completed, 1 pods succeeded, 0 pods failed
|
|
reason: Complete
|
|
status: 'True'
|
|
type: Complete
|
|
desired: 1
|
|
failed: 0
|
|
phase: paused
|
|
startTime: '2023-09-17T14:35:07Z'
|
|
succeeded: 0
|