mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Automatic merge from submit-queue (batch tested with PRs 57127, 57011, 56754, 56601, 56483). 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 hacks added for mesos **What this PR does / why we need it**: Since Mesos is no longer in your main repository and since we have things like dynamic kubelet configuration in progress, we should drop these undocumented, untested, private hooks. cmd/kubelet/app/server.go::CreateAPIServerClientConfig CreateAPIServerClientConfig::getRuntime pkg/kubelet/kubelet_pods.go::getPhase Also remove stuff from Dependencies struct that were specific to the Mesos integration (ContainerRuntimeOptions and Options) Also remove stale references in test/e2e and and test owners file **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 # **Special notes for your reviewer**: **Release note**: ```release-note Drop hacks used for Mesos integration that was already removed from main kubernetes repository ``` |
||
|---|---|---|
| .. | ||
| ginkgowrapper | ||
| metrics | ||
| timer | ||
| authorizer_util.go | ||
| BUILD | ||
| cleanup.go | ||
| deployment_util.go | ||
| exec_util.go | ||
| firewall_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 | ||
| 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 | ||