Skip to content

Commit

Permalink
ignore redhatcop_redhat_io_v1alpha1 resources
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 10, 2023
1 parent 874af5a commit 48b4df8
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 524 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `GroupConfigStatusLockedPatchStatuses` in this scope
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `NamespaceConfigStatusLockedPatchStatuses` in this scope
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cannot find type `UserConfigStatusLockedPatchStatuses` in this scope
1 change: 0 additions & 1 deletion kube-custom-resources-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ quay_redhat_com_v1 = []
ray_io_v1 = []
ray_io_v1alpha1 = []
rds_services_k8s_aws_v1alpha1 = []
redhatcop_redhat_io_v1alpha1 = []
registry_apicur_io_v1 = []
registry_devfile_io_v1alpha1 = []
reliablesyncs_kubeedge_io_v1alpha1 = []
Expand Down
11 changes: 0 additions & 11 deletions kube-custom-resources-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2057,15 +2057,6 @@ kinds:
- `DBSubnetGroup`
- `GlobalCluster`
## redhatcop_redhat_io_v1alpha1
apiVersion: `redhatcop.redhat.io/v1alpha1`
kinds:
- `GroupConfig`
- `NamespaceConfig`
- `UserConfig`
## registry_apicur_io_v1
apiVersion: `registry.apicur.io/v1`
Expand Down Expand Up @@ -2966,8 +2957,6 @@ pub mod ray_io_v1;
pub mod ray_io_v1alpha1;
#[cfg(feature = "rds_services_k8s_aws_v1alpha1")]
pub mod rds_services_k8s_aws_v1alpha1;
#[cfg(feature = "redhatcop_redhat_io_v1alpha1")]
pub mod redhatcop_redhat_io_v1alpha1;
#[cfg(feature = "registry_apicur_io_v1")]
pub mod registry_apicur_io_v1;
#[cfg(feature = "registry_devfile_io_v1alpha1")]
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 48b4df8

Please sign in to comment.