mirror of
https://github.com/rancher/types.git
synced 2025-09-26 04:38:17 +00:00
Update rketypes
This commit is contained in:
committed by
Craig Jellick
parent
a62c1e463d
commit
4ceb3fe3c7
@@ -16,9 +16,9 @@ type RancherKubernetesEngineConfig struct {
|
||||
// List of images used internally for proxy, cert downlaod and kubedns
|
||||
SystemImages RKESystemImages `yaml:"system_images" json:"systemImages,omitempty"`
|
||||
// SSH Private Key Path
|
||||
SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty"`
|
||||
SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty" norman:"nocreate,noupdate"`
|
||||
// SSH Certificate Path
|
||||
SSHCertPath string `yaml:"ssh_cert_path" json:"sshCertPath,omitempty"`
|
||||
SSHCertPath string `yaml:"ssh_cert_path" json:"sshCertPath,omitempty" norman:"nocreate,noupdate"`
|
||||
// SSH Agent Auth enable
|
||||
SSHAgentAuth bool `yaml:"ssh_agent_auth" json:"sshAgentAuth"`
|
||||
// Authorization mode configuration used in the cluster
|
||||
|
Reference in New Issue
Block a user