View Source GoogleApi.GKEHub.V1.Model.ClusterUpgradeIgnoredMembership (google_api_gke_hub v0.16.0)

IgnoredMembership represents a membership ignored by the feature. A membership can be ignored because it was manually upgraded to a newer version than RC default.

Attributes

  • ignoredTime (type: DateTime.t, default: nil) - Time when the membership was first set to ignored.
  • reason (type: String.t, default: nil) - Reason why the membership is ignored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradeIgnoredMembership{
  ignoredTime: DateTime.t() | nil,
  reason: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.