Class GenerateExclusivityManifestResponse (1.5.2)

GenerateExclusivityManifestResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response of the exclusivity artifacts manifests for the client to apply.

Attributes

NameDescription
crd_manifest str
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.
cr_manifest str
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.

Inheritance

builtins.object > proto.message.Message > GenerateExclusivityManifestResponse