Skip to content

Commit

Permalink
add SolaceProducts/pubsubplus-kubernetes-quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 12, 2023
1 parent 79cc12a commit db904b6
Show file tree
Hide file tree
Showing 4 changed files with 1,035 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ Files: crd-catalog/snyk/kubernetes-monitor/*
Copyright: The snyk/kubernetes-monitor Authors
License: Apache-2.0

Files: crd-catalog/SolaceProducts/pubsubplus-kubernetes-quickstart/*
Copyright: The SolaceProducts/pubsubplus-kubernetes-quickstart Authors
License: Apache-2.0

Files: crd-catalog/solo-io/gloo/*
Copyright: The solo-io/gloo Authors
License: MIT
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 @@ -1869,6 +1869,13 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
"https://github.com/snyk/kubernetes-monitor/blob/staging/snyk-operator/deploy/olm-catalog/snyk-operator/0.0.0/snykmonitors.charts.helm.k8s.io.crd.yaml",
],
},
UpstreamSource {
project_name: "SolaceProducts/pubsubplus-kubernetes-quickstart",
license: APACHE_V2,
urls: &[
"https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/main/config/crd/bases/pubsubplus.solace.com_pubsubpluseventbrokers.yaml",
],
},
UpstreamSource {
project_name: "solo-io/gloo",
license: MIT,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: unknown number int32
Loading

0 comments on commit db904b6

Please sign in to comment.