class Kube::Config::ContextDef
- Kube::Config::ContextDef
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 - Kube::Config::Var
 - YAML::Serializable
 
Defined in:
kube/config/context.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(cluster : String, user : String, namespace : Nil | String = nil)
 - .new(pull : JSON::PullParser)
 
Class Method Summary
Instance Method Summary
- #cluster : String
 - #cluster=(cluster : String)
 - #namespace : String | Nil
 - #namespace=(namespace : String | Nil)
 - #user : String
 - #user=(user : String)