Merge pull request #5807 from shubham-pampattiwar/update-crd-desc

Update CRD descriptions for SnapshotVolumes and restorePVs
This commit is contained in:
Scott Seago
2023-02-06 14:56:28 -05:00
committed by GitHub
10 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ type BackupSpec struct {
// +nullable
OrLabelSelectors []*metav1.LabelSelector `json:"orLabelSelectors,omitempty"`
// SnapshotVolumes specifies whether to take cloud snapshots
// SnapshotVolumes specifies whether to take snapshots
// of any PV's referenced in the set of objects included
// in the Backup.
// +optional
+1 -1
View File
@@ -81,7 +81,7 @@ type RestoreSpec struct {
OrLabelSelectors []*metav1.LabelSelector `json:"orLabelSelectors,omitempty"`
// RestorePVs specifies whether to restore all included
// PVs from snapshot (via the cloudprovider).
// PVs from snapshot
// +optional
// +nullable
RestorePVs *bool `json:"restorePVs,omitempty"`