kubernetes/cmd/kube-controller-manager/app
Kubernetes Submit Queue 29d4778314 Merge pull request #39740 from deads2k/controller-16-add-flag
Automatic merge from submit-queue (batch tested with PRs 39661, 39740, 39801, 39468, 39743)

add --controllers to controller manager

Adds a `--controllers` flag to the `kube-controller-manager` to indicate which controllers are enabled and disabled.  From the help:

```
      --controllers stringSlice                                           A list of controllers to enable.  '*' enables all on-by-default controllers, 'foo' enables the controller named 'foo', '-foo' disables the controller named 'foo'.
All controllers: certificatesigningrequests, cronjob, daemonset, deployment, disruption, endpoint, garbagecollector, horizontalpodautoscaling, job, namespace, podgc, replicaset, replicationcontroller, resourcequota, serviceaccount, statefuleset
```
2017-01-12 13:58:26 -08:00
..
options add --controllers to controller manager 2017-01-12 08:46:33 -05:00
apps.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
autoscaling.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
batch.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
BUILD add --controllers to controller manager 2017-01-12 08:46:33 -05:00
certificates.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
controller_manager_test.go add --controllers to controller manager 2017-01-12 08:46:33 -05:00
controllermanager.go Merge pull request #39740 from deads2k/controller-16-add-flag 2017-01-12 13:58:26 -08:00
core.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
extensions.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
plugins.go Recycle Pod Template Check 2016-12-22 17:44:32 +01:00
policy.go start the apimachinery repo 2017-01-11 09:09:48 -05:00