kubernetes/pkg/cloudprovider/providers/gce
Kubernetes Submit Queue 2ae99cf146
Merge pull request #56955 from feiskyer/scrub-dns
Automatic merge from submit-queue (batch tested with PRs 56997, 57008, 56984, 56975, 56955). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Remove unused ScrubDNS interface from cloudprovider

**What this PR does / why we need it**:

DNS scrubber from kubelet has been removed in #36785 and cloudprovider's `ScrubDNS()` interface is not used anywhere.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #56953.

**Special notes for your reviewer**:

**Release note**:

```release-note
Remove ScrubDNS interface from cloudprovider.
```
2017-12-16 15:23:54 -08:00
..
BUILD Implement resizing support for GCE 2017-11-22 16:24:58 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
gce.go Remove unused ScrubDNS interface from cloudprovider 2017-12-08 16:03:56 +08:00
gce_address_manager.go Bubble reservation error to the user when the address is specified. 2017-09-07 11:37:25 -07:00
gce_address_manager_test.go Reserve internal address for ILBs 2017-08-30 11:46:07 -07:00
gce_addresses.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_addresses_fakes.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_alpha.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
gce_annotations.go GCE: Add annotations and helper functions for network tiers 2017-08-28 18:40:20 -07:00
gce_annotations_test.go GCE: Add annotations and helper functions for network tiers 2017-08-28 18:40:20 -07:00
gce_backendservice.go add get alpha backend service into cloud provider 2017-09-29 14:57:08 -07:00
gce_cert.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_clusterid.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
gce_clusters.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_disks.go Change GCEDiskAlphaAPI to DiskAlphaAPI 2017-11-27 16:23:31 -08:00
gce_disks_test.go Implement resizing support for GCE 2017-11-22 16:24:58 -05:00
gce_firewall.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_forwardingrule.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_forwardingrule_fakes.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_healthchecks.go add alpha wrapper function for backend service and health check 2017-09-25 11:11:24 -07:00
gce_healthchecks_test.go Bump up minNodesHealthCheckVersion in gce_healthcheck due to known issues 2017-07-20 16:04:40 -07:00
gce_instancegroup.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_instances.go Changed GetAllZones to only get zones with nodes that are currently 2017-11-20 16:04:18 -08:00
gce_interfaces.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_loadbalancer.go Sort default cidrs for reproducible builds 2017-12-10 21:05:17 -05:00
gce_loadbalancer_external.go Fix panic in GCE loadbalancer library 2017-11-24 13:27:57 +00:00
gce_loadbalancer_external_test.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_loadbalancer_internal.go refactor(service-controller/gce/ensureInternalBackendService): delete unused variable 2017-11-22 17:16:37 +08:00
gce_loadbalancer_naming.go Fix GCE LB resource cleanup for service e2e tests. 2017-09-19 15:42:41 -07:00
gce_networkendpointgroup.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
gce_op.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_routes.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_targetpool.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_targetproxy.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_test.go Remove unused ScrubDNS interface from cloudprovider 2017-12-08 16:03:56 +08:00
gce_urlmap.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_util.go Gracefully handle permission errors when attempting to create firewall rules 2017-09-04 09:00:49 -07:00
gce_zones.go Implement GetZoneByProviderID & GetZoneByNodeName 2017-09-01 14:02:50 -07:00
metrics.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
metrics_test.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
OWNERS Add approvers for GCE cloud provider 2017-05-26 16:42:20 -07:00
token_source.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00