K10-23320: Fix function definition for Create and CreateFromSource #199
Annotations
10 errors and 2 warnings
pkg/csi/csi_ops_test.go#L728
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L745
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L758
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L771
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L784
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L797
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L810
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L823
cannot use &fakeSnapshotter{} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L851
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
pkg/csi/csi_ops_test.go#L867
cannot use &fakeSnapshotter{…} (value of type *fakeSnapshotter) as snapshot.Snapshotter value in struct literal: *fakeSnapshotter does not implement snapshot.Snapshotter (wrong type for method Clone)
|
|
|
This job failed
Loading