public sealed class ConnectAgentResource : IMessage<ConnectAgentResource>, IEquatable<ConnectAgentResource>, IDeepCloneable<ConnectAgentResource>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class ConnectAgentResource.
ConnectAgentResource represents a Kubernetes resource manifest for Connect
Agent deployment.
[[["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 latest version of the `ConnectAgentResource` API class is `2.0.0-beta07`, with previous versions including `2.0.0-beta06` and `1.0.0-beta04`."],["`ConnectAgentResource` is a class representing a Kubernetes resource manifest for the Connect Agent deployment within the GKE Hub v1beta1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `ConnectAgentResource` class includes properties for `Manifest` (a string representing the YAML manifest) and `Type` (of `TypeMeta` type, representing the Kubernetes resource type)."],["There are two constructors available for creating instances of `ConnectAgentResource`, one default and one that accepts another `ConnectAgentResource` instance."]]],[]]