mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 06:26:44 +00:00
Merge pull request #5807 from shubham-pampattiwar/update-crd-desc
Update CRD descriptions for SnapshotVolumes and restorePVs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user