1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 18:25:05 +00:00

Update rke

This commit is contained in:
Dan Ramich 2019-03-20 10:54:45 -07:00 committed by Craig Jellick
parent 3695949a4c
commit 9d8e2ed12e

View File

@ -16,7 +16,7 @@ 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 Agent Auth enable
SSHAgentAuth bool `yaml:"ssh_agent_auth" json:"sshAgentAuth"`
// Authorization mode configuration used in the cluster