mirror of
https://github.com/rancher/types.git
synced 2025-06-28 14:36:50 +00:00
Hide private registries
This commit is contained in:
parent
013da612d0
commit
b8afaefbb6
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user