File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pkg/work/spoke/controllers/manifestcontroller Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -491,8 +491,6 @@ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 h1:MDF6h2H/h4tbzmtIKTuctcwZmY0tY
491
491
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
492
492
open-cluster-management.io/addon-framework v0.12.0 h1:5j7mpyk2ij0SLUZkwWk0KkNTWtsid2w7BIHmhm0Ecok =
493
493
open-cluster-management.io/addon-framework v0.12.0 /go.mod h1:eReMWXrEHqtilwz5wzEpUrWw9Vfz0HJCH9pi3gOTZns =
494
- open-cluster-management.io/api v0.16.1 h1:mS+4UGxHLPQd7CRM0gdFQdVaz139Lo2bkLfqSE0CDNU =
495
- open-cluster-management.io/api v0.16.1 /go.mod h1:9erZEWEn4bEqh0nIX2wA7f/s3KCuFycQdBrPrRzi0QM =
496
494
open-cluster-management.io/sdk-go v0.16.1-0.20250327030116-e8c524c1a85b h1:MjK6LuPi6kPMG40kMfzV2c7lffmwscUmspXmNGyezV4 =
497
495
open-cluster-management.io/sdk-go v0.16.1-0.20250327030116-e8c524c1a85b /go.mod h1:TyOjZC5YxyM5BRNgwTmLuTbHXX6xXqzYBXllrfoVp9w =
498
496
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 h1:2770sDpzrjjsAtVhSeUFseziht227YAWYHLGNM8QPwY =
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import (
29
29
"open-cluster-management.io/ocm/pkg/work/helper"
30
30
"open-cluster-management.io/ocm/pkg/work/spoke/apply"
31
31
"open-cluster-management.io/ocm/pkg/work/spoke/auth/basic"
32
+ "open-cluster-management.io/ocm/pkg/work/spoke/conditions"
32
33
"open-cluster-management.io/ocm/pkg/work/spoke/spoketesting"
33
34
)
34
35
You can’t perform that action at this time.
0 commit comments