SecretEnvSource

final case class SecretEnvSource(name: Option[String], optional: Option[Boolean])

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.

Companion:
object
Source:
SecretEnvSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
SecretEnvSource.scala

if optional has a value, transforms to the result of function

if optional has a value, transforms to the result of function

Source:
SecretEnvSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
SecretEnvSource.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Source:
SecretEnvSource.scala

Inherited methods

Inherited from:
Product