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

@@ -44,8 +44,6 @@ type Interface interface {
Routes() (Routes, bool)
// ProviderName returns the cloud provider ID.
ProviderName() string
// ScrubDNS provides an opportunity for cloud-provider-specific code to process DNS settings for pods.
ScrubDNS(nameservers, searches []string) (nsOut, srchOut []string)
// HasClusterID returns true if a ClusterID is required and set
HasClusterID() bool
}