1
0
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:
moelsayed 2018-09-05 21:12:21 +02:00 committed by Alena Prokharchyk
parent 013da612d0
commit b8afaefbb6

View File

@ -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"`
}