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