kcr_camel_apache_org 3.20260616.194955

Kubernetes Custom Resource Bindings
Documentation
/*!
This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernetes [custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) for the `camel.apache.org` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.

# Available Custom Resources

## camel.apache.org/v1
- `Build`
- `CamelCatalog`
- `IntegrationKit`
- `IntegrationPlatform`
- `IntegrationProfile`
- `Integration`
- `Kamelet`
- `Pipe`
## camel.apache.org/v1alpha1
- `KameletBinding`
- `Kamelet`
*/
#[cfg(feature = "v1")]
pub mod v1;
#[cfg(feature = "v1alpha1")]
pub mod v1alpha1;