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

    Interface V1UtilityVolume

    interface V1UtilityVolume {
        claimName: string;
        name: string;
        readOnly?: boolean;
        type?: string;
    }
    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

    ""
    
    name: string

    UtilityVolume's name. Must be unique within the vmi, including regular Volumes.

    ""
    
    readOnly?: boolean

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

    type?: string

    Type represents the type of the utility volume.