enable watchCache in test/integration/ tests

This commit is contained in:
Chao Xu 2016-05-28 15:39:24 -07:00
parent 9e31175795
commit d03fe34114

View File

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