From 2de136b4a4ea5a6fb187cef44cab5f0aafdac313 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 12 Mar 2019 16:48:07 -0700 Subject: [PATCH] RKE dns config as a pointer type --- apis/management.cattle.io/v3/rke_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index 2cf01102..85e653bc 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -48,7 +48,7 @@ type RancherKubernetesEngineConfig struct { // Rotating Certificates Option RotateCertificates *RotateCertificates `yaml:"rotate_certificates,omitempty" json:"rotateCertificates,omitempty"` // DNS Config - DNS DNSConfig `yaml:"dns" json:"dns,omitempty"` + DNS *DNSConfig `yaml:"dns" json:"dns,omitempty"` } type BastionHost struct {