EnvFromSourcePatch

data class EnvFromSourcePatch(val configMapRef: ConfigMapEnvSourcePatch? = null, val prefix: String? = null, val secretRef: SecretEnvSourcePatch? = null)

EnvFromSource represents the source of a set of ConfigMaps or Secrets

Constructors

Link copied to clipboard
constructor(configMapRef: ConfigMapEnvSourcePatch? = null, prefix: String? = null, secretRef: SecretEnvSourcePatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ConfigMap to select from

Link copied to clipboard
val prefix: String? = null

Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.

Link copied to clipboard

The Secret to select from