mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
1. Use ginkgo before each to do common setup 2. Use volume resource to create SC, PV, PVC and handle cleanup 3. Add SnapshotResource to handle creating and cleanup of VS, VSC, VSClass 4. Add test pattern for deletion policy: Delete vs Retain 5. Use test pattern to determine test behaviour 6. Add test pattern for preprovisioned snapshot (not implemented) These changes are made to consolidate common setup steps and stop resource leaks by waiting for objects to be deleted.