1
0
mirror of https://github.com/rancher/types.git synced 2025-07-19 15:56:26 +00:00

Add default registry option

This commit is contained in:
galal-hussein 2018-08-31 21:58:14 +02:00 committed by Alena Prokharchyk
parent 327b5b3c14
commit fdaf972f52

View File

@ -65,6 +65,8 @@ type PrivateRegistry struct {
User string `yaml:"user" json:"user,omitempty"`
// Password for registry access
Password string `yaml:"password" json:"password,omitempty"`
// Default registry
IsDefault bool `yaml:"is_default" json:"isDefault,omitempty"`
}
type RKESystemImages struct {