diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index e3f59f77..162cadc5 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -64,7 +64,7 @@ type PrivateRegistry struct { // User name for registry acces User string `yaml:"user" json:"user,omitempty"` // Password for registry access - Password string `yaml:"password" json:"password,omitempty"` + Password string `yaml:"password" json:"password,omitempty" norman:"type=password"` // Default registry IsDefault bool `yaml:"is_default" json:"isDefault,omitempty"` }