File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
keps/sig-node/3542-cri-image-pulling-with-progress-notification Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ runtime CRI image service server.
254
254
The PullImageWithProgressRequest contains base information needed to do the image pull (image name, auth config
255
255
and sandbox information), and it will also contain information how often the server should send progress reports.
256
256
The CRI client can restrict the progress reporting to be time-based (e.g. once every n. seconds),
257
- or based on size (amount of bytes/KiB/MiB downloaded). The size-based should be the default one.
257
+ or based on size (amount of bytes/KiB/MiB downloaded).
258
258
259
259
message PullImageWithProgressRequest {
260
260
// Include original non-progress request structure.
You can’t perform that action at this time.
0 commit comments