GoogleApi.CloudDeploy.V1.Model.SkaffoldVersion (google_api_cloud_deploy v0.2.0) View Source

Details of a supported Skaffold version.

Attributes

  • supportEndDate (type: GoogleApi.CloudDeploy.V1.Model.Date.t, default: nil) - Date when this version is expected to no longer be supported.
  • version (type: String.t, default: nil) - Release version number. For example, "1.20.3".

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.SkaffoldVersion{
  supportEndDate: GoogleApi.CloudDeploy.V1.Model.Date.t() | nil,
  version: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.