EnvFromSourcePatchArgs

data class EnvFromSourcePatchArgs(val configMapRef: Output<ConfigMapEnvSourcePatchArgs>? = null, val prefix: Output<String>? = null, val secretRef: Output<SecretEnvSourcePatchArgs>? = null) : ConvertibleToJava<EnvFromSourcePatchArgs>

EnvFromSource represents the source of a set of ConfigMaps or Secrets

Constructors

Link copied to clipboard
constructor(configMapRef: Output<ConfigMapEnvSourcePatchArgs>? = null, prefix: Output<String>? = null, secretRef: Output<SecretEnvSourcePatchArgs>? = null)

Properties

Link copied to clipboard

The ConfigMap to select from

Link copied to clipboard
val prefix: Output<String>? = null

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

Link copied to clipboard
val secretRef: Output<SecretEnvSourcePatchArgs>? = null

The Secret to select from

Functions

Link copied to clipboard
open override fun toJava(): EnvFromSourcePatchArgs