struct
Kubernetes::CronJobStatus
- Kubernetes::CronJobStatus
- Struct
- Value
- Object
Overview
CronJobStatus represents the current state of a cron job.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_batch_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#active : Array(ObjectReference) | Nil
A list of pointers to currently running jobs.
-
#active=(active : Array(ObjectReference) | Nil)
A list of pointers to currently running jobs.
-
#last_schedule_time : Time | Nil
Information when was the last time the job was successfully scheduled.
-
#last_schedule_time=(last_schedule_time : Time | Nil)
Information when was the last time the job was successfully scheduled.
-
#last_successful_time : Time | Nil
Information when was the last time the job successfully completed.
-
#last_successful_time=(last_successful_time : Time | Nil)
Information when was the last time the job successfully completed.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
Information when was the last time the job was successfully scheduled.
Information when was the last time the job was successfully scheduled.
Information when was the last time the job successfully completed.