class Pyrite::Api::Batch::V2alpha1::CronJobSpec
Overview
CronJobSpec describes how the job execution will look like and when it will actually run.
Defined in:
versions/v1.14/api/batch/v2alpha1/cron_job_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CronJobSpec describes how the job execution will look like and when it will actually run.
-
.new(pull : JSON::PullParser)
CronJobSpec describes how the job execution will look like and when it will actually run.
- .new(*, concurrency_policy : String? = nil, failed_jobs_history_limit : Int32? = nil, job_template : Api::Batch::V2alpha1::JobTemplateSpec, schedule : String, starting_deadline_seconds : Int32? = nil, successful_jobs_history_limit : Int32? = nil, suspend : Bool? = nil)
Instance Method Summary
- #concurrency_policy : String?
- #concurrency_policy=(concurrency_policy : String?)
- #failed_jobs_history_limit : Int32?
- #failed_jobs_history_limit=(failed_jobs_history_limit : Int32?)
- #job_template : Api::Batch::V2alpha1::JobTemplateSpec
- #job_template=(job_template : Api::Batch::V2alpha1::JobTemplateSpec)
- #schedule : String
- #schedule=(schedule : String)
- #starting_deadline_seconds : Int32?
- #starting_deadline_seconds=(starting_deadline_seconds : Int32?)
- #successful_jobs_history_limit : Int32?
- #successful_jobs_history_limit=(successful_jobs_history_limit : Int32?)
- #suspend : Bool?
- #suspend=(suspend : Bool?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
CronJobSpec describes how the job execution will look like and when it will actually run.
def self.new(pull : JSON::PullParser)
#
CronJobSpec describes how the job execution will look like and when it will actually run.
def self.new(*, concurrency_policy : String? = nil, failed_jobs_history_limit : Int32? = nil, job_template : Api::Batch::V2alpha1::JobTemplateSpec, schedule : String, starting_deadline_seconds : Int32? = nil, successful_jobs_history_limit : Int32? = nil, suspend : Bool? = nil)
#