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

State information for an ACM's Operator

Attributes

  • deploymentState (type: String.t, default: nil) - The state of the Operator's deployment
  • errors (type: list(GoogleApi.GKEHub.V1.Model.ConfigManagementInstallError.t), default: nil) - Install errors.
  • version (type: String.t, default: nil) - The semenatic version number of the operator

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementOperatorState{
  deploymentState: String.t() | nil,
  errors: [GoogleApi.GKEHub.V1.Model.ConfigManagementInstallError.t()] | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.