View Source GoogleApi.GKEHub.V1.Model.ClusterUpgradeUpgradeStatus (google_api_gke_hub v0.16.0)
UpgradeStatus provides status information for each upgrade.
Attributes
-
code
(type:String.t
, default:nil
) - Status code of the upgrade. -
reason
(type:String.t
, default:nil
) - Reason for this status. -
updateTime
(type:DateTime.t
, default:nil
) - Last timestamp the status was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradeUpgradeStatus{ code: String.t() | nil, reason: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.