Documentation

TaskSpecContainerSpecConfigsItem

Table of Contents

$configID  : string|null
ConfigID represents the ID of the specific config that we're.
$configName  : string|null
ConfigName is the name of the config that this references,.
$file  : TaskSpecContainerSpecConfigsItemFile|null
File represents a specific target that is backed by a file.
$runtime  : mixed|null
Runtime represents a target that is not mounted into the.
getConfigID()  : string|null
ConfigID represents the ID of the specific config that we're.
getConfigName()  : string|null
ConfigName is the name of the config that this references,.
getFile()  : TaskSpecContainerSpecConfigsItemFile|null
File represents a specific target that is backed by a file.
getRuntime()  : mixed
Runtime represents a target that is not mounted into the.
setConfigID()  : self
ConfigID represents the ID of the specific config that we're.
setConfigName()  : self
ConfigName is the name of the config that this references,.
setFile()  : self
File represents a specific target that is backed by a file.
setRuntime()  : self
Runtime represents a target that is not mounted into the.

Properties

$runtime

Runtime represents a target that is not mounted into the.

protected mixed|null $runtime


Note: Configs.File and Configs.Runtime are mutually

Methods

getConfigID()

ConfigID represents the ID of the specific config that we're.

public getConfigID() : string|null

referencing.

Return values
string|null

getConfigName()

ConfigName is the name of the config that this references,.

public getConfigName() : string|null

config in the reference will be identified by its ID.

Return values
string|null

getRuntime()

Runtime represents a target that is not mounted into the.

public getRuntime() : mixed


Note: Configs.File and Configs.Runtime are mutually

Return values
mixed

setConfigID()

ConfigID represents the ID of the specific config that we're.

public setConfigID(string|null $configID) : self

referencing.

Parameters
$configID : string|null
Return values
self

setConfigName()

ConfigName is the name of the config that this references,.

public setConfigName(string|null $configName) : self

config in the reference will be identified by its ID.

Parameters
$configName : string|null
Return values
self

setRuntime()

Runtime represents a target that is not mounted into the.

public setRuntime(mixed $runtime) : self


Note: Configs.File and Configs.Runtime are mutually

Parameters
$runtime : mixed
Return values
self

Search results