k8s-crds-cluster-api 1.12.5

Kubernetes CRDs for cluster-api
Documentation
#![allow(clippy::doc_lazy_continuation, unused_imports)]

//! # Kubernetes CRDs for the Cluster API
//!
//! This library provides automatically generated types for the [Cluster API] CRD definitions. It is intended to be used with the [Kube-rs] library.
//!
//! [Cluster API]: https://cluster-api.sigs.k8s.io/
//! [Kube-rs]: https://kube.rs/
//!
pub mod clusterclasses;
pub use clusterclasses::*;
pub mod clusters;
pub use clusters::*;
pub mod machinedeployments;
pub use machinedeployments::*;
pub mod machinedrainrules;
pub use machinedrainrules::*;
pub mod machinehealthchecks;
pub use machinehealthchecks::*;
pub mod machinepools;
pub use machinepools::*;
pub mod machines;
pub use machines::*;
pub mod machinesets;
pub use machinesets::*;
pub mod ipam;
pub use ipam::*;
pub mod addons;
pub use addons::*;
pub mod runtime;
pub use runtime::*;