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

OnClusterState represents the state of a sub-component of Policy Controller.

Attributes

  • details (type: String.t, default: nil) - Surface potential errors or information logs.
  • state (type: String.t, default: nil) - The lifecycle state of this component.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.PolicyControllerOnClusterState{
  details: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.