Class ConnectAgentResource (1.0.0-beta04)

public sealed class ConnectAgentResource : IMessage<ConnectAgentResource>, IEquatable<ConnectAgentResource>, IDeepCloneable<ConnectAgentResource>, IBufferMessage, IMessage

ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.

Inheritance

Object > ConnectAgentResource

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

ConnectAgentResource()

public ConnectAgentResource()

ConnectAgentResource(ConnectAgentResource)

public ConnectAgentResource(ConnectAgentResource other)
Parameter
NameDescription
otherConnectAgentResource

Properties

Manifest

public string Manifest { get; set; }

YAML manifest of the resource.

Property Value
TypeDescription
String

Type

public TypeMeta Type { get; set; }

Kubernetes type of the resource.

Property Value
TypeDescription
TypeMeta