GKE Hub v1 API - Class ConnectAgentResource (2.5.0)

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

Reference documentation and code samples for the GKE Hub v1 API class ConnectAgentResource.

ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.

Inheritance

object > ConnectAgentResource

Namespace

Google.Cloud.GkeHub.V1

Assembly

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