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

Post conditional checks after an upgrade has been applied on all eligible clusters.

Attributes

  • soaking (type: String.t, default: nil) - Required. Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradePostConditions{
  soaking: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.