1
0
mirror of https://github.com/rancher/types.git synced 2025-09-25 12:21:24 +00:00

RKE dns config as a pointer type

This commit is contained in:
Alena Prokharchyk
2019-03-12 16:48:07 -07:00
parent ee87bbdcea
commit 2de136b4a4

View File

@@ -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 {