mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Correct newdnsController's documented function signature (#4717)
Signed-off-by: mleader <mleader@redhat.com>
This commit is contained in:
@@ -100,7 +100,7 @@ type dnsControlOpts struct {
|
||||
endpointNameMode bool
|
||||
}
|
||||
|
||||
// newDNSController creates a controller for CoreDNS.
|
||||
// newdnsController creates a controller for CoreDNS.
|
||||
func newdnsController(ctx context.Context, kubeClient kubernetes.Interface, opts dnsControlOpts) *dnsControl {
|
||||
dns := dnsControl{
|
||||
client: kubeClient,
|
||||
|
||||
Reference in New Issue
Block a user