Documentation

SwarmSpec

Table of Contents

$cAConfig  : SwarmSpecCAConfig|null
CA configuration.
$dispatcher  : SwarmSpecDispatcher|null
Dispatcher configuration.
$encryptionConfig  : SwarmSpecEncryptionConfig|null
Parameters related to encryption-at-rest.
$labels  : array<string|int, string>|null
User-defined key/value metadata.
$name  : string|null
Name of the swarm.
$orchestration  : SwarmSpecOrchestration|null
Orchestration configuration.
$raft  : SwarmSpecRaft|null
Raft configuration.
$taskDefaults  : SwarmSpecTaskDefaults|null
Defaults for creating tasks in this cluster.
getCAConfig()  : SwarmSpecCAConfig|null
CA configuration.
getDispatcher()  : SwarmSpecDispatcher|null
Dispatcher configuration.
getEncryptionConfig()  : SwarmSpecEncryptionConfig|null
Parameters related to encryption-at-rest.
getLabels()  : array<string|int, string>|null
User-defined key/value metadata.
getName()  : string|null
Name of the swarm.
getOrchestration()  : SwarmSpecOrchestration|null
Orchestration configuration.
getRaft()  : SwarmSpecRaft|null
Raft configuration.
getTaskDefaults()  : SwarmSpecTaskDefaults|null
Defaults for creating tasks in this cluster.
setCAConfig()  : self
CA configuration.
setDispatcher()  : self
Dispatcher configuration.
setEncryptionConfig()  : self
Parameters related to encryption-at-rest.
setLabels()  : self
User-defined key/value metadata.
setName()  : self
Name of the swarm.
setOrchestration()  : self
Orchestration configuration.
setRaft()  : self
Raft configuration.
setTaskDefaults()  : self
Defaults for creating tasks in this cluster.

Properties

$labels

User-defined key/value metadata.

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

$name

Name of the swarm.

protected string|null $name

Methods

getLabels()

User-defined key/value metadata.

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

getName()

Name of the swarm.

public getName() : string|null
Return values
string|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

setName()

Name of the swarm.

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

Search results