mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Check if required setters are set
This commit is contained in:
@@ -21,6 +21,8 @@ type setter struct {
|
||||
Value string `yaml:"value,omitempty" json:"value,omitempty"`
|
||||
ListValues []string `yaml:"listValues,omitempty" json:"listValues,omitempty"`
|
||||
EnumValues map[string]string `yaml:"enumValues,omitempty" json:"enumValues,omitempty"`
|
||||
Required bool `yaml:"required,omitempty" json:"required,omitempty"`
|
||||
IsSet bool `yaml:"isSet,omitempty" json:"isSet,omitempty"`
|
||||
}
|
||||
|
||||
type substitution struct {
|
||||
|
||||
Reference in New Issue
Block a user