Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add stackabletech/hdfs-operator #320

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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