mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Address review comments
This commit is contained in:
parent
c851a7973e
commit
ec8263dc11
@ -27,7 +27,7 @@ import (
|
|||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Config represents common config items for Azure DNS and Azure Private DNS
|
// config represents common config items for Azure DNS and Azure Private DNS
|
||||||
type config struct {
|
type config struct {
|
||||||
Cloud string `json:"cloud" yaml:"cloud"`
|
Cloud string `json:"cloud" yaml:"cloud"`
|
||||||
Environment azure.Environment `json:"-" yaml:"-"`
|
Environment azure.Environment `json:"-" yaml:"-"`
|
Loading…
Reference in New Issue
Block a user