From c402a223137baf83a36617236ededbd1331ee517 Mon Sep 17 00:00:00 2001 From: Dan Ramich Date: Wed, 20 Mar 2019 11:00:00 -0700 Subject: [PATCH] Update rketypes --- apis/management.cattle.io/v3/rke_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index 0dda8b48..688c1073 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -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