kcr_cluster_clusterpedia_io/lib.rs
1/*!
2This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernetes [custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) for the `cluster.clusterpedia.io` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.
3
4# Available Custom Resources
5
6## cluster.clusterpedia.io/v1alpha2
7- `ClusterSyncResources`
8- `PediaCluster`
9*/
10#[cfg(feature = "v1alpha2")]
11pub mod v1alpha2;