Correct newdnsController's documented function signature (#4717)

Signed-off-by: mleader <mleader@redhat.com>
This commit is contained in:
mfleader 2021-06-24 15:18:08 -04:00 committed by GitHub
parent 780c256c5f
commit 38e409b4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,