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