Add coredns-endpoints to CoreDNS provider config

This commit is contained in:
shashidharatd
2017-03-09 22:40:09 +05:30
parent fb9929aef1
commit c1070166a8

View File

@@ -36,8 +36,9 @@ const (
// Config to override defaults // Config to override defaults
type Config struct { type Config struct {
Global struct { Global struct {
EtcdEndpoints string `gcfg:"etcd-endpoints"` EtcdEndpoints string `gcfg:"etcd-endpoints"`
DNSZones string `gcfg:"zones"` DNSZones string `gcfg:"zones"`
CoreDNSEndpoints string `gcfg:"coredns-endpoints"`
} }
} }