struct KustomizeConfig
- KustomizeConfig
 - Struct
 - Value
 - Object
 
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
kube/types.crConstructors
- .new(name : String, namespace : Nil | String, path : String)
 - .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 
Instance Method Summary
- #name : String
 - #name=(name : String)
 - #namespace : String | Nil
 - #namespace=(namespace : String | Nil)
 - #path : String
 - #path=(path : String)