-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshot support if the infra cluster supports snapshots. (#98)
* Implement snapshot support Signed-off-by: Alexander Wels <[email protected]> * Address review comments Signed-off-by: Alexander Wels <[email protected]> * Addressed more review comments Added extra unit tests to the client. Now am checking if the storage class is in the allowed list. Signed-off-by: Alexander Wels <[email protected]> --------- Signed-off-by: Alexander Wels <[email protected]>
- Loading branch information
Showing
86 changed files
with
6,017 additions
and
6,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
commonLabels: | ||
app: kubevirt-csi-driver | ||
resources: | ||
- rbac-snapshot-controller.yaml | ||
- setup-snapshot-controller.yaml | ||
- snapshot.storage.k8s.io_volumesnapshotclasses.yaml | ||
- snapshot.storage.k8s.io_volumesnapshotcontents.yaml | ||
- snapshot.storage.k8s.io_volumesnapshots.yaml | ||
- deploy.yaml |
Oops, something went wrong.