SecretEnvSourceResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.

Link copied to clipboard

The Secret to select from.

Link copied to clipboard

Specify whether the Secret must be defined