kcr_data_fluid_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 `data.fluid.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## data.fluid.io/v1alpha1
7- `AlluxioRuntime`
8- `DataBackup`
9- `DataLoad`
10- `Dataset`
11- `GooseFSRuntime`
12- `JindoRuntime`
13- `JuiceFSRuntime`
14- `ThinRuntimeProfile`
15- `ThinRuntime`
16*/
17#[cfg(feature = "v1alpha1")]
18pub mod v1alpha1;