enable watchCache in test/integration/ tests

pull/6/head
Chao Xu 2016-05-28 15:39:24 -07:00
parent 9e31175795
commit d03fe34114
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config {
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
AdmissionControl: admit.NewAlwaysAdmit(),
Serializer: api.Codecs,
EnableWatchCache: true,
},
KubeletClient: kubeletclient.FakeKubeletClient{},
}