View Source GoogleApi.CloudDeploy.V1.Model.Config (google_api_cloud_deploy v0.13.0)
Service-wide configuration.
Attributes
-
defaultSkaffoldVersion(type:String.t, default:nil) - Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version. -
name(type:String.t, default:nil) - Name of the configuration. -
supportedVersions(type:list(GoogleApi.CloudDeploy.V1.Model.SkaffoldVersion.t), default:nil) - All supported versions of Skaffold.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.Config{ defaultSkaffoldVersion: String.t() | nil, name: String.t() | nil, supportedVersions: [GoogleApi.CloudDeploy.V1.Model.SkaffoldVersion.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.