Skip to content

Commit 9198a54

Browse files
committed
fix druid_apache_org
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent c18dcef commit 9198a54

File tree

6 files changed

+2
-97
lines changed

6 files changed

+2
-97
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cannot find type `DruidIngestionIngestionRules` in this scope

custom-resources/druid_apache_org/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ This crate is part of [kube-custom-resources-rs](https://github.com/metio/kube-c
1212
## Available Custom Resources
1313

1414
### druid.apache.org/v1alpha1
15-
- `DruidIngestion`
1615
- `Druid`

custom-resources/druid_apache_org/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernet
44
# Available Custom Resources
55
66
## druid.apache.org/v1alpha1
7-
- `DruidIngestion`
87
- `Druid`
98
*/
109
#[cfg(feature = "v1alpha1")]

custom-resources/druid_apache_org/src/v1alpha1/druidingestions.rs

Lines changed: 0 additions & 93 deletions
This file was deleted.

custom-resources/druid_apache_org/src/v1alpha1/druids.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// WARNING: generated by kopium - manual changes will be overwritten
22
// kopium command: kopium --docs --derive=Default --derive=PartialEq --smart-derive-elision --filename crd-catalog/datainfrahq/druid-operator/druid.apache.org/v1alpha1/druids.yaml
3-
// kopium version: 0.21.2
3+
// kopium version: 0.21.1
44

55
#[allow(unused_imports)]
66
mod prelude {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
pub mod druidingestions;
21
pub mod druids;

0 commit comments

Comments
 (0)