File tree Expand file tree Collapse file tree 4 files changed +627
-0
lines changed
crd-catalog/aenix-io/etcd-operator/etcd.aenix.io/v1alpha1 Expand file tree Collapse file tree 4 files changed +627
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Files: crd-catalog/actions/actions-runner-controller/*
2727Copyright: The actions/actions-runner-controller Authors
2828License: 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+
3034Files: crd-catalog/aerospike/aerospike-kubernetes-operator/*
3135Copyright: The aerospike/aerospike-kubernetes-operator Authors
3236License: Apache-2.0
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 1+ cannot find type `EtcdClusterPodTemplateSpec` in this scope
You can’t perform that action at this time.
0 commit comments