class Namespace
- Namespace
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
kube/types.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(name : String, project : Nil | String, istio : Bool = false)
 - .new(pull : JSON::PullParser)
 
Instance Method Summary
- #istio : Bool
 - #istio=(istio : Bool)
 - #name : String
 - #name=(name : String)
 - #project : String | Nil
 - #project=(project : String | Nil)