Reference documentation and code samples for the Connect Gateway V1beta1 API class Google::Cloud::GkeConnect::Gateway::V1beta1::GenerateCredentialsResponse.
Connection information for a particular membership.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint
def endpoint() -> ::String
Returns
- (::String) — The generated URI of the cluster as accessed through the Connect Gateway API.
#endpoint=
def endpoint=(value) -> ::String
Parameter
- value (::String) — 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.
#kubeconfig
def kubeconfig() -> ::String
Returns
- (::String) — A full YAML kubeconfig in serialized format.
#kubeconfig=
def kubeconfig=(value) -> ::String
Parameter
- value (::String) — A full YAML kubeconfig in serialized format.
Returns
- (::String) — A full YAML kubeconfig in serialized format.