public sealed class GenerateConnectManifestResponse : IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessageGenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.
Implements
IMessage<GenerateConnectManifestResponse>, System.IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
GenerateConnectManifestResponse()
public GenerateConnectManifestResponse()GenerateConnectManifestResponse(GenerateConnectManifestResponse)
public GenerateConnectManifestResponse(GenerateConnectManifestResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateConnectManifestResponse |
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 | |
|---|---|
| Type | Description |
RepeatedField<ConnectAgentResource> |
|