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

Cloud Storage bucket containing Skaffold Config modules.

Attributes

  • path (type: String.t, default: nil) - Optional. Relative path from the source to the Skaffold file.
  • source (type: String.t, default: nil) - Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.SkaffoldGCSSource{
  path: String.t() | nil,
  source: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.