mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Add field source
for Setting
This commit is contained in:
committed by
Craig Jellick
parent
ca1efcec97
commit
074a619617
@@ -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 {
|
||||
|
Reference in New Issue
Block a user