kcr_edp_epam_com 3.20260531.121040

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 `edp.epam.com` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.

# Available Custom Resources

## edp.epam.com/v1alpha1
- `NexusBlobStore`
- `NexusCleanupPolicy`
- `Nexus`
- `NexusRepository`
- `NexusRole`
- `NexusScript`
- `SonarGroup`
- `SonarPermissionTemplate`
- `SonarQualityGate`
- `SonarQualityProfile`
- `Sonar`
- `SonarUser`
*/
#[cfg(feature = "v1alpha1")]
pub mod v1alpha1;