@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1alpha1VirtualMachineTemplateSpec

    Spec defines the desired state of the template

    interface V1alpha1VirtualMachineTemplateSpec {
        message?: string;
        parameters?: V1alpha1VirtualMachineTemplateSpecParameters[];
        virtualMachine: unknown;
    }
    Index

    Properties

    message?: string

    message Message is an optional instructional message for this template. This field should inform the user how to utilize the newly created VirtualMachine.

    parameters Parameter defines a name/value combination that is to be substituted during processing of the template.

    virtualMachine: unknown

    virtualMachine VirtualMachine is the template VirtualMachine to include in this template. If a namespace value is hardcoded, it will be removed during processing of the template. If the namespace value however contains a ${PARAMETER_REFERENCE}, the resolved value after parameter substitution will be respected and the VirtualMachine will be created in that namespace.