View Source GoogleApi.CloudDeploy.V1.Model.SkaffoldSupportedCondition (google_api_cloud_deploy v0.6.0)
SkaffoldSupportedCondition contains information about when support for the release's version of Skaffold ends.
Attributes
-
maintenanceModeTime
(type:DateTime.t
, default:nil
) - The time at which this release's version of Skaffold will enter maintenance mode. -
skaffoldSupportState
(type:String.t
, default:nil
) - The Skaffold support state for this release's version of Skaffold. -
status
(type:boolean()
, default:nil
) - True if the version of Skaffold used by this release is supported. -
supportExpirationTime
(type:DateTime.t
, default:nil
) - The time at which this release's version of Skaffold will no longer be supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.SkaffoldSupportedCondition{ maintenanceModeTime: DateTime.t() | nil, skaffoldSupportState: String.t() | nil, status: boolean() | nil, supportExpirationTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.