mirror of
https://github.com/coredns/coredns.git
synced 2025-10-18 19:01:16 +02:00
spelling (#1461)
This commit is contained in:
parent
399073ec6b
commit
449bb1ac6c
@ -49,7 +49,7 @@ type Kubernetes struct {
|
|||||||
autoPathSearch []string // Local search path from /etc/resolv.conf. Needed for autopath.
|
autoPathSearch []string // Local search path from /etc/resolv.conf. Needed for autopath.
|
||||||
}
|
}
|
||||||
|
|
||||||
// New returns a intialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other
|
// New returns a initialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other
|
||||||
// values default to their zero value, primaryZoneIndex will thus point to the first zone.
|
// values default to their zero value, primaryZoneIndex will thus point to the first zone.
|
||||||
func New(zones []string) *Kubernetes {
|
func New(zones []string) *Kubernetes {
|
||||||
k := new(Kubernetes)
|
k := new(Kubernetes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user