Skip to content

Commit

Permalink
add stackabletech/opa-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 7c8a0aa commit b96a769
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,10 @@ Files: crd-catalog/stackabletech/nifi-operator/*
Copyright: The stackabletech/nifi-operator Authors
License: OSL-3.0

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

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

0 comments on commit b96a769

Please sign in to comment.