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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user