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

    Interface V1VirtualMachineExportSpec

    VirtualMachineExportSpec is the spec for a VirtualMachineExport resource

    interface V1VirtualMachineExportSpec {
        source: K8sIoApiCoreV1TypedLocalObjectReference;
        tokenSecretRef?: string;
        ttlDuration?: string;
    }
    Index

    Properties

    TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

    {}
    
    tokenSecretRef?: string

    TokenSecretRef is the name of the custom-defined secret that contains the token used by the export server pod

    ttlDuration?: string

    ttlDuration limits the lifetime of an export If this field is set, after this duration has passed from counting from CreationTimestamp, the export is eligible to be automatically deleted. If this field is omitted, a reasonable default is applied.