public sealed class GenerateExclusivityManifestResponse : IMessage<GenerateExclusivityManifestResponse>, IEquatable<GenerateExclusivityManifestResponse>, IDeepCloneable<GenerateExclusivityManifestResponse>, IBufferMessage, IMessage
The response of the exclusivity artifacts manifests for the client to apply.
Implements
IMessage<GenerateExclusivityManifestResponse>, IEquatable<GenerateExclusivityManifestResponse>, IDeepCloneable<GenerateExclusivityManifestResponse>, 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
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 |
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 |