mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 23:23:12 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Move kubelet internal ComponentConfig types to `pkg/kubelet/apis/config` **What this PR does / why we need it**: This PR is split out from the main PR of https://github.com/kubernetes/kubernetes/pull/67263, in order to make merging each scoped piece of the puzzle easier and smoother. This PR simply moves the `k8s.io/kubernetes/pkg/apis/kubeletconfig` as-is to `k8s.io/kubernetes/pkg/apis/config` as agreed in the KEP. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: ref: kubernetes/community#2354 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @kubernetes/sig-node-pr-reviews /assign @mtaufen @thockin @liggitt |
||
|---|---|---|
| .. | ||
| ginkgowrapper | ||
| metrics | ||
| timer | ||
| authorizer_util.go | ||
| BUILD | ||
| cleanup.go | ||
| crd_util.go | ||
| deployment_util.go | ||
| exec_util.go | ||
| firewall_util.go | ||
| firewall_util_test.go | ||
| flake_reporting_util.go | ||
| framework.go | ||
| get-kubemark-resource-usage.go | ||
| google_compute.go | ||
| gpu_util.go | ||
| ingress_utils.go | ||
| jobs_util.go | ||
| kubelet_stats.go | ||
| log_size_monitoring.go | ||
| metrics_util.go | ||
| networking_utils.go | ||
| nodes_util.go | ||
| perf_util.go | ||
| pods.go | ||
| profile_gatherer.go | ||
| psp_util.go | ||
| pv_util.go | ||
| rc_util.go | ||
| resource_usage_gatherer.go | ||
| rs_util.go | ||
| service_util.go | ||
| size.go | ||
| statefulset_utils.go | ||
| test_context.go | ||
| upgrade_util.go | ||
| util.go | ||
| volume_util.go | ||