Skip to content

Commit b6dd859

Browse files
klaskoskddmitrie
andauthoredMay 14, 2024··
ocm: add ManagedCluster and unit tests (#416)
Co-authored-by: Dmitry Dmitriev <ddmitrie@redhat.com>
1 parent 88cc809 commit b6dd859

File tree

83 files changed

+9359
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+9359
-1
lines changed
 

‎.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ linters-settings:
3232
- "open-cluster-management.io/governance-policy-propagator/api"
3333
- "open-cluster-management.io/governance-policy-propagator/api/v1beta1"
3434
- "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
35+
- "open-cluster-management.io/api"
3536
- "sigs.k8s.io/controller-runtime"
3637
- "github.com/stretchr/testify"
3738
- $gostd

‎go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ require (
5454
github.com/stmcginnis/gofish v0.17.0
5555
github.com/stretchr/testify v1.9.0
5656
github.com/vmware-tanzu/velero v1.12.1
57+
open-cluster-management.io/api v0.12.0
5758
)
5859

5960
require (

0 commit comments

Comments
 (0)
Please sign in to comment.