Skip to main content

k8s_crds_cluster_api_hetzner/
lib.rs

1#![allow(clippy::doc_lazy_continuation, unused_imports)]
2
3//! # Kubernetes CRDs for the Cluster API Hetzner Provider
4//!
5//! This library provides automatically generated types for the [Cluster API Hetzner Provider] CRD definitions. It is intended to be used with the [Kube-rs] library.
6//!
7//! [Cluster API Hetzner Provider]: https://github.com/syself/cluster-api-provider-hetzner
8//! [Kube-rs]: https://kube.rs/
9pub mod hcloudmachines;
10pub use hcloudmachines::*;
11pub mod hcloudmachinetemplates;
12pub use hcloudmachinetemplates::*;
13pub mod hcloudremediations;
14pub use hcloudremediations::*;
15pub mod hcloudremediationtemplates;
16pub use hcloudremediationtemplates::*;
17pub mod hetznerbaremetalhosts;
18pub use hetznerbaremetalhosts::*;
19pub mod hetznerbaremetalmachines;
20pub use hetznerbaremetalmachines::*;
21pub mod hetznerbaremetalmachinetemplates;
22pub use hetznerbaremetalmachinetemplates::*;
23pub mod hetznerbaremetalremediations;
24pub use hetznerbaremetalremediations::*;
25pub mod hetznerbaremetalremediationtemplates;
26pub use hetznerbaremetalremediationtemplates::*;
27pub mod hetznerclusters;
28pub use hetznerclusters::*;
29pub mod hetznerclustertemplates;
30pub use hetznerclustertemplates::*;