Skip to content

Commit

Permalink
add stackabletech/hive-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Sep 15, 2024
1 parent 705a20a commit 6265cfd
Show file tree
Hide file tree
Showing 4 changed files with 849 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,10 @@ Files: crd-catalog/stackabletech/hbase-operator/*
Copyright: The stackabletech/hbase-operator Authors
License: OSL-3.0

Files: crd-catalog/stackabletech/hive-operator/*
Copyright: The stackabletech/hive-operator Authors
License: OSL-3.0

Files: crd-catalog/stackabletech/trino-operator/*
Copyright: The stackabletech/trino-operator Authors
License: OSL-3.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 @@ -2894,6 +2894,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/stackabletech/hbase-operator/blob/main/deploy/helm/hbase-operator/crds/crds.yaml",
],
},
UpstreamSource {
project_name: "stackabletech/hive-operator",
license: OSL_V3,
urls: &[
"https://github.com/stackabletech/hive-operator/blob/main/deploy/helm/hive-operator/crds/crds.yaml",
],
},
UpstreamSource {
project_name: "stackabletech/trino-operator",
license: OSL_V3,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `HiveClusterMetastoreRoleGroupsConfigOverrides` in this scope
Loading

0 comments on commit 6265cfd

Please sign in to comment.