public sealed class GenerateExclusivityManifestResponse : IMessage<GenerateExclusivityManifestResponse>, IEquatable<GenerateExclusivityManifestResponse>, IDeepCloneable<GenerateExclusivityManifestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GenerateExclusivityManifestResponse.
The response of the exclusivity artifacts manifests for the client to apply.
Implements
IMessageGenerateExclusivityManifestResponse, IEquatableGenerateExclusivityManifestResponse, IDeepCloneableGenerateExclusivityManifestResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
GenerateExclusivityManifestResponse()
public GenerateExclusivityManifestResponse()
GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse)
public GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse other)
Parameter | |
---|---|
Name | Description |
other |
GenerateExclusivityManifestResponse |
Properties
CrManifest
public string CrManifest { get; set; }
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
Property Value | |
---|---|
Type | Description |
string |
CrdManifest
public string CrdManifest { get; set; }
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
Property Value | |
---|---|
Type | Description |
string |