Class: Google::Cloud::GkeConnect::Gateway::V1beta1::GenerateCredentialsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkeconnect/gateway/v1beta1/control.rb

Overview

Connection information for a particular membership.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns The generated URI of the cluster as accessed through the Connect Gateway API.

Returns:

  • (::String)

    The generated URI of the cluster as accessed through the Connect Gateway API.



76
77
78
79
# File 'proto_docs/google/cloud/gkeconnect/gateway/v1beta1/control.rb', line 76

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

#kubeconfig::String

Returns A full YAML kubeconfig in serialized format.

Returns:

  • (::String)

    A full YAML kubeconfig in serialized format.



76
77
78
79
# File 'proto_docs/google/cloud/gkeconnect/gateway/v1beta1/control.rb', line 76

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