Class: Google::Cloud::GkeHub::V1beta1::ConnectAgent
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::ConnectAgent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1beta1/membership.rb
Overview
The information required from end users to use GKE Connect.
Instance Attribute Summary collapse
-
#name ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#namespace ⇒ ::String
Optional.
-
#proxy ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Do not set.
766 767 768 769 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 766 class ConnectAgent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect
.
The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.
766 767 768 769 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 766 class ConnectAgent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proxy ⇒ ::String
Returns Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form http(s)://{proxy_address}
, depending on the HTTP/HTTPS protocol
supported by the proxy. This will direct the connect agent's outbound
traffic through a HTTP(S) proxy.
766 767 768 769 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 766 class ConnectAgent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |