public sealed class GenerateConnectManifestRequest : IMessage<GenerateConnectManifestRequest>, IEquatable<GenerateConnectManifestRequest>, IDeepCloneable<GenerateConnectManifestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GenerateConnectManifestRequest.
Request message for GkeHubMembershipService.GenerateConnectManifest
method.
Implements
IMessageGenerateConnectManifestRequest, IEquatableGenerateConnectManifestRequest, IDeepCloneableGenerateConnectManifestRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
GenerateConnectManifestRequest()
public GenerateConnectManifestRequest()
GenerateConnectManifestRequest(GenerateConnectManifestRequest)
public GenerateConnectManifestRequest(GenerateConnectManifestRequest other)
Parameter | |
---|---|
Name | Description |
other |
GenerateConnectManifestRequest |
Properties
ConnectAgent
public ConnectAgent ConnectAgent { get; set; }
Optional. The connect agent to generate manifest for.
Property Value | |
---|---|
Type | Description |
ConnectAgent |
ImagePullSecretContent
public ByteString ImagePullSecretContent { get; set; }
Optional. The image pull secret content for the registry, if not public.
Property Value | |
---|---|
Type | Description |
ByteString |
IsUpgrade
public bool IsUpgrade { get; set; }
Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.
Property Value | |
---|---|
Type | Description |
bool |
MembershipName
public MembershipName MembershipName { get; set; }
MembershipName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MembershipName |
Name
public string Name { get; set; }
Required. The Membership resource name the Agent will associate with, in
the format projects/*/locations/*/memberships/*
.
Property Value | |
---|---|
Type | Description |
string |
Registry
public string Registry { get; set; }
Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
Optional. The Connect agent version to use. Defaults to the most current version.
Property Value | |
---|---|
Type | Description |
string |