modal
    Preparing search index...

    Type Alias VolumeMountOptions

    Options for mounting a Volume.

    type VolumeMountOptions = {
        readOnly?: boolean;
        subPath?: string;
    }
    Index

    Properties

    Properties

    readOnly?: boolean
    subPath?: string