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

Status of control plane management.

Attributes

  • details (type: list(GoogleApi.GKEHub.V1.Model.ServiceMeshStatusDetails.t), default: nil) - Explanation of state.
  • implementation (type: String.t, default: nil) - Output only. Implementation of managed control plane.
  • state (type: String.t, default: nil) - LifecycleState of control plane management.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ServiceMeshControlPlaneManagement{
  details: [GoogleApi.GKEHub.V1.Model.ServiceMeshStatusDetails.t()] | nil,
  implementation: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.