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.
Implements
IMessageConnectAgentResource, IEquatableConnectAgentResource, IDeepCloneableConnectAgentResource, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.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 |