mirror of
https://github.com/rancher/types.git
synced 2025-07-16 06:25:50 +00:00
Change settings
This commit is contained in:
parent
d917424f3f
commit
b277efff6b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user