We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c664bb commit f7a9ae4Copy full SHA for f7a9ae4
1 file changed
pkg/ddc/goosefs/node_test.go
@@ -31,7 +31,7 @@ import (
31
v1 "k8s.io/api/core/v1"
32
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33
"k8s.io/apimachinery/pkg/labels"
34
- runtimeschema "k8s.io/apimachinery/pkg/runtime"
+ "k8s.io/apimachinery/pkg/runtime"
35
"k8s.io/utils/ptr"
36
"sigs.k8s.io/controller-runtime/pkg/client"
37
)
@@ -65,7 +65,7 @@ var _ = Describe("GooseFSEngine", func() {
65
66
DescribeTable("should sync schedule info to cache nodes correctly",
67
func(fields fields, expectedNodeNames []string) {
68
- runtimeObjs := []runtimeschema.Object{}
+ runtimeObjs := []runtime.Object{}
69
runtimeObjs = append(runtimeObjs, fields.worker)
70
71
if fields.ds != nil {
0 commit comments