kubernetes/pkg/api
Kubernetes Submit Queue 94327c5f72
Merge pull request #56754 from dims/remove-hacks-for-mesos
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
```
2017-12-17 06:25:56 -08:00
..
endpoints Remove hacks added for mesos 2017-12-03 13:52:30 -05:00
events Update generated files 2017-11-09 12:14:08 +01:00
legacyscheme Update bazel 2017-10-18 17:24:04 +02:00
persistentvolume Refactor flex pv to allow secret namespace 2017-12-13 23:32:16 -05:00
persistentvolumeclaim generated code for VolumeMode api change 2017-11-18 12:03:33 -05:00
pod generated code for VolumeMode api change 2017-11-18 12:03:33 -05:00
ref Update generated files 2017-11-09 12:14:08 +01:00
resource Remove unused code in pkg/api/,pkg/apis/ 2017-12-07 13:35:47 +08:00
service Update generated files 2017-11-09 12:14:08 +01:00
testapi generated 2017-11-22 18:40:09 +00:00
testing Merge pull request #57142 from nikhita/bump-jsoniter 2017-12-16 23:32:38 -08:00
unversioned update BUILD files 2017-10-15 18:18:13 -07:00
v1 Update generated files 2017-11-09 12:14:08 +01:00
OWNERS Create api-{approvers,reviewers} alias 2017-10-18 10:54:28 -07:00