Remove unused ScrubDNS interface from cloudprovider

This commit is contained in:
Pengfei Ni
2017-12-08 16:03:56 +08:00
parent a505d1bc78
commit 65efeee64f
11 changed files with 0 additions and 93 deletions

View File

@@ -181,11 +181,6 @@ func (cs *CSCloud) ProviderName() string {
return ProviderName
}
// ScrubDNS filters DNS settings for pods.
func (cs *CSCloud) ScrubDNS(nameservers, searches []string) (nsOut, srchOut []string) {
return nameservers, searches
}
// HasClusterID returns true if the cluster has a clusterID
func (cs *CSCloud) HasClusterID() bool {
return true