1
0
mirror of https://github.com/rancher/types.git synced 2025-07-16 06:25:50 +00:00

Change settings

This commit is contained in:
Darren Shepherd 2018-01-23 11:31:34 -07:00
parent d917424f3f
commit b277efff6b

View File

@ -8,9 +8,9 @@ type Setting struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Value string `json:"value" norman:"required"`
HideValue bool `json:"hideValue" norman:"noupdate"`
ReadOnly bool `json:"readOnly" norman:"nocreate,noupdate"`
Value string `json:"value" norman:"required"`
Default string `json:"default" norman:"nocreate,noupdate"`
Customized bool `json:"customized" norman:"nocreate,noupdate"`
}
type ListenConfig struct {