k3s/pkg
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
..
api Merge pull request #52461 from stewart-yu/issue#05 2017-11-11 15:21:29 -08:00
apimachinery/tests update BUILD files 2017-10-15 18:18:13 -07:00
apis Merge pull request #54436 from msau42/sc-api 2017-11-15 12:57:53 -08:00
auth move authorizers over to new interface 2017-11-03 13:46:28 -07:00
bootstrap/api update BUILD files 2017-10-15 18:18:13 -07:00
capabilities update BUILD files 2017-10-15 18:18:13 -07:00
client Generated files for new VolumeAttachemnt object 2017-11-14 17:08:49 -08:00
cloudprovider Using lower case of fmt.Errorf 2017-11-14 12:40:16 +08:00
controller Merge pull request #55758 from wackxu/updateService 2017-11-15 23:57:31 -08:00
credentialprovider update BUILD files 2017-10-15 18:18:13 -07:00
features StorageClass API changes for VolumeBindingMode 2017-11-15 09:19:47 -08:00
fieldpath update BUILD files 2017-10-15 18:18:13 -07:00
generated Merge pull request #47584 from zjj2wry/translate 2017-11-15 23:57:28 -08:00
hyperkube update BUILD files 2017-10-15 18:18:13 -07:00
kubeapiserver Reorganize the admission webhook code. 2017-11-14 15:59:53 -08:00
kubectl Merge pull request #55131 from stewart-yu/addnamespaces 2017-11-15 23:06:22 -08:00
kubelet Merge pull request #55651 from MrHohn/kubelet-dns-pkg 2017-11-15 23:57:35 -08:00
kubemark Merge pull request #54405 from resouer/clean-docker-dep 2017-11-13 03:59:53 -08:00
master remove duplicated import 2017-11-14 17:18:17 +08:00
printers StorageClass API changes for VolumeBindingMode 2017-11-15 09:19:47 -08:00
probe update BUILD files 2017-10-15 18:18:13 -07:00
proxy Merge pull request #53780 from m1093782566/validate-ipvs 2017-11-15 09:30:24 -08:00
quota Update generated files 2017-11-09 12:14:08 +01:00
registry StorageClass API changes for VolumeBindingMode 2017-11-15 09:19:47 -08:00
routes update BUILD files 2017-10-15 18:18:13 -07:00
security Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
securitycontext Update generated files 2017-11-09 12:14:08 +01:00
serviceaccount Update generated files 2017-11-09 12:14:08 +01:00
ssh update BUILD files 2017-10-15 18:18:13 -07:00
util Add tests to test if legacy chains/rules can be cleaned up 2017-11-15 15:15:04 +08:00
version Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
volume include rbd command output in errors, simplify ifelse logic 2017-11-14 11:47:29 -08:00
watch update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Update generated files for MutatingWebhookConfiguration 2017-11-09 15:33:50 -08:00
OWNERS