File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import (
34
34
"github.com/golang/protobuf/jsonpb" //nolint:staticcheck
35
35
"github.com/golang/protobuf/proto" //nolint:staticcheck
36
36
utilyaml "k8s.io/apimachinery/pkg/util/yaml"
37
- cri "k8s.io/cri-api/pkg/apis"
38
37
internalapi "k8s.io/cri-api/pkg/apis"
39
38
pb "k8s.io/cri-api/pkg/apis/runtime/v1"
40
39
"sigs.k8s.io/yaml"
@@ -389,9 +388,9 @@ func getRepoImage(imageClient internalapi.ImageManagerService, image string) (st
389
388
390
389
func handleDisplay (
391
390
ctx context.Context ,
392
- client cri .RuntimeService ,
391
+ client internalapi .RuntimeService ,
393
392
watch bool ,
394
- displayFunc func (context.Context , cri .RuntimeService ) error ,
393
+ displayFunc func (context.Context , internalapi .RuntimeService ) error ,
395
394
) error {
396
395
if ! watch {
397
396
return displayFunc (ctx , client )
You can’t perform that action at this time.
0 commit comments