argo-cd/resource_customizations/apps.kruise.io/AdvancedCronJob/testdata/lastScheduleTime.yaml

24 lines
549 B
YAML
Raw Normal View History

apiVersion: apps.kruise.io/v1alpha1
kind: AdvancedCronJob
metadata:
name: acj-test
spec:
schedule: "*/1 * * * *"
template:
broadcastJobTemplate:
spec:
template:
spec:
containers:
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
completionPolicy:
type: Always
ttlSecondsAfterFinished: 30
status:
lastScheduleTime: "2023-09-16T16:29:00Z"
type: BroadcastJob