GKE Hub v1beta1 API - Class GenerateExclusivityManifestResponse (2.0.0-beta06)

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.

Inheritance

object > GenerateExclusivityManifestResponse

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

GenerateExclusivityManifestResponse()

public GenerateExclusivityManifestResponse()

GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse)

public GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse other)
Parameter
NameDescription
otherGenerateExclusivityManifestResponse

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
TypeDescription
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
TypeDescription
string