Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 1e13e97

Browse files
committed
Remove unused ScrubDNS interface from cloudprovider
1 parent 077cd27 commit 1e13e97

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkg/cloudprovider/providers/openstack/openstack.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,6 @@ func (os *OpenStack) ProviderName() string {
486486
return ProviderName
487487
}
488488

489-
// ScrubDNS filters DNS settings for pods.
490-
func (os *OpenStack) ScrubDNS(nameServers, searches []string) ([]string, []string) {
491-
return nameServers, searches
492-
}
493-
494489
// HasClusterID returns true if the cluster has a clusterID
495490
func (os *OpenStack) HasClusterID() bool {
496491
return true

0 commit comments

Comments
 (0)