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

    Interface V1MemoryDumpVolumeSource

    interface V1MemoryDumpVolumeSource {
        claimName: string;
        hotpluggable?: boolean;
        readOnly?: boolean;
    }
    Index

    Properties

    claimName: string

    claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

    ""
    
    hotpluggable?: boolean

    Hotpluggable indicates whether the volume can be hotplugged and hotunplugged.

    readOnly?: boolean

    readOnly Will force the ReadOnly setting in VolumeMounts. Default false.