AppTemplateContainerEnv

data class AppTemplateContainerEnv(val name: String, val secretName: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, secretName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the environment variable for the container.

Link copied to clipboard
val secretName: String? = null

The name of the secret that contains the value for this environment variable.

Link copied to clipboard
val value: String? = null

The value for this environment variable.