Fix status definition.

This commit is contained in:
Michael Lipp 2023-08-03 11:01:15 +02:00
parent abe43b86d9
commit d5e4d87b1c

View file

@ -38,6 +38,12 @@ spec:
type: object type: object
description: Defines the VM. description: Defines the VM.
properties: properties:
state:
description: >-
The (desired) state of the VM.
type: string
enum: [ "Stopped", "Running" ]
default: "Stopped"
machineUuid: machineUuid:
description: >- description: >-
The machine's uuid. If none is specified, a uuid The machine's uuid. If none is specified, a uuid
@ -511,12 +517,12 @@ spec:
Message is a human readable message indicating Message is a human readable message indicating
details about the transition. This may be an empty string. details about the transition. This may be an empty string.
default: "" default: ""
required: required:
- type - type
- status - status
- lastTransitionTime - lastTransitionTime
- reason - reason
- message - message
# either Namespaced or Cluster # either Namespaced or Cluster
scope: Namespaced scope: Namespaced
names: names: