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