Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::ConnectAgent.
The information required from end users to use GKE Connect.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
- (::String) — Do not set.
#name=
def name=(value) -> ::String
- value (::String) — Do not set.
- (::String) — Do not set.
#namespace
def namespace() -> ::String
-
(::String) — 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.
#namespace=
def namespace=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#proxy
def proxy() -> ::String
-
(::String) — 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.
#proxy=
def proxy=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.