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

CustomTargetSkaffoldActions represents the CustomTargetType configuration using Skaffold custom actions.

Attributes

  • deployAction (type: String.t, default: nil) - Required. The Skaffold custom action responsible for deploy operations.
  • includeSkaffoldModules (type: list(GoogleApi.CloudDeploy.V1.Model.SkaffoldModules.t), default: nil) - Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
  • renderAction (type: String.t, default: nil) - Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via skaffold render.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.CustomTargetSkaffoldActions{
  deployAction: String.t() | nil,
  includeSkaffoldModules:
    [GoogleApi.CloudDeploy.V1.Model.SkaffoldModules.t()] | nil,
  renderAction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.