Documentation

ConfigSpec

Table of Contents

$data  : string|null
Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).
$labels  : array<string|int, string>|null
User-defined key/value metadata.
$name  : string|null
User-defined name of the config.
$templating  : Driver|null
Driver represents a driver (network, logging, secrets).
getData()  : string|null
Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).
getLabels()  : array<string|int, string>|null
User-defined key/value metadata.
getName()  : string|null
User-defined name of the config.
getTemplating()  : Driver|null
Driver represents a driver (network, logging, secrets).
setData()  : self
Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).
setLabels()  : self
User-defined key/value metadata.
setName()  : self
User-defined name of the config.
setTemplating()  : self
Driver represents a driver (network, logging, secrets).

Properties

$data

Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).

protected string|null $data

$labels

User-defined key/value metadata.

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

$name

User-defined name of the config.

protected string|null $name

$templating

Driver represents a driver (network, logging, secrets).

protected Driver|null $templating

Methods

getData()

Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).

public getData() : string|null

config data.

Return values
string|null

getLabels()

User-defined key/value metadata.

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

getName()

User-defined name of the config.

public getName() : string|null
Return values
string|null

getTemplating()

Driver represents a driver (network, logging, secrets).

public getTemplating() : Driver|null
Return values
Driver|null

setData()

Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-5)).

public setData(string|null $data) : self

config data.

Parameters
$data : string|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

setName()

User-defined name of the config.

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

setTemplating()

Driver represents a driver (network, logging, secrets).

public setTemplating(Driver|null $templating) : self
Parameters
$templating : Driver|null
Return values
self

Search results