class Kube::Config::UserDef::Env

Included Modules

Defined in:

kube/config/user.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Kube::Config::Var

to_h to_h

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

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

Class Method Detail

def self.from_hash(data) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def value : String #

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

[View source]