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

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

Attributes

  • conditions (type: list(GoogleApi.GKEHub.V1.Model.ServiceMeshCondition.t), default: nil) - Output only. List of conditions reported for this membership.
  • 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{
  conditions: [GoogleApi.GKEHub.V1.Model.ServiceMeshCondition.t()] | nil,
  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.