Documentation

MountVolumeOptions

Table of Contents

$driverConfig  : MountVolumeOptionsDriverConfig|null
Map of driver specific options.
$labels  : array<string|int, string>|null
User-defined key/value metadata.
$noCopy  : bool|null
Populate volume with data from the target.
getDriverConfig()  : MountVolumeOptionsDriverConfig|null
Map of driver specific options.
getLabels()  : array<string|int, string>|null
User-defined key/value metadata.
getNoCopy()  : bool|null
Populate volume with data from the target.
setDriverConfig()  : self
Map of driver specific options.
setLabels()  : self
User-defined key/value metadata.
setNoCopy()  : self
Populate volume with data from the target.

Properties

$labels

User-defined key/value metadata.

protected array<string|int, string>|null $labels

$noCopy

Populate volume with data from the target.

protected bool|null $noCopy = false

Methods

getLabels()

User-defined key/value metadata.

public getLabels() : array<string|int, string>|null
Return values
array<string|int, string>|null

getNoCopy()

Populate volume with data from the target.

public getNoCopy() : bool|null
Return values
bool|null

setLabels()

User-defined key/value metadata.

public setLabels(array<string|int, string>|null $labels) : self
Parameters
$labels : array<string|int, string>|null
Return values
self

setNoCopy()

Populate volume with data from the target.

public setNoCopy(bool|null $noCopy) : self
Parameters
$noCopy : bool|null
Return values
self

Search results