GetAppTemplateInitContainerEnv

data class GetAppTemplateInitContainerEnv(val name: String, val secretName: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Container App.

Link copied to clipboard

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

Link copied to clipboard

The HTTP Header value.