Make result of guest shutdown configurable.
This commit is contained in:
parent
bbe2d6efbc
commit
fb4a0206f1
5 changed files with 22 additions and 1 deletions
|
|
@ -999,6 +999,12 @@ spec:
|
|||
type: string
|
||||
enum: [ "Stopped", "Running" ]
|
||||
default: "Stopped"
|
||||
guestShutdownStops:
|
||||
description: >-
|
||||
If true, sets the state to "Stopped" when
|
||||
the VM terminates due to a shutdown by the guest.
|
||||
type: boolean
|
||||
default: false
|
||||
machineUuid:
|
||||
description: >-
|
||||
The machine's uuid. If none is specified, a uuid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue