class Pyrite::Api::Batch::V1beta1::CronJob

Overview

CronJob represents the configuration of a single cron job.

Defined in:

versions/v1.14/api/batch/v1beta1/cron_job.cr

Constructors

Instance Method Summary

Instance methods inherited from class Pyrite::Kubernetes::Object

metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) metadata=

Constructor methods inherited from class Pyrite::Kubernetes::Object

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Instance methods inherited from class Pyrite::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class Pyrite::Kubernetes::Resource

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

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) #

CronJob represents the configuration of a single cron job.


def self.new(pull : JSON::PullParser) #

CronJob represents the configuration of a single cron job.


def self.new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Batch::V1beta1::CronJobSpec? = nil, status : Api::Batch::V1beta1::CronJobStatus? = nil) #

Instance Method Detail


def spec=(spec : Api::Batch::V1beta1::CronJobSpec?) #


def status=(status : Api::Batch::V1beta1::CronJobStatus?) #