GoogleApi.CloudDeploy.V1.Model.Config (google_api_cloud_deploy v0.2.0) View Source
Service-wide configuration.
Attributes
-
defaultSkaffoldVersion
(type:String.t
, default:nil
) - Output only. 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
) - Output only. All supported versions of Skaffold.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudDeploy.V1.Model.Config{ defaultSkaffoldVersion: String.t() | nil, name: String.t() | nil, supportedVersions: [GoogleApi.CloudDeploy.V1.Model.SkaffoldVersion.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.