data mover smoking test 02

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2023-06-26 11:46:14 +08:00
parent cd68dd369b
commit b1316dae23
7 changed files with 48 additions and 14 deletions

View File

@@ -36,7 +36,6 @@ type PodVolumeBackupsGetter interface {
PodVolumeBackups(namespace string) PodVolumeBackupInterface
}
//go:generate mockery --name PodVolumeBackupInterface
// PodVolumeBackupInterface has methods to work with PodVolumeBackup resources.
type PodVolumeBackupInterface interface {
Create(ctx context.Context, podVolumeBackup *v1.PodVolumeBackup, opts metav1.CreateOptions) (*v1.PodVolumeBackup, error)