Skip to content

Commit 680031b

Browse files
committed
add aenix-io/etcd-operator
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 909a408 commit 680031b

File tree

4 files changed

+627
-0
lines changed

4 files changed

+627
-0
lines changed

.reuse/dep5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Files: crd-catalog/actions/actions-runner-controller/*
2727
Copyright: The actions/actions-runner-controller Authors
2828
License: Apache-2.0
2929

30+
Files: crd-catalog/aenix-io/etcd-operator/*
31+
Copyright: The aenix-io/etcd-operator Authors
32+
License: Apache-2.0
33+
3034
Files: crd-catalog/aerospike/aerospike-kubernetes-operator/*
3135
Copyright: The aerospike/aerospike-kubernetes-operator Authors
3236
License: Apache-2.0

code-generator/src/catalog.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
7878
],
7979
ignores: &[],
8080
},
81+
UpstreamSource {
82+
project_name: "aenix-io/etcd-operator",
83+
license: APACHE_V2,
84+
urls: &[
85+
"https://github.com/aenix-io/etcd-operator/blob/main/charts/etcd-operator/crds/etcd-cluster.yaml",
86+
],
87+
ignores: &[],
88+
},
8189
UpstreamSource {
8290
project_name: "aerospike/aerospike-kubernetes-operator",
8391
license: APACHE_V2,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cannot find type `EtcdClusterPodTemplateSpec` in this scope

0 commit comments

Comments
 (0)