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 `ConnectAgentResource` class in the GKE Hub v1beta1 API represents a Kubernetes resource manifest for Connect Agent deployment."],["This class is part of the `Google.Cloud.GkeHub.V1Beta1` namespace and is found in the `Google.Cloud.GkeHub.V1Beta1.dll` assembly."],["`ConnectAgentResource` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and cloning."],["The class includes properties like `Manifest` (a string representing the YAML manifest) and `Type` (a `TypeMeta` object describing the Kubernetes type of the resource)."],["There are two constructors for the `ConnectAgentResource` class: a default constructor and one that takes another `ConnectAgentResource` as a parameter for copying."]]],[]]