View Source GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureState (google_api_gke_hub v0.16.0)
GKEUpgradeFeatureState contains feature states for GKE clusters in the scope.
Attributes
-
conditions
(type:list(GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureCondition.t)
, default:nil
) - Current conditions of the feature. -
upgradeState
(type:list(GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeState.t)
, default:nil
) - Upgrade state. It will eventually replacestate
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureState{ conditions: [GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeFeatureCondition.t()] | nil, upgradeState: [GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgradeState.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.