Enable ReplicaSets in e2e tests.

This commit is contained in:
Madhusudan.C.S
2016-01-19 16:06:36 -08:00
parent 9de1b9b8c2
commit 48c4173f5f
6 changed files with 3601 additions and 850 deletions

View File

@@ -113,7 +113,7 @@ create their own API groups](design/extending-api.md), and to avoid naming colli
## Enabling resources in the extensions group
Jobs, Ingress and HorizontalPodAutoscalers are enabled by default.
HorizontalPodAutoscalers, Jobs, Ingress and ReplicaSets are enabled by default.
Other extensions resources can be enabled by setting runtime-config on
apiserver. runtime-config accepts comma separated values. For ex: to enable deployments and disable jobs, set
`--runtime-config=extensions/v1beta1/deployments=true,extensions/v1beta1/jobs=false`