Options
All
  • Public
  • Public/Protected
  • All
Menu

InstancetypeMatcher references a instancetype that is used to fill fields in the VMI template.

export
interface

V1InstancetypeMatcher

Hierarchy

  • V1InstancetypeMatcher

Index

Properties

inferFromVolume?: string

InferFromVolume lists the name of a volume that should be used to infer or discover the instancetype to be used through known annotations on the underlying resource. Once applied to the InstancetypeMatcher this field is removed.

memberof

V1InstancetypeMatcher

inferFromVolumeFailurePolicy?: string

InferFromVolumeFailurePolicy controls what should happen on failure when inferring the instancetype. Allowed values are: "RejectInferFromVolumeFailure" and "IgnoreInferFromVolumeFailure". If not specified, "RejectInferFromVolumeFailure" is used by default.

memberof

V1InstancetypeMatcher

kind?: string

Kind specifies which instancetype resource is referenced. Allowed values are: "VirtualMachineInstancetype" and "VirtualMachineClusterInstancetype". If not specified, "VirtualMachineClusterInstancetype" is used by default.

memberof

V1InstancetypeMatcher

name?: string

Name is the name of the VirtualMachineInstancetype or VirtualMachineClusterInstancetype

memberof

V1InstancetypeMatcher

revisionName?: string

RevisionName specifies a ControllerRevision containing a specific copy of the VirtualMachineInstancetype or VirtualMachineClusterInstancetype to be used. This is initially captured the first time the instancetype is applied to the VirtualMachineInstance.

memberof

V1InstancetypeMatcher

Generated using TypeDoc