View Source GoogleApi.CloudDeploy.V1.Model.BuildArtifact (google_api_cloud_deploy v0.6.0)

Description of an a image to use during Skaffold rendering.

Attributes

  • image (type: String.t, default: nil) - Image name in Skaffold configuration.
  • tag (type: String.t, default: nil) - Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.BuildArtifact{
  image: String.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.