Secret Env Source Response
data class SecretEnvSourceResponse(val localObjectReference: LocalObjectReferenceResponse, val name: String, val optional: Boolean)
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 SecretEnvSourceResponse(localObjectReference: LocalObjectReferenceResponse, name: String, optional: Boolean)