CronJob Schedule in {{ .Namespace }} namespace
Please find the below list
CronJobs
and its
Schedules
that are available.
S No
Name
Schedules
{{ if eq .Namespace "all" }}
Namespace
{{ end }}
{{ $root := . }} {{range $idx, $ele := .CronJobLists}}
{{ $ele.SNo }}
{{ $ele.Name }}
{{ $ele.Schedule }}
{{ if eq $root.Namespace "all" }}
{{ $ele.Namespace }}
{{ end }}
{{ end }}
Go to K8s CronJob Documentation
Kubernetes Documentation