kcr_lambda_services_k8s_aws 3.20260602.223721

Kubernetes Custom Resource Bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
This 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.

# Available Custom Resources

## lambda.services.k8s.aws/v1alpha1
- `Alias`
- `CodeSigningConfig`
- `EventSourceMapping`
- `Function`
- `FunctionURLConfig`
- `LayerVersion`
- `Version`
*/
#[cfg(feature = "v1alpha1")]
pub mod v1alpha1;