GoogleApi.CloudDeploy.V1.Model.GkeCluster (google_api_cloud_deploy v0.14.0)
View SourceInformation specifying a GKE Cluster.
Attributes
-
cluster
(type:String.t
, default:nil
) - Optional. Information specifying a GKE Cluster. Format isprojects/{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 bothdns_endpoint
andinternal_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 whencluster
is a private GKE cluster. Note thatinternal_ip
anddns_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.