package
4.1.0-rc3+incompatible
Repository: https://github.com/jmccormick2001/postgres-operator.git
Documentation: pkg.go.dev

# Functions

CreateBackup ..
CreateBackupHandler ..
DeleteBackup ...
DeleteBackupHandler ..
Restore takes a PgbasebackupRestoreRequest, creates the pgtask's needed to initiate the restore of a cluster using a pg_basebackup backup, and then returns a PgbasebackupRestoreResponse.
RestoreHandler takes a GET request for URL path '/pgbasebackuprestore', calls the required business logic to perform a pg_basebackup restore, and then returns the appropriate response.
ShowBackup ...
ShowBackupHandler ..