k8s_crds_helm_controller/lib.rs
1#![allow(clippy::doc_lazy_continuation, unused_imports)]
2
3//! # Kubernetes CRDs for helm-controller
4//!
5//! This library provides automatically generated types for the [helm-controller] CRDs. It is intended to be used with the [Kube-rs] library.
6//!
7//! [helm-controller]: https://github.com/k3s-io/helm-controller
8//! [Kube-rs]: https://kube.rs/
9pub mod helmchartconfigs;
10pub use helmchartconfigs::*;
11pub mod helmcharts;
12pub use helmcharts::*;