summaryrefslogtreecommitdiff
path: root/cloud/pkg/synccontroller/objectsync.go
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/pkg/synccontroller/objectsync.go')
-rw-r--r--cloud/pkg/synccontroller/objectsync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/pkg/synccontroller/objectsync.go b/cloud/pkg/synccontroller/objectsync.go
index e99f2cec5..9cbcbb1ca 100644
--- a/cloud/pkg/synccontroller/objectsync.go
+++ b/cloud/pkg/synccontroller/objectsync.go
@@ -13,7 +13,7 @@ import (
"k8s.io/apimachinery/pkg/types"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer"