kcr_spv_no 3.20260601.61747

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

# Available Custom Resources

## spv.no/v1
- `AzureKeyVaultSecret`
## spv.no/v1alpha1
- `AzureKeyVaultIdentity`
- `AzureKeyVaultSecret`
- `AzureManagedIdentity`
## spv.no/v2alpha1
- `AzureKeyVaultSecret`
## spv.no/v2beta1
- `AzureKeyVaultSecret`
*/
#[cfg(feature = "v1")]
pub mod v1;
#[cfg(feature = "v1alpha1")]
pub mod v1alpha1;
#[cfg(feature = "v2alpha1")]
pub mod v2alpha1;
#[cfg(feature = "v2beta1")]
pub mod v2beta1;