Repurposing enableV1beta3 to disableV1beta3 in master config to enable v1beta3 by default

This commit is contained in:
nikhiljindal
2015-03-27 14:19:03 -07:00
parent a2801a5a18
commit 478b7d5edf
4 changed files with 10 additions and 8 deletions

View File

@@ -55,7 +55,6 @@ func TestClient(t *testing.T) {
EnableLogsSupport: false,
EnableProfiling: true,
EnableUISupport: false,
EnableV1Beta3: true,
APIPrefix: "/api",
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
AdmissionControl: admit.NewAlwaysAdmit(),