View Source GoogleApi.CloudDeploy.V1.Model.GkeCluster (google_api_cloud_deploy v0.6.0)

Information specifying a GKE Cluster.

Attributes

  • cluster (type: String.t, default: nil) - Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
  • internalIp (type: boolean(), default: nil) - Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when cluster is a private GKE cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.GkeCluster{
  cluster: String.t() | nil,
  internalIp: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.