kubernetes/cmd/kube-controller-manager/app
Kubernetes Submit Queue 1aa65a1894
Merge pull request #61365 from janetkuo/sts-controller-v1
Automatic merge from submit-queue (batch tested with PRs 60455, 61365, 61375, 61597, 61491). 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>.

Check apps/v1 StatefulSet available before starting its controller

**What this PR does / why we need it**: StatefulSet controller was bumped to use `apps/v1.StatefulSet` already. Without this change, StatefulSet controller will continue to work, but will be broken when `apps/v1beta2.StatefulSet` is removed or disabled. 

**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
NONE
```
2018-03-26 15:34:42 -07:00
..
config Update generated files 2018-02-13 11:16:48 +01:00
options Fixes for HTTP/2 max streams per connection setting 2018-02-22 16:31:21 -05:00
apps.go Merge pull request #61365 from janetkuo/sts-controller-v1 2018-03-26 15:34:42 -07:00
autoscaling.go Add external metrics client to HPA rest client 2018-02-27 14:10:29 +01:00
batch.go controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
bootstrap.go use shared informers for TokenCleaner controller 2018-01-15 14:56:42 +08:00
BUILD Add external metrics client to HPA rest client 2018-02-27 14:10:29 +01:00
certificates.go controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
cloudproviders.go Extract instantiation of cloud provider 2018-02-08 08:15:41 -05:00
controller_manager_test.go Using assertions 2017-10-10 22:44:12 -05:00
controllermanager.go cloud-controller-manager get /healthz instead of calling restclient.ServerAPIVersions to wait for apiserver being healthy 2018-02-28 17:24:59 +08:00
core.go rename StorageProtection to StorageObjectInUseProtection 2018-02-21 10:48:56 +08:00
extensions.go ReplicaSet: Use apps/v1 RS in kube-controller-manager. 2018-03-19 13:38:25 -07:00
import_known_versions.go Add new Events API group 2017-11-22 18:40:09 +00:00
plugins.go nit: remove CSI plugin from ProbeExpandableVolumePlugins 2018-02-10 21:18:23 +08:00
policy.go Log more verbose when DisruptionController doesn't start. 2017-05-18 13:19:06 -07:00
rbac.go add clusterrole aggregation controller 2017-11-13 08:18:00 -05:00