withVolume
Function
interface ContainerResource { // ... omitted for brevity withVolume( target: string, name?: string, isReadOnly?: boolean): ContainerResource;}Signature
method
withVolume builder Adds a volume
withVolume( target: string, name?: string, isReadOnly?: boolean): ContainerResourceParameters
target string name string optional isReadOnly boolean optional = False Returns
ContainerResource Applies to
This function is an extension method on the following types: