ServiceTaskSpecContainerSpecSecret

data class ServiceTaskSpecContainerSpecSecret(val fileGid: String? = null, val fileMode: Int? = null, val fileName: String, val fileUid: String? = null, val secretId: String, val secretName: String? = null)

Constructors

Link copied to clipboard
constructor(fileGid: String? = null, fileMode: Int? = null, fileName: String, fileUid: String? = null, secretId: String, secretName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileGid: String? = null

Represents the file GID. Defaults to 0

Link copied to clipboard
val fileMode: Int? = null

Represents represents the FileMode of the file. Defaults to 0o444

Link copied to clipboard

Represents the final filename in the filesystem

Link copied to clipboard
val fileUid: String? = null

Represents the file UID. Defaults to 0

Link copied to clipboard

ID of the specific secret that we're referencing

Link copied to clipboard
val secretName: String? = null

Name of the secret that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID