mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 06:56:29 +00:00
Initial commit for adding ecr credential plugin
This commit is contained in:
committed by
Gaurav Mehta
parent
b8e94c98f8
commit
723dd7c670
@@ -110,6 +110,8 @@ type PrivateRegistry struct {
|
||||
Password string `yaml:"password" json:"password,omitempty" norman:"type=password"`
|
||||
// Default registry
|
||||
IsDefault bool `yaml:"is_default" json:"isDefault,omitempty"`
|
||||
// CredentialPlugin
|
||||
CredentialPlugin map[string]string `yaml:"credentialPlugin" json:"credentialPlugin,omitempty"`
|
||||
}
|
||||
|
||||
type RKESystemImages struct {
|
||||
|
Reference in New Issue
Block a user