Env From Source Patch Args
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
Constructors
Link copied to clipboard
constructor(configMapRef: Output<ConfigMapEnvSourcePatchArgs>? = null, prefix: Output<String>? = null, secretRef: Output<SecretEnvSourcePatchArgs>? = null)