Skip to content

Commit

Permalink
add stackabletech/airflow-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Sep 15, 2024
1 parent 7d76a03 commit 0681be3
Show file tree
Hide file tree
Showing 4 changed files with 1,716 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,10 @@ Files: crd-catalog/SparebankenVest/azure-key-vault-to-kubernetes/*
Copyright: The SparebankenVest/azure-key-vault-to-kubernetes Authors
License: Apache-2.0

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

Files: crd-catalog/stackabletech/druid-operator/*
Copyright: The stackabletech/druid-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 @@ -2880,6 +2880,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/SparebankenVest/azure-key-vault-to-kubernetes/blob/master/crds/AzureManagedIdentity.yaml",
],
},
UpstreamSource {
project_name: "stackabletech/airflow-operator",
license: OSL_V3,
urls: &[
"https://github.com/stackabletech/airflow-operator/blob/main/deploy/helm/airflow-operator/crds/crds.yaml",
],
},
UpstreamSource {
project_name: "stackabletech/druid-operator",
license: OSL_V3,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `AirflowClusterWebserversRoleGroupsConfigOverrides` in this scope
Loading

0 comments on commit 0681be3

Please sign in to comment.