GoogleApi.Container.V1.Model.UpgradeDetails (google_api_container v0.57.0)
View SourceUpgradeDetails contains detailed information of each individual upgrade operation.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The end timestamp of the upgrade. -
initialVersion
(type:String.t
, default:nil
) - The version before the upgrade. -
startTime
(type:DateTime.t
, default:nil
) - The start timestamp of the upgrade. -
startType
(type:String.t
, default:nil
) - The start type of the upgrade. -
state
(type:String.t
, default:nil
) - Output only. The state of the upgrade. -
targetVersion
(type:String.t
, default:nil
) - The version after the upgrade.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.UpgradeDetails{ endTime: DateTime.t() | nil, initialVersion: String.t() | nil, startTime: DateTime.t() | nil, startType: String.t() | nil, state: String.t() | nil, targetVersion: String.t() | nil }