ServiceTaskSpecContainerSpecConfig

data class ServiceTaskSpecContainerSpecConfig(val configId: String, val configName: String? = null, val fileGid: String? = null, val fileMode: Int? = null, val fileName: String, val fileUid: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the specific config that we're referencing

Link copied to clipboard
val configName: String? = null

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

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.