You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] SnapshotGroup v1, with support for 1.25 (#150)
* rename v1beta1 to v1
* add v1 CRD
* update examples
* add support for beta1 CRD
* add import
* add debug info
* try update snapshotgroup
* update with json schema version
* more debug
* no create CRD by default
* add upgrade instructions
* add skip-crds note
feat!: Add Kuberentes v1.22 support (#58)
Address API deprecation:
- `VolumeSnapshots` - use API `snapshot.storage.k8s.io/v1`
- `CustomResourceDifinition` - use API `apiextensions.k8s.io/v1`