View Source GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureCondition (google_api_gke_hub v0.16.0)
GKEUpgradeFeatureCondition describes the condition of the feature for GKE clusters at a certain point of time.
Attributes
-
reason
(type:String.t
, default:nil
) - Reason why the feature is in this status. -
status
(type:String.t
, default:nil
) - Status of the condition, one of True, False, Unknown. -
type
(type:String.t
, default:nil
) - Type of the condition, for example, "ready". -
updateTime
(type:DateTime.t
, default:nil
) - Last timestamp the condition was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureCondition{ reason: String.t() | nil, status: String.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.