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:
parent
327b5b3c14
commit
fdaf972f52
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user