Merge pull request #7988 from Lyndon-Li/data-mover-ms-new-exposer

New exposer for data mover ms
This commit is contained in:
lyndon-li
2024-07-24 10:11:54 +08:00
committed by GitHub
18 changed files with 905 additions and 46 deletions

View File

@@ -162,7 +162,17 @@ func TestDataDownloadReconcile(t *testing.T) {
Kind: "DaemonSet",
APIVersion: appsv1.SchemeGroupVersion.String(),
},
Spec: appsv1.DaemonSetSpec{},
Spec: appsv1.DaemonSetSpec{
Template: corev1.PodTemplateSpec{
Spec: corev1.PodSpec{
Containers: []corev1.Container{
{
Image: "fake-image",
},
},
},
},
},
}
tests := []struct {