TaskSpecContainerSpecPrivilegesCredentialSpec
Table of Contents
- $config : string|null
- Load credential spec from a Swarm Config with the given ID.
- $file : string|null
- Load credential spec from this file. The file is read by.
- $registry : string|null
- Load credential spec from this value in the Windows.
- getConfig() : string|null
- Load credential spec from a Swarm Config with the given ID.
- getFile() : string|null
- Load credential spec from this file. The file is read by.
- getRegistry() : string|null
- Load credential spec from this value in the Windows.
- setConfig() : self
- Load credential spec from a Swarm Config with the given ID.
- setFile() : self
- Load credential spec from this file. The file is read by.
- setRegistry() : self
- Load credential spec from this value in the Windows.
Properties
$config
Load credential spec from a Swarm Config with the given ID.
protected
string|null
$config
Note:
CredentialSpec.File
,CredentialSpec.Registry
,
$file
Load credential spec from this file. The file is read by.
protected
string|null
$file
Note:
CredentialSpec.File
,CredentialSpec.Registry
,
$registry
Load credential spec from this value in the Windows.
protected
string|null
$registry
Note:
CredentialSpec.File
,CredentialSpec.Registry
,
Methods
getConfig()
Load credential spec from a Swarm Config with the given ID.
public
getConfig() : string|null
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Return values
string|null —getFile()
Load credential spec from this file. The file is read by.
public
getFile() : string|null
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Return values
string|null —getRegistry()
Load credential spec from this value in the Windows.
public
getRegistry() : string|null
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Return values
string|null —setConfig()
Load credential spec from a Swarm Config with the given ID.
public
setConfig(string|null $config) : self
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Parameters
- $config : string|null
Return values
self —setFile()
Load credential spec from this file. The file is read by.
public
setFile(string|null $file) : self
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Parameters
- $file : string|null
Return values
self —setRegistry()
Load credential spec from this value in the Windows.
public
setRegistry(string|null $registry) : self
Note:
CredentialSpec.File
,CredentialSpec.Registry
, andCredentialSpec.Config
are mutually exclusive.
Parameters
- $registry : string|null