Skip to content

Commit d7c22df

Browse files
committed
fix the e2e build
Signed-off-by: myan <[email protected]>
1 parent 6b14986 commit d7c22df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/inventory/requester/global_hub.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
kessel "github.com/project-kessel/inventory-api/api/kessel/inventory/v1beta1/resources"
88
clusterinfov1beta1 "github.com/stolostron/cluster-lifecycle-api/clusterinfo/v1beta1"
9-
"github.com/stolostron/multicluster-global-hub/agent/pkg/status/syncers/managedclusterinfo"
9+
"github.com/stolostron/multicluster-global-hub/agent/pkg/controllers/inventory/managedclusterinfo"
1010
transportconfig "github.com/stolostron/multicluster-global-hub/pkg/transport/config"
1111
"github.com/stolostron/multicluster-global-hub/pkg/transport/requester"
1212
"github.com/stolostron/multicluster-global-hub/samples/config"

samples/inventory/requester/managed_hub.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
kessel "github.com/project-kessel/inventory-api/api/kessel/inventory/v1beta1/resources"
88
clusterinfov1beta1 "github.com/stolostron/cluster-lifecycle-api/clusterinfo/v1beta1"
99
"github.com/stolostron/multicluster-global-hub/agent/pkg/configs"
10-
"github.com/stolostron/multicluster-global-hub/agent/pkg/status/syncers/managedclusterinfo"
10+
"github.com/stolostron/multicluster-global-hub/agent/pkg/controllers/inventory/managedclusterinfo"
1111
transportconfig "github.com/stolostron/multicluster-global-hub/pkg/transport/config"
1212
"github.com/stolostron/multicluster-global-hub/pkg/transport/requester"
1313
"github.com/stolostron/multicluster-global-hub/samples/config"

0 commit comments

Comments
 (0)