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

GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.

Attributes

  • manifest (type: list(GoogleApi.GKEHub.V1.Model.ConnectAgentResource.t), default: nil) - The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.GenerateConnectManifestResponse{
  manifest: [GoogleApi.GKEHub.V1.Model.ConnectAgentResource.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.