Class ConnectAgent (1.4.2)

ConnectAgent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The information required from end users to use GKE Connect.

Attributes

NameDescription
name str
Do not set.
proxy bytes
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.
namespace str
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.

Inheritance

builtins.object > proto.message.Message > ConnectAgent