class Pyrite::Apimachinery::Apis::Meta::V1::Initializer

Overview

Initializer is information about an initializer that has not yet completed.

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/initializer.cr

Constructors

Instance Method Summary

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

Initializer is information about an initializer that has not yet completed.


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

Initializer is information about an initializer that has not yet completed.


def self.new(*, name : String) #

Instance Method Detail

def name : String #

def name=(name : String) #