KRM API virtualmachine.global.gdc.goog/v1

virtualmachine.global.gdc.goog/v1

VirtualMachineImage

Represents the disk image that can be used on virtual machine.

Appears in: - VirtualMachineImageList

Field Description
apiVersion string virtualmachine.global.gdc.goog/v1
kind string VirtualMachineImage
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec VirtualMachineImageSpec
status VirtualMachineImageStatus

VirtualMachineImageList

Represents a collection of virtual machine images.

Field Description
apiVersion string virtualmachine.global.gdc.goog/v1
kind string VirtualMachineImageList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items VirtualMachineImage array

VirtualMachineImageStatus

Defines the status of a Virtual Machine Image.

Appears in: - VirtualMachineImage

Field Description
conditions Condition array Conditions of the virtual machine image.
errors VMMError array A list of any errors that occurred during the reconciliation of this resource.
storageLocations string array The list of zones where this Virtual Machine Image is stored.
zones VirtualMachineImageZoneStatus array The list of zone statuses where the resource is propagated to.

VirtualMachineImageZoneStatus

Provides the status of a zone rolling out to a particular zone.

Appears in: - VirtualMachineImageStatus

Field Description
name string The name of the zone where the replica this status represents is in.
conditions Condition array The observations of the current rollout.