MCPcopy Index your code
hub / github.com/cloudnative-pg/cloudnative-pg / IsExecuting

Method IsExecuting

api/v1/backup_funcs.go:148–151  ·  view source on GitHub ↗

IsExecuting check if a certain backup is being executed

()

Source from the content-addressed store, hash-verified

146
147// IsExecuting check if a certain backup is being executed
148func (backupStatus *BackupStatus) IsExecuting() bool {
149 return backupStatus.Phase == BackupPhaseStarted ||
150 backupStatus.Phase == BackupPhaseRunning
151}
152
153// GetPendingBackupNames returns the pending backup list
154func (list BackupList) GetPendingBackupNames() []string {

Callers 3

GetPendingBackupNamesMethod · 0.80
CanExecuteBackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected