• Kubernetes Submit Queue's avatar
    Merge pull request #56955 from feiskyer/scrub-dns · 2ae99cf1
    Kubernetes Submit Queue authored
    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.
    ```
    2ae99cf1
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
aws.go Loading commit data...
aws_fakes.go Loading commit data...
aws_instancegroups.go Loading commit data...
aws_loadbalancer.go Loading commit data...
aws_loadbalancer_test.go Loading commit data...
aws_metrics.go Loading commit data...
aws_routes.go Loading commit data...
aws_test.go Loading commit data...
aws_utils.go Loading commit data...
device_allocator.go Loading commit data...
device_allocator_test.go Loading commit data...
instances.go Loading commit data...
instances_test.go Loading commit data...
log_handler.go Loading commit data...
regions.go Loading commit data...
regions_test.go Loading commit data...
retry_handler.go Loading commit data...
retry_handler_test.go Loading commit data...
sets_ippermissions.go Loading commit data...
tags.go Loading commit data...
tags_test.go Loading commit data...
volumes.go Loading commit data...