Env Var Source Args
data class EnvVarSourceArgs(val configMapKeyRef: Output<ConfigMapKeySelectorArgs>? = null, val secretKeyRef: Output<SecretKeySelectorArgs>? = null) : ConvertibleToJava<EnvVarSourceArgs>
EnvVarSource represents a source for the value of an EnvVar.
Constructors
Link copied to clipboard
fun EnvVarSourceArgs(configMapKeyRef: Output<ConfigMapKeySelectorArgs>? = null, secretKeyRef: Output<SecretKeySelectorArgs>? = null)