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
$driverConfig
Map of driver specific options.
protected
MountVolumeOptionsDriverConfig|null
$driverConfig
$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
getDriverConfig()
Map of driver specific options.
public
getDriverConfig() : MountVolumeOptionsDriverConfig|null
Return values
MountVolumeOptionsDriverConfig|null —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 —setDriverConfig()
Map of driver specific options.
public
setDriverConfig(MountVolumeOptionsDriverConfig|null $driverConfig) : self
Parameters
- $driverConfig : MountVolumeOptionsDriverConfig|null
Return values
self —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