VolumeMount type

Signature:

export declare type VolumeMount = {
    volumeName: string;
    containerPath: string;
    readOnly: boolean;
};