GoogleApi.CloudDeploy.V1.Model.GkeCluster (google_api_cloud_deploy v0.14.0)

View Source

Information specifying a GKE Cluster.

Attributes

  • cluster (type: String.t, default: nil) - Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
  • dnsEndpoint (type: boolean(), default: nil) - Optional. If set, the cluster will be accessed using the DNS endpoint. Note that both dns_endpoint and internal_ip cannot be set to true.
  • 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. Note that internal_ip and dns_endpoint cannot both be set to true.
  • proxyUrl (type: String.t, default: nil) - Optional. If set, used to configure a proxy to the Kubernetes server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.