View Source GoogleApi.CloudDeploy.V1.Model.SkaffoldModules (google_api_cloud_deploy v0.6.0)
Skaffold Config modules and their remote source.
Attributes
-
configs
(type:list(String.t)
, default:nil
) - Optional. The Skaffold Config modules to use from the specified source. -
git
(type:GoogleApi.CloudDeploy.V1.Model.SkaffoldGitSource.t
, default:nil
) - Remote git repository containing the Skaffold Config modules. -
googleCloudStorage
(type:GoogleApi.CloudDeploy.V1.Model.SkaffoldGCSSource.t
, default:nil
) - Cloud Storage bucket containing the Skaffold Config modules.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.SkaffoldModules{ configs: [String.t()] | nil, git: GoogleApi.CloudDeploy.V1.Model.SkaffoldGitSource.t() | nil, googleCloudStorage: GoogleApi.CloudDeploy.V1.Model.SkaffoldGCSSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.