Kazan v0.11.0 Kazan.Apis.Batch.V1beta1.CronJobStatus View Source
CronJobStatus represents the current state of a cron job.
OpenAPI Definition: io.k8s.api.batch.v1beta1.CronJobStatus
Properties
active
:: [Kazan.Apis.Core.V1.ObjectReference
]- A list of pointers to currently running jobs.
last_schedule_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Batch.V1beta1.CronJobStatus{ active: [Kazan.Apis.Core.V1.ObjectReference.t()], last_schedule_time: Kazan.Models.Apimachinery.Meta.V1.Time.t() }