fix missing cache federatedapplication (#2733)

Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
zryfish
2020-08-01 13:22:39 +08:00
committed by GitHub
parent b74d5a336b
commit 0a893d20bc

View File

@@ -411,6 +411,7 @@ func (s *APIServer) waitForResourceSync(stopCh <-chan struct{}) error {
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedPersistentVolumeClaim),
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedWorkspace),
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedUser),
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedApplication),
}
// skip caching devops resources if devops not enabled