GoogleApi.CloudDeploy.V1.Model.ExecutionConfig (google_api_cloud_deploy v0.2.0) View Source

Configuration of the environment to use when calling Skaffold.

Attributes

  • defaultPool (type: GoogleApi.CloudDeploy.V1.Model.DefaultPool.t, default: nil) - Optional. Use default Cloud Build pool.
  • privatePool (type: GoogleApi.CloudDeploy.V1.Model.PrivatePool.t, default: nil) - Optional. Use private Cloud Build pool.
  • usages (type: list(String.t), default: nil) - Required. Usages when this configuration should be applied.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDeploy.V1.Model.ExecutionConfig{
  defaultPool: GoogleApi.CloudDeploy.V1.Model.DefaultPool.t() | nil,
  privatePool: GoogleApi.CloudDeploy.V1.Model.PrivatePool.t() | nil,
  usages: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.