class Group
- Group
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
kube/types.crConstructors
Instance Method Summary
- #after : Array(String)
 - #after=(after : Array(String))
 - #apps : Array(AppOptions)
 - #apps=(apps : Array(AppOptions))
 - #before : Array(String)
 - #before=(before : Array(String))
 - #config_maps : Array(Secret)
 - #config_maps=(config_maps : Array(Secret))
 - #default_namespace : String | Nil
 - #default_namespace=(default_namespace : String | Nil)
 - #ignore : Bool
 - #ignore=(ignore : Bool)
 - #istio : Bool
 - #istio=(istio : Bool)
 - #name : String
 - #name=(name : String)
 - #namespace : Namespace
 - #project : String | Nil
 - #project=(project : String | Nil)
 - #run_after : Array(String)
 - #run_after=(run_after : Array(String))
 - #run_before : Array(String)
 - #run_before=(run_before : Array(String))
 - #secrets : Array(Secret)
 - #secrets=(secrets : Array(Secret))