Skip to content

Commit

Permalink
add open-cluster-management-io/ocm
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 12, 2023
1 parent 0e6488e commit 9b282cc
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ Files: crd-catalog/opdev/synapse-helm/*
Copyright: The opdev/synapse-helm Authors
License: Apache-2.0

Files: crd-catalog/open-cluster-management-io/ocm/*
Copyright: The open-cluster-management-io/ocm Authors
License: Apache-2.0

Files: crd-catalog/open-cluster-management-io/registration-operator/*
Copyright: The open-cluster-management-io/registration-operator Authors
License: Apache-2.0
Expand Down
7 changes: 7 additions & 0 deletions code-generator/src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/opdev/synapse-helm/blob/master/config/crd/bases/charts.opdev.io_synapses.yaml",
],
},
UpstreamSource {
project_name: "open-cluster-management-io/ocm",
license: APACHE_V2,
urls: &[
"https://github.com/open-cluster-management-io/ocm/blob/main/deploy/cluster-manager/config/crds/0000_01_operator.open-cluster-management.io_clustermanagers.crd.yaml",
],
},
UpstreamSource {
project_name: "open-cluster-management-io/registration-operator",
license: APACHE_V2,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--derive=PartialEq
Loading

0 comments on commit 9b282cc

Please sign in to comment.