Skip to content

Commit 555a7f7

Browse files
committed
re-generate zalando-postgres-operator w/ kopium 0.22.3
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent f723a68 commit 555a7f7

File tree

8 files changed

+1054
-4
lines changed

8 files changed

+1054
-4
lines changed

crd-catalog/zalando/postgres-operator/acid.zalan.do/v1/operatorconfigurations.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/zalando/postgres-operator/acid.zalan.do/v1/postgresqls.ignore

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

custom-resources/acid_zalan_do/README.md

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

1414
### acid.zalan.do/v1
15+
- `OperatorConfiguration`
16+
- `postgresql`
1517
- `PostgresTeam`

custom-resources/acid_zalan_do/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernet
44
# Available Custom Resources
55
66
## acid.zalan.do/v1
7+
- `OperatorConfiguration`
8+
- `postgresql`
79
- `PostgresTeam`
810
*/
911
#[cfg(feature = "v1")]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
pub mod operatorconfigurations;
2+
pub mod postgresqls;
13
pub mod postgresteams;

custom-resources/acid_zalan_do/src/v1/operatorconfigurations.rs

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

custom-resources/acid_zalan_do/src/v1/postgresqls.rs

Lines changed: 497 additions & 0 deletions
Large diffs are not rendered by default.

custom-resources/acid_zalan_do/src/v1/postgresteams.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/zalando/postgres-operator/acid.zalan.do/v1/postgresteams.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

55
#[allow(unused_imports)]
66
mod prelude {

0 commit comments

Comments
 (0)