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

    Interface V1alpha1VirtualMachineTemplateRequestSpec

    Spec defines the desired state of the template requests

    interface V1alpha1VirtualMachineTemplateRequestSpec {
        templateName?: string;
        virtualMachineRef: V1alpha1VirtualMachineTemplateRequestSpecVirtualMachineRef;
    }
    Index

    Properties

    templateName?: string

    templateName TemplateName holds the optional name for the new VirtualMachineTemplate. If not specified the template will have the same name as the VirtualMachineTemplateRequest.

    virtualMachineRef VirtualMachineReference holds a reference to a VirtualMachine.kubevirt.io