class VolumeMount extends Model (View source)

Properties

string $mountPath
string $name
bool $readOnly
string $subPath

Methods

setMountPath($mountPath)

No description

string
getMountPath()

No description

setName($name)

No description

string
getName()

No description

setReadOnly($readOnly)

No description

bool
getReadOnly()

No description

setSubPath($subPath)

No description

string
getSubPath()

No description

Details

setMountPath($mountPath)

No description

Parameters

$mountPath

string getMountPath()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setReadOnly($readOnly)

No description

Parameters

$readOnly

bool getReadOnly()

No description

Return Value

bool

setSubPath($subPath)

No description

Parameters

$subPath

string getSubPath()

No description

Return Value

string