GetNamespace get the backup namespace
()
| 237 | |
| 238 | // GetNamespace get the backup namespace |
| 239 | func (backup *Backup) GetNamespace() string { |
| 240 | return backup.Namespace |
| 241 | } |
| 242 | |
| 243 | // GetAssignedInstance fetches the instance that was assigned to the backup execution |
| 244 | func (backup *Backup) GetAssignedInstance(ctx context.Context, cli client.Client) (*corev1.Pod, error) { |
no outgoing calls