kubernetes/pkg/cloudprovider/providers/aws
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
..
aws.go Remove unused ScrubDNS interface from cloudprovider 2017-12-08 16:03:56 +08:00
aws_fakes.go Implement disk resizing for AWS 2017-11-22 21:38:54 -05:00
aws_instancegroups.go Use %q formatter for error messages from the AWS SDK. #47789 2017-06-23 10:02:21 -04:00
aws_loadbalancer.go Merge pull request #56024 from dimpavloff/aws-elb-set-hc-params 2017-11-22 08:48:43 -08:00
aws_loadbalancer_test.go Add Amazon NLB support 2017-11-20 08:52:57 -05:00
aws_metrics.go Start recording cloud provider metrics for AWS 2017-04-27 15:26:32 -04:00
aws_routes.go Replace the deprecated function with the suggest function 2017-08-21 10:50:52 +08:00
aws_test.go allow ELB HC configuration via Service annotations 2017-11-21 14:34:05 +00:00
aws_utils.go Replace the deprecated function with the suggest function 2017-08-21 10:50:52 +08:00
BUILD Implement disk resizing for AWS 2017-11-22 21:38:54 -05:00
device_allocator.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
device_allocator_test.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
instances.go using regexp match achieve find efficiently 2017-11-14 12:56:56 +08:00
instances_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
log_handler.go Added logging to AWS api calls. #46969 2017-07-14 21:37:05 -04:00
OWNERS Adding myself as a reviewer to aws cloud provider 2017-12-13 22:42:07 -07:00
regions.go AWS: trust region if found from AWS metadata 2017-01-18 09:17:55 -05:00
regions_test.go Moved fakes to a separate file usable by other tests 2017-09-22 13:30:05 -04:00
retry_handler.go Check if SleepDelay of AWS request is nil before sign. 2017-11-19 16:33:56 +08:00
retry_handler_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sets_ippermissions.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
tags.go Make ClusterID required for AWS. #48954 2017-08-07 15:47:00 -04:00
tags_test.go Moved fakes to a separate file usable by other tests 2017-09-22 13:30:05 -04:00
volumes.go AWS: Support for mounting nvme volumes 2017-11-30 14:48:33 -05:00