stargz-snapshotter
stargz-snapshotter copied to clipboard
Bump k8s.io/cri-api from 0.25.0-alpha.2 to 0.26.0-alpha.0
- https://github.com/containerd/stargz-snapshotter/pull/883
- https://github.com/containerd/stargz-snapshotter/pull/884
- https://github.com/containerd/stargz-snapshotter/pull/867
https://github.com/containerd/stargz-snapshotter/runs/7780320865?check_suite_focus=true#step:4:2353
#13 194.1 # github.com/containerd/containerd/pkg/cri/sbserver
#13 194.1 pkg/cri/sbserver/instrumented_service.go:37:9: cannot use &instrumentedService{…} (value of type *instrumentedService) as type grpcServices in return statement:
#13 194.1 *instrumentedService does not implement grpcServices (missing CheckpointContainer method)
#13 194.1 pkg/cri/sbserver/service.go:191:9: cannot use c (variable of type *criService) as type CRIService in return statement:
#13 194.1 *criService does not implement CRIService (missing CheckpointContainer method)
#13 194.1 # github.com/containerd/containerd/pkg/cri/server
#13 194.1 pkg/cri/server/instrumented_service.go:37:9: cannot use &instrumentedService{…} (value of type *instrumentedService) as type grpcServices in return statement:
#13 194.1 *instrumentedService does not implement grpcServices (missing CheckpointContainer method)
#13 194.1 pkg/cri/server/service.go:184:9: cannot use c (variable of type *criService) as type CRIService in return statement:
#13 194.1 *criService does not implement CRIService (missing CheckpointContainer method)
- https://github.com/containerd/stargz-snapshotter/pull/924