-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include CSI volume snapshot information in
velero backup describe
(#…
…2448) * Add download methods for CSI objects Signed-off-by: Nolan Brubaker <[email protected]> * Add support for downloading CSI volume objects Signed-off-by: Nolan Brubaker <[email protected]> * Add new methods to mock. Remove generated information from file since mockery no longer appears to work. It isn't maintained anymore and doesn't support go module-based projects. Signed-off-by: Nolan Brubaker <[email protected]> * Add describe command for CSI Signed-off-by: Nolan Brubaker <[email protected]> * Add csi package with helpers Signed-off-by: Nolan Brubaker <[email protected]> * Remove duplicate import from server Signed-off-by: Nolan Brubaker <[email protected]> * Remove CSI API that will not be used with describe Signed-off-by: Nolan Brubaker <[email protected]> * Add VolumeSnapshotContents output to describe command Signed-off-by: Nolan Brubaker <[email protected]> * Document NewCSIListOptions function Signed-off-by: Nolan Brubaker <[email protected]> * Document csi package Signed-off-by: Nolan Brubaker <[email protected]> * Remove stutter in function name Signed-off-by: Nolan Brubaker <[email protected]> * Fix CI Signed-off-by: Nolan Brubaker <[email protected]> * Fix nil pointer error when not using CSI snapshots Signed-off-by: Nolan Brubaker <[email protected]> * Remove unused CSI download request kinds Signed-off-by: Nolan Brubaker <[email protected]> * Add back mocks Signed-off-by: Nolan Brubaker <[email protected]> * Change persistent volumes to velero-native snapshots Signed-off-by: Nolan Brubaker <[email protected]> * Remove unused function Signed-off-by: Nolan Brubaker <[email protected]> * Address review feedback Signed-off-by: Nolan Brubaker <[email protected]> * Add changelog Signed-off-by: Nolan Brubaker <[email protected]> * Remove unnecessary doc.go Signed-off-by: Nolan Brubaker <[email protected]>
- Loading branch information
Showing
4 changed files
with
77 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add details of CSI volumesnapshotcontents associated with a backup to `velero backup describe` when the `EnableCSI` feature flag is given on the velero client. |
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