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

    Interface V1InstancetypeStatusRef

    interface V1InstancetypeStatusRef {
        controllerRevisionRef?: V1ControllerRevisionRef;
        inferFromVolume?: string;
        inferFromVolumeFailurePolicy?: string;
        kind?: string;
        name?: string;
    }
    Index

    Properties

    controllerRevisionRef?: V1ControllerRevisionRef

    ControllerRef specifies the ControllerRevision storing a copy of the object captured when it is first seen by the VirtualMachine controller

    inferFromVolume?: string

    InferFromVolume lists the name of a volume that should be used to infer or discover the resource

    inferFromVolumeFailurePolicy?: string

    InferFromVolumeFailurePolicy controls what should happen on failure when inferring the resource

    kind?: string

    Kind specifies the kind of resource

    name?: string

    Name is the name of resource