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

    Interface V1RemoveVolumeOptions

    RemoveVolumeOptions is provided when dynamically hot unplugging volume and disk

    interface V1RemoveVolumeOptions {
        dryRun?: string[];
        name: string;
    }
    Index

    Properties

    Properties

    dryRun?: string[]

    When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

    name: string

    Name represents the name that maps to both the disk and volume that should be removed

    ""