kcr_dex_coreos_com/
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 `dex.coreos.com` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.
3
4# Available Custom Resources
5
6## dex.coreos.com/v1
7- `AuthCode`
8- `AuthRequest`
9- `Connector`
10- `DeviceRequest`
11- `DeviceToken`
12- `OAuth2Client`
13- `OfflineSessions`
14- `Password`
15- `RefreshToken`
16- `SigningKey`
17*/
18#[cfg(feature = "v1")]
19pub mod v1;