View Source GoogleApi.CloudBuild.V2.Model.StepTemplate (google_api_cloud_build v0.50.1)

StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container.

Attributes

  • env (type: list(GoogleApi.CloudBuild.V2.Model.EnvVar.t), default: nil) - Optional. List of environment variables to set in the Step. Cannot be updated.
  • volumeMounts (type: list(GoogleApi.CloudBuild.V2.Model.VolumeMount.t), default: nil) - Optional. Pod volumes to mount into the container's filesystem.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.StepTemplate{
  env: [GoogleApi.CloudBuild.V2.Model.EnvVar.t()] | nil,
  volumeMounts: [GoogleApi.CloudBuild.V2.Model.VolumeMount.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.