Skip to content

Commit

Permalink
Update keps/sig-node/3542-cri-image-pulling-with-progress-notificatio…
Browse files Browse the repository at this point in the history
…n/README.md
  • Loading branch information
byako committed Oct 5, 2023
1 parent 75920a6 commit 92e8f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ runtime CRI image service server.
The PullImageWithProgressRequest contains base information needed to do the image pull (image name, auth config
and sandbox information), and it will also contain information how often the server should send progress reports.
The CRI client can restrict the progress reporting to be time-based (e.g. once every n. seconds),
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).

message PullImageWithProgressRequest {
// Include original non-progress request structure.
Expand Down

0 comments on commit 92e8f11

Please sign in to comment.