TaskSpecContainerSpecSecretsItem
Table of Contents
- $file : TaskSpecContainerSpecSecretsItemFile|null
- File represents a specific target that is backed by a file.
- $secretID : string|null
- SecretID represents the ID of the specific secret that we're.
- $secretName : string|null
- SecretName is the name of the secret that this references,.
- getFile() : TaskSpecContainerSpecSecretsItemFile|null
- File represents a specific target that is backed by a file.
- getSecretID() : string|null
- SecretID represents the ID of the specific secret that we're.
- getSecretName() : string|null
- SecretName is the name of the secret that this references,.
- setFile() : self
- File represents a specific target that is backed by a file.
- setSecretID() : self
- SecretID represents the ID of the specific secret that we're.
- setSecretName() : self
- SecretName is the name of the secret that this references,.
Properties
$file
File represents a specific target that is backed by a file.
protected
TaskSpecContainerSpecSecretsItemFile|null
$file
$secretID
SecretID represents the ID of the specific secret that we're.
protected
string|null
$secretID
$secretName
SecretName is the name of the secret that this references,.
protected
string|null
$secretName
Methods
getFile()
File represents a specific target that is backed by a file.
public
getFile() : TaskSpecContainerSpecSecretsItemFile|null
Return values
TaskSpecContainerSpecSecretsItemFile|null —getSecretID()
SecretID represents the ID of the specific secret that we're.
public
getSecretID() : string|null
referencing.
Return values
string|null —getSecretName()
SecretName is the name of the secret that this references,.
public
getSecretName() : string|null
secret in the reference will be identified by its ID.
Return values
string|null —setFile()
File represents a specific target that is backed by a file.
public
setFile(TaskSpecContainerSpecSecretsItemFile|null $file) : self
Parameters
- $file : TaskSpecContainerSpecSecretsItemFile|null
Return values
self —setSecretID()
SecretID represents the ID of the specific secret that we're.
public
setSecretID(string|null $secretID) : self
referencing.
Parameters
- $secretID : string|null
Return values
self —setSecretName()
SecretName is the name of the secret that this references,.
public
setSecretName(string|null $secretName) : self
secret in the reference will be identified by its ID.
Parameters
- $secretName : string|null