class SecretVolume extends Collection (View source)

Properties

protected $collection_key
string $mountPath
string $projectId
string $secret
protected $versionsType
protected $versionsDataType

Methods

setMountPath($mountPath)

No description

string
getMountPath()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setSecret($secret)

No description

string
getSecret()

No description

setVersions($versions)

No description

getVersions()

No description

Details

setMountPath($mountPath)

No description

Parameters

$mountPath

string getMountPath()

No description

Return Value

string

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setSecret($secret)

No description

Parameters

$secret

string getSecret()

No description

Return Value

string

setVersions($versions)

No description

Parameters

$versions

SecretVersion[] getVersions()

No description

Return Value

SecretVersion[]