Skip to content

Commit

Permalink
update config item struct (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Feb 25, 2020
1 parent 0a3a827 commit e2209de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotskinds/apis/kots/v1beta1/config_types.go
Expand Up @@ -39,6 +39,7 @@ type ConfigItem struct {
Default multitype.BoolOrString `json:"default,omitempty"`
Value multitype.BoolOrString `json:"value,omitempty"`
Data string `json:"data,omitempty"`
Error string `json:"error,omitempty"`
MultiValue []string `json:"multi_value,omitempty"`
ReadOnly bool `json:"readonly,omitempty"`
WriteOnce bool `json:"write_once,omitempty"`
Expand Down

0 comments on commit e2209de

Please sign in to comment.