OptionalapiAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
OptionalkindKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
OptionalmetadataObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
VirtualMachineExportSpec is the spec for a VirtualMachineExport resource
OptionalstatusVirtualMachineExportStatus is the status for a VirtualMachineExport resource
Optionalconditions?: V1Condition[]Optionallinks?: V1VirtualMachineExportLinksVirtualMachineExportLinks contains the links that point the exported VM resources
Optionalphase?: stringOptionalserviceName?: stringServiceName is the name of the service created associated with the Virtual Machine export. It will be used to create the internal URLs for downloading the images
OptionaltokenSecretRef?: stringTokenSecretRef is the name of the secret that contains the token used by the export server pod
OptionalttlExpirationTime?: stringThe time at which the VM Export will be completely removed according to specified TTL Formula is CreationTimestamp + TTL
OptionalvirtualMachineName?: stringVirtualMachineName shows the name of the source virtual machine if the source is either a VirtualMachine or a VirtualMachineSnapshot. This is mainly to easily identify the source VirtualMachine in case of a VirtualMachineSnapshot
VirtualMachineExport defines the operation of exporting a VM source