Class: Google::Cloud::GkeConnect::Gateway::V1beta1::GenerateCredentialsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeConnect::Gateway::V1beta1::GenerateCredentialsResponse
- 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
-
#endpoint ⇒ ::String
The generated URI of the cluster as accessed through the Connect Gateway API.
-
#kubeconfig ⇒ ::String
A full YAML kubeconfig in serialized format.
Instance Attribute Details
#endpoint ⇒ ::String
Returns 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.
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 |