Skip to content

Commit

Permalink
Fix discrepancy in prepare interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Apr 17, 2020
1 parent 6d0334a commit 581ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prepare/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var supportedCoreDNSVersions = []string{
type Preparer interface {
CheckDNSProvider() (DNSProvider, error)
StartInformers(acl bool) error
ConfigureCoreDNS(namespace, clusterDomain string) error
ConfigureCoreDNS(clusterDomain, namespace string) error
ConfigureKubeDNS() error
}

Expand Down

0 comments on commit 581ebbb

Please sign in to comment.