Commit 38e409b4 authored by mfleader's avatar mfleader Committed by GitHub

Correct newdnsController's documented function signature (#4717)

Signed-off-by: default avatarmleader <mleader@redhat.com>
parent 780c256c
...@@ -100,7 +100,7 @@ type dnsControlOpts struct { ...@@ -100,7 +100,7 @@ type dnsControlOpts struct {
endpointNameMode bool 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 { func newdnsController(ctx context.Context, kubeClient kubernetes.Interface, opts dnsControlOpts) *dnsControl {
dns := dnsControl{ dns := dnsControl{
client: kubeClient, client: kubeClient,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment