Skip to content

Commit

Permalink
add stackabletech/hdfs-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 de4c057 commit 63b3937
Show file tree
Hide file tree
Showing 4 changed files with 1,816 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/hdfs-operator/*
Copyright: The stackabletech/hdfs-operator Authors
License: OSL-3.0

Files: crd-catalog/stackabletech/hive-operator/*
Copyright: The stackabletech/hive-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/hdfs-operator",
license: OSL_V3,
urls: &[
"https://github.com/stackabletech/hdfs-operator/blob/main/deploy/helm/hdfs-operator/crds/crds.yaml",
],
},
UpstreamSource {
project_name: "stackabletech/hive-operator",
license: OSL_V3,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `HdfsClusterNameNodesRoleGroupsConfigOverrides` in this scope
Loading

0 comments on commit 63b3937

Please sign in to comment.