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

ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.

Attributes

  • manifest (type: String.t, default: nil) - YAML manifest of the resource.
  • type (type: GoogleApi.GKEHub.V1.Model.TypeMeta.t, default: nil) - Kubernetes type of the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ConnectAgentResource{
  manifest: String.t() | nil,
  type: GoogleApi.GKEHub.V1.Model.TypeMeta.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.