Class GenerateExclusivityManifestResponse
The response of the exclusivity artifacts manifests for the client to apply.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class GenerateExclusivityManifestResponse : IDirectResponseSchema
Properties
CrManifest
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.
Declaration
[JsonProperty("crManifest")]
public virtual string CrManifest { get; set; }
Property Value
Type | Description |
---|---|
string |
CrdManifest
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.
Declaration
[JsonProperty("crdManifest")]
public virtual string CrdManifest { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |