Class: Google::Cloud::Deploy::V1::GkeCluster

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Information specifying a GKE Cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

Returns:

  • (::String)

    Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1018

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dns_endpoint::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1018

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#internal_ip::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1018

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#proxy_url::String

Returns Optional. If set, used to configure a proxy to the Kubernetes server.

Returns:

  • (::String)

    Optional. If set, used to configure a proxy to the Kubernetes server.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1018

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end