Commit d03fe341 authored by Chao Xu's avatar Chao Xu

enable watchCache in test/integration/ tests

parent 9e311757
...@@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config { ...@@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config {
Authorizer: apiserver.NewAlwaysAllowAuthorizer(), Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
AdmissionControl: admit.NewAlwaysAdmit(), AdmissionControl: admit.NewAlwaysAdmit(),
Serializer: api.Codecs, Serializer: api.Codecs,
EnableWatchCache: true,
}, },
KubeletClient: kubeletclient.FakeKubeletClient{}, KubeletClient: kubeletclient.FakeKubeletClient{},
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment