MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / GetStatus

Method GetStatus

api/v1/backup_funcs.go:224–226  ·  view source on GitHub ↗

GetStatus gets the backup status

()

Source from the content-addressed store, hash-verified

222
223// GetStatus gets the backup status
224func (backup *Backup) GetStatus() *BackupStatus {
225 return &backup.Status
226}
227
228// GetMetadata get the metadata
229func (backup *Backup) GetMetadata() *metav1.ObjectMeta {

Callers 3

ExecuteFunction · 0.95

Implementers 3

pgDataCalculatorpkg/reconciler/persistentvolumeclaim/c
pgWalCalculatorpkg/reconciler/persistentvolumeclaim/c
pgTablespaceCalculatorpkg/reconciler/persistentvolumeclaim/c

Calls

no outgoing calls

Tested by

no test coverage detected