1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

Add field source for Setting

This commit is contained in:
orangedeng
2019-01-17 17:49:13 +08:00
committed by Craig Jellick
parent ca1efcec97
commit 074a619617

View File

@@ -11,6 +11,7 @@ type Setting struct {
Value string `json:"value" norman:"required"`
Default string `json:"default" norman:"nocreate,noupdate"`
Customized bool `json:"customized" norman:"nocreate,noupdate"`
Source string `json:"source" norman:"nocreate,noupdate,options=db|default|env"`
}
type ListenConfig struct {