kcr_lambda_services_k8s_aws/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 `lambda.services.k8s.aws` group. Each binding is generated with [kopium](https://github.com/kube-rs/kopium), updated and released weekly.
3
4# Available Custom Resources
5
6## lambda.services.k8s.aws/v1alpha1
7- `CodeSigningConfig`
8- `EventSourceMapping`
9- `Function`
10- `FunctionURLConfig`
11- `LayerVersion`
12- `Version`
13*/
14#[cfg(feature = "v1alpha1")]
15pub mod v1alpha1;