View Source GoogleApi.GKEHub.V1.Model.ServiceMeshMembershipState (google_api_gke_hub v0.6.0)

Service Mesh: State for a single Membership, as analyzed by the Service Mesh Hub Controller.

Attributes

  • controlPlaneManagement (type: GoogleApi.GKEHub.V1.Model.ServiceMeshControlPlaneManagement.t, default: nil) - Output only. Status of control plane management
  • dataPlaneManagement (type: GoogleApi.GKEHub.V1.Model.ServiceMeshDataPlaneManagement.t, default: nil) - Output only. Status of data plane management.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ServiceMeshMembershipState{
  controlPlaneManagement:
    GoogleApi.GKEHub.V1.Model.ServiceMeshControlPlaneManagement.t() | nil,
  dataPlaneManagement:
    GoogleApi.GKEHub.V1.Model.ServiceMeshDataPlaneManagement.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.