View Source GoogleApi.CloudDeploy.V1.Model.SkaffoldGCBRepoSource (google_api_cloud_deploy v0.9.0)

Cloud Build V2 Repository containing Skaffold Configs.

Attributes

  • path (type: String.t, default: nil) - Optional. Relative path from the repository root to the Skaffold Config file.
  • ref (type: String.t, default: nil) - Optional. Branch or tag to use when cloning the repository.
  • repository (type: String.t, default: nil) - Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.SkaffoldGCBRepoSource{
  path: String.t() | nil,
  ref: String.t() | nil,
  repository: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.