pulumi / pulumi-kubernetes

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters
https://www.pulumi.com/docs/reference/clouds/kubernetes/
Apache License 2.0
396 stars 113 forks source link

Include snapshot.storage.k8s.io resources #3004

Open blampe opened 1 month ago

blampe commented 1 month ago

A user was expecting to find snapshot.storage.k8s.io resources in the provider. This API went GA in 1.20 and many distributions enable it by default.

Users can generate types themselves using crd2pulumi, but we should consider adding these as first-class resources.

There's no OpenAPI spec, so we would need to generate these from the CRDs.