kcr_ec2_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 `ec2.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## ec2.services.k8s.aws/v1alpha1
7- `DHCPOptions`
8- `ElasticIPAddress`
9- `Instance`
10- `InternetGateway`
11- `NATGateway`
12- `RouteTable`
13- `SecurityGroup`
14- `Subnet`
15- `TransitGateway`
16- `VPCEndpoint`
17- `VPC`
18*/
19#[cfg(feature = "v1alpha1")]
20pub mod v1alpha1;