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

Git repository containing Skaffold Config modules.

Attributes

  • path (type: String.t, default: nil) - Optional. Relative path from the repository root to the Skaffold file.
  • ref (type: String.t, default: nil) - Optional. Git ref the package should be cloned from.
  • repo (type: String.t, default: nil) - Required. Git repository the package should be cloned from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.