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

Service Mesh: Spec for a single Membership for the servicemesh feature

Attributes

  • configApi (type: String.t, default: nil) - Optional. Specifies the API that will be used for configuring the mesh workloads.
  • controlPlane (type: String.t, default: nil) - Deprecated: use management instead Enables automatic control plane management.
  • management (type: String.t, default: nil) - Optional. Enables automatic Service Mesh management.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ServiceMeshMembershipSpec{
  configApi: String.t() | nil,
  controlPlane: String.t() | nil,
  management: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.