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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ConnectAgent` class provides the necessary information for end users to utilize GKE Connect, acting as the primary interface for this functionality within the `Google.Cloud.GkeHub.V1Beta1` namespace."],["`ConnectAgent` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google's Protobuf library and .NET framework capabilities."],["The class includes properties such as `Name` (deprecated), `Namespace` (which defaults to `gke-connect`), and `Proxy` for configuring the Connect Agent's connectivity and environment."],["The latest version available for this class is `2.0.0-beta07`, and previous versions such as `2.0.0-beta06` and `1.0.0-beta04` are also accessible."],["`ConnectAgent` can be instantiated using either a parameterless constructor, or a constructor that allows to pass an existing `ConnectAgent` object to copy."]]],[]]