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
|**reboot_policy**|**String**| RebootPolicy specifies how the guest should behave on reboot. Reboot (default): The guest is allowed to reboot silently. Terminate: The VMI will be terminated on guest reboot, allowing higher level controllers (such as the VM controller) to recreate the VMI with any updated configuration such as boot order changes. |[optional]|
Copy file name to clipboardExpand all lines: lib/kubevirt/models/v1_domain_spec.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ class V1DomainSpec < ApiModelBase
38
38
39
39
attr_accessor:memory
40
40
41
+
# RebootPolicy specifies how the guest should behave on reboot. Reboot (default): The guest is allowed to reboot silently. Terminate: The VMI will be terminated on guest reboot, allowing higher level controllers (such as the VM controller) to recreate the VMI with any updated configuration such as boot order changes.
42
+
attr_accessor:reboot_policy
43
+
41
44
attr_accessor:resources
42
45
43
46
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments