From 074a619617f8a52befb8de60bce611b9c977bb2c Mon Sep 17 00:00:00 2001 From: orangedeng Date: Thu, 17 Jan 2019 17:49:13 +0800 Subject: [PATCH] Add field `source` for Setting --- apis/management.cattle.io/v3/global_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/global_types.go b/apis/management.cattle.io/v3/global_types.go index b4984e00..adb54706 100644 --- a/apis/management.cattle.io/v3/global_types.go +++ b/apis/management.cattle.io/v3/global_types.go @@ -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 {