class Kube::Config::Cluster

Included Modules

Defined in:

kube/config/cluster.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(cluster : Kube::Config::ClusterDef, name : String) #

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

Class Method Detail

def self.from_hash(data) #

[View source]

Instance Method Detail

def cluster : ClusterDef #

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

[View source]
def name : String #

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

[View source]

Macro Detail

macro method_missing(call) #

[View source]