struct KustomizeConfig

Included Modules

Defined in:

kube/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, namespace : Nil | String, path : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : String | Nil #

[View source]
def namespace=(namespace : String | Nil) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]