kcr_troubleshoot_sh/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 `troubleshoot.sh` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.
3
4# Available Custom Resources
5
6## troubleshoot.sh/v1beta2
7- `Analyzer`
8- `Collector`
9- `HostCollector`
10- `HostPreflight`
11- `Preflight`
12- `Redactor`
13- `RemoteCollector`
14- `SupportBundle`
15*/
16#[cfg(feature = "v1beta2")]
17pub mod v1beta2;