Documentation

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

Methods

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

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
Return values
self

Search results