google_api_cloud_run v0.35.0 GoogleApi.CloudRun.V1alpha1.Model.EnvVarSource View Source

Cloud Run fully managed: not supported

Cloud Run on GKE: supported

EnvVarSource represents a source for the value of an EnvVar.

Attributes

  • configMapKeyRef (type: GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector.t, default: nil) - Cloud Run fully managed: not supported

    Cloud Run on GKE: supported Selects a key of a ConfigMap. +optional

  • secretKeyRef (type: GoogleApi.CloudRun.V1alpha1.Model.SecretKeySelector.t, default: nil) - Cloud Run fully managed: not supported

    Cloud Run on GKE: supported Selects a key of a secret in the pod's namespace +optional

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudRun.V1alpha1.Model.EnvVarSource{
  configMapKeyRef: GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector.t(),
  secretKeyRef: GoogleApi.CloudRun.V1alpha1.Model.SecretKeySelector.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.