GKE Hub v1 API - Class GenerateConnectManifestResponse (2.4.0)

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

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

GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.

Inheritance

object > GenerateConnectManifestResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

GenerateConnectManifestResponse()

public GenerateConnectManifestResponse()

GenerateConnectManifestResponse(GenerateConnectManifestResponse)

public GenerateConnectManifestResponse(GenerateConnectManifestResponse other)
Parameter
NameDescription
otherGenerateConnectManifestResponse

Properties

Manifest

public RepeatedField<ConnectAgentResource> Manifest { get; }

The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.

Property Value
TypeDescription
RepeatedFieldConnectAgentResource