You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**volume_restore_overrides**|[**Array<V1beta1VolumeRestoreOverride>**](V1beta1VolumeRestoreOverride.md)| VolumeRestoreOverrides gives the option to change properties of each restored volume For example, specifying the name of the restored volume, or adding labels/annotations to it |[optional]|
Copy file name to clipboardExpand all lines: lib/kubevirt/models/v1beta1_virtual_machine_restore_spec.rb
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ class V1beta1VirtualMachineRestoreSpec
25
25
26
26
attr_accessor:virtual_machine_snapshot_name
27
27
28
+
attr_accessor:volume_ownership_policy
29
+
28
30
# VolumeRestoreOverrides gives the option to change properties of each restored volume For example, specifying the name of the restored volume, or adding labels/annotations to it
0 commit comments