public sealed class ConnectAgentResource : IMessage<ConnectAgentResource>, IEquatable<ConnectAgentResource>, IDeepCloneable<ConnectAgentResource>, IBufferMessage, IMessage
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 represents a Kubernetes resource manifest for Connect Agent deployment, serving as a central element for managing resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust interaction and manipulation of the resource."],["The `ConnectAgentResource` class includes properties for `Manifest` (YAML manifest of the resource) and `Type` (Kubernetes type of the resource) to define and describe the Kubernetes resource."],["There are two constructors available for the `ConnectAgentResource` class, one default constructor and one that takes another `ConnectAgentResource` as a parameter for copying."],["This webpage also shows all the previous versions of this resource, ranging from version `1.0.0` to the latest version `2.5.0`."]]],[]]