Skip to content

Commit e02e6f7

Browse files
committed
re-generate argocd-operator w/ kopium 0.22.3
using the changes from kube-rs/kopium#370 Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
1 parent 885f845 commit e02e6f7

File tree

10 files changed

+16193
-15
lines changed

10 files changed

+16193
-15
lines changed

crd-catalog/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/applicationsets.ignore

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

custom-resources/argoproj_io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This crate is part of [kube-custom-resources-rs](https://github.com/metio/kube-c
1313

1414
### argoproj.io/v1alpha1
1515
- `Application`
16+
- `ApplicationSet`
1617
- `AppProject`
1718
- `ArgoCDExport`
1819
- `ArgoCD`

custom-resources/argoproj_io/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernet
55
66
## argoproj.io/v1alpha1
77
- `Application`
8+
- `ApplicationSet`
89
- `AppProject`
910
- `ArgoCDExport`
1011
- `ArgoCD`

custom-resources/argoproj_io/src/v1alpha1/applications.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/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/applications.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

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

custom-resources/argoproj_io/src/v1alpha1/applicationsets.rs

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

custom-resources/argoproj_io/src/v1alpha1/appprojects.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/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/appprojects.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

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

custom-resources/argoproj_io/src/v1alpha1/argocdexports.rs

Lines changed: 4 additions & 4 deletions
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/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/argocdexports.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

55
#[allow(unused_imports)]
66
mod prelude {
@@ -15,11 +15,11 @@ use self::prelude::*;
1515
#[derive(CustomResource, Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
1616
#[kube(group = "argoproj.io", version = "v1alpha1", kind = "ArgoCDExport", plural = "argocdexports")]
1717
#[kube(namespaced)]
18-
#[kube(status = "ArgoCDExportStatus")]
18+
#[kube(status = "ArgoCdExportStatus")]
1919
#[kube(schema = "disabled")]
2020
#[kube(derive="Default")]
2121
#[kube(derive="PartialEq")]
22-
pub struct ArgoCDExportSpec {
22+
pub struct ArgoCdExportSpec {
2323
/// Argocd is the name of the ArgoCD instance to export.
2424
pub argocd: String,
2525
/// Image is the container image to use for the export Job.
@@ -242,7 +242,7 @@ pub struct ArgoCDExportStoragePvcSelectorMatchExpressions {
242242

243243
/// ArgoCDExportStatus defines the observed state of ArgoCDExport
244244
#[derive(Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
245-
pub struct ArgoCDExportStatus {
245+
pub struct ArgoCdExportStatus {
246246
/// Phase is a simple, high-level summary of where the ArgoCDExport is in its lifecycle.
247247
/// There are five possible phase values:
248248
/// Pending: The ArgoCDExport has been accepted by the Kubernetes system, but one or more of the required resources have not been created.

custom-resources/argoproj_io/src/v1alpha1/argocds.rs

Lines changed: 4 additions & 4 deletions
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/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/argocds.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

55
#[allow(unused_imports)]
66
mod prelude {
@@ -16,11 +16,11 @@ use self::prelude::*;
1616
#[derive(CustomResource, Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
1717
#[kube(group = "argoproj.io", version = "v1alpha1", kind = "ArgoCD", plural = "argocds")]
1818
#[kube(namespaced)]
19-
#[kube(status = "ArgoCDStatus")]
19+
#[kube(status = "ArgoCdStatus")]
2020
#[kube(schema = "disabled")]
2121
#[kube(derive="Default")]
2222
#[kube(derive="PartialEq")]
23-
pub struct ArgoCDSpec {
23+
pub struct ArgoCdSpec {
2424
/// AggregatedClusterRoles will allow users to have aggregated ClusterRoles for a cluster scoped instance.
2525
#[serde(default, skip_serializing_if = "Option::is_none", rename = "aggregatedClusterRoles")]
2626
pub aggregated_cluster_roles: Option<bool>,
@@ -6690,7 +6690,7 @@ pub struct ArgoCDTlsCa {
66906690

66916691
/// ArgoCDStatus defines the observed state of ArgoCD
66926692
#[derive(Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
6693-
pub struct ArgoCDStatus {
6693+
pub struct ArgoCdStatus {
66946694
/// ApplicationController is a simple, high-level summary of where the Argo CD application controller component is in its lifecycle.
66956695
/// There are four possible ApplicationController values:
66966696
/// Pending: The Argo CD application controller component has been accepted by the Kubernetes system, but one or more of the required resources have not been created.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pub mod applications;
2+
pub mod applicationsets;
23
pub mod appprojects;
34
pub mod argocdexports;
45
pub mod argocds;

custom-resources/argoproj_io/src/v1beta1/argocds.rs

Lines changed: 4 additions & 4 deletions
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/argoproj-labs/argocd-operator/argoproj.io/v1beta1/argocds.yaml
3-
// kopium version: 0.22.1
3+
// kopium version: 0.22.3
44

55
#[allow(unused_imports)]
66
mod prelude {
@@ -16,11 +16,11 @@ use self::prelude::*;
1616
#[derive(CustomResource, Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
1717
#[kube(group = "argoproj.io", version = "v1beta1", kind = "ArgoCD", plural = "argocds")]
1818
#[kube(namespaced)]
19-
#[kube(status = "ArgoCDStatus")]
19+
#[kube(status = "ArgoCdStatus")]
2020
#[kube(schema = "disabled")]
2121
#[kube(derive="Default")]
2222
#[kube(derive="PartialEq")]
23-
pub struct ArgoCDSpec {
23+
pub struct ArgoCdSpec {
2424
/// AggregatedClusterRoles will allow users to have aggregated ClusterRoles for a cluster scoped instance.
2525
#[serde(default, skip_serializing_if = "Option::is_none", rename = "aggregatedClusterRoles")]
2626
pub aggregated_cluster_roles: Option<bool>,
@@ -18599,7 +18599,7 @@ pub struct ArgoCDTlsCa {
1859918599

1860018600
/// ArgoCDStatus defines the observed state of ArgoCD
1860118601
#[derive(Serialize, Deserialize, Clone, Debug, Default, PartialEq)]
18602-
pub struct ArgoCDStatus {
18602+
pub struct ArgoCdStatus {
1860318603
/// ApplicationController is a simple, high-level summary of where the Argo CD application controller component is in its lifecycle.
1860418604
/// There are four possible ApplicationController values:
1860518605
/// Pending: The Argo CD application controller component has been accepted by the Kubernetes system, but one or more of the required resources have not been created.

0 commit comments

Comments
 (0)