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

Details of a supported Skaffold version.

Attributes

  • maintenanceModeTime (type: DateTime.t, default: nil) - The time at which this version of Skaffold will enter maintenance mode.
  • supportEndDate (type: GoogleApi.CloudDeploy.V1.Model.Date.t, default: nil) - Date when this version is expected to no longer be supported.
  • supportExpirationTime (type: DateTime.t, default: nil) - The time at which this version of Skaffold will no longer be supported.
  • version (type: String.t, default: nil) - Release version number. For example, "1.20.3".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.SkaffoldVersion{
  maintenanceModeTime: DateTime.t() | nil,
  supportEndDate: GoogleApi.CloudDeploy.V1.Model.Date.t() | nil,
  supportExpirationTime: DateTime.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.