Modules§

Structs§

  • use case 2 A log entry when modification(creation, update, deletion) is made to a Backup
  • use case 1 A log entry when modification(creation, update, deletion) is made to a BackupPlan
  • Encryption key. This only contains the key metadata, and no key material.
  • Backup as stored in Platform log. It’s used to log the details of a createBackup/updateBackup request, so only fields that can be taken from API calls are included here.
  • BackupPlan as stored in Platform log. It’s used to log the details of a createBackupPlan/updateBackupPlan request, so only fields that can be taken from user input are included here.
  • Restore as stored in Platform log. It’s used to log the update details of a updateRestore request, so only mutable and non-output_only fields are included here..
  • RestorePlan as stored in Platform log. It’s used to log the details of a createRestorePlan/updateRestorePlan request, so only fields that can be taken from user input are included here.
  • NamespacedName
  • NamespacedNames
  • Namespaces, list of namespaces
  • use case 4 A log entry when modification(creation, update, deletion) is made to a restore.
  • Configuration of a restore.
  • use case 3 A log entry when modification(creation, update, deletion) is made to a restorePlan.

Enums§