class Kube::Config::Context

Included Modules

Defined in:

kube/config/context.cr

Constructors

Class Method Summary

Instance Method Summary

Macro 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, context : Kube::Config::ContextDef) #

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

Class Method Detail

def self.from_hash(data) #

[View source]

Instance Method Detail

def context : ContextDef #

[View source]
def context=(context : ContextDef) #

[View source]
def name : String #

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

[View source]

Macro Detail

macro method_missing(call) #

[View source]