Correct newdnsController's documented function signature (#4717)
Signed-off-by: mleader <mleader@redhat.com>
This commit is contained in:
parent
780c256c5f
commit
38e409b4b6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue