linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
66 stars 55 forks source link

Move CSIDriver API from v1beta to v1 #86

Closed srust closed 1 year ago

srust commented 2 years ago

\CSIDriver resource is built-in to the Kubernetes API as of kubernetes 1.14. As of kubernetes 1.18 it is GA. And as of kubernetes 1.22 the storage.k8s.io/v1beta1 API version is no longer available.

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#storage-resources-v122

srust commented 1 year ago

superseded by #84