Secret Env Source Args
data class SecretEnvSourceArgs(val localObjectReference: Output<LocalObjectReferenceArgs>? = null, val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<SecretEnvSourceArgs>
Not supported by Cloud Run. SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
Constructors
Link copied to clipboard
fun SecretEnvSourceArgs(localObjectReference: Output<LocalObjectReferenceArgs>? = null, name: Output<String>? = null, optional: Output<Boolean>? = null)