We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75920a6 commit 92e8f11Copy full SHA for 92e8f11
keps/sig-node/3542-cri-image-pulling-with-progress-notification/README.md
@@ -254,7 +254,7 @@ runtime CRI image service server.
254
The PullImageWithProgressRequest contains base information needed to do the image pull (image name, auth config
255
and sandbox information), and it will also contain information how often the server should send progress reports.
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.
+or based on size (amount of bytes/KiB/MiB downloaded).
258
259
message PullImageWithProgressRequest {
260
// Include original non-progress request structure.
0 commit comments