public sealed class ConnectAgentResource : IMessage<ConnectAgentResource>, IEquatable<ConnectAgentResource>, IDeepCloneable<ConnectAgentResource>, IBufferMessage, IMessage
ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.
Implements
IMessage<ConnectAgentResource>, IEquatable<ConnectAgentResource>, IDeepCloneable<ConnectAgentResource>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ConnectAgentResource()
public ConnectAgentResource()
ConnectAgentResource(ConnectAgentResource)
public ConnectAgentResource(ConnectAgentResource other)
Parameter | |
---|---|
Name | Description |
other | ConnectAgentResource |
Properties
Manifest
public string Manifest { get; set; }
YAML manifest of the resource.
Property Value | |
---|---|
Type | Description |
String |
Type
public TypeMeta Type { get; set; }
Kubernetes type of the resource.
Property Value | |
---|---|
Type | Description |
TypeMeta |