k8s_crds_yugabyte/lib.rs
1/// # Kubernetes CRDs for YugabyteDB
2///
3/// This library provides automatically generated types for [YugabyteDB]. It is intended to be used with the [Kube-rs] library.
4///
5/// [YugabyteDB]: https://www.yugabyte.com/
6/// [Kube-rs]: https://kube.rs/
7pub mod backups;
8pub use backups::*;
9pub mod releases;
10pub use releases::*;
11pub mod restorejobs;
12pub use restorejobs::*;
13pub mod storageconfigs;
14pub use storageconfigs::*;
15pub mod support_bundles;
16pub use support_bundles::*;
17pub mod ybuniverses;
18pub use ybuniverses::*;