class Kube::Config::ContextDef

Included Modules

Defined in:

kube/config/context.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(cluster : String, user : String, namespace : Nil | String = nil) #

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

Class Method Detail

def self.from_hash(data) #

[View source]

Instance Method Detail

def cluster : String #

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

[View source]
def namespace : String | Nil #

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

[View source]
def user : String #

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

[View source]