kubernetes/pkg/kubelet/network
Kubernetes Submit Queue 6e950cc629
Merge pull request #55651 from MrHohn/kubelet-dns-pkg
Automatic merge from submit-queue (batch tested with PRs 55657, 54758, 47584, 55758, 55651). 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>.

Move DNS related kubelet codes into its own package

**What this PR does / why we need it**:
Ref https://github.com/kubernetes/features/issues/504, this PR rearranges DNS related kubelet codes into its own pacakge and adds an OWNERS file.

Again, there is no functional changes, just that codes are moved around and couple fields (`clusterDomain`, `clusterDNS`, `resolverConfig`) are replaced with a `dnsConfigurer` struct.

**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 #NONE 

**Special notes for your reviewer**:
/assign @bowei @thockin 

**Release note**:

```release-note
NONE
```
2017-11-15 23:57:35 -08:00
..
cni Merge pull request #54460 from yanxuean/cnibindir 2017-11-11 10:45:16 -08:00
dns Move DNS related kubelet codes into its own package 2017-11-15 10:56:44 -08:00
hairpin update BUILD files 2017-10-15 18:18:13 -07:00
hostport Add tests to test if legacy chains/rules can be cleaned up 2017-11-15 15:15:04 +08:00
kubenet kubenet: disable DAD in the container. 2017-11-07 17:42:02 +01:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
testing ip6tables should be set in the noop plugin 2017-11-13 11:17:21 -05:00
BUILD Move DNS related kubelet codes into its own package 2017-11-15 10:56:44 -08:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
OWNERS add OWNER file to kubelet/network 2017-02-24 11:41:13 -08:00
plugins.go ip6tables should be set in the noop plugin 2017-11-13 11:17:21 -05:00