api: introduce sync_fs to diff.ApplyRequest

It's flag to synchronize the underlying filesystem containing files
created during Apply.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2023-11-20 22:24:39 +08:00
parent 75f72d6272
commit bd5c602c4d
3 changed files with 75 additions and 56 deletions

View File

@@ -3821,6 +3821,13 @@ file {
type_name: ".containerd.services.diff.v1.ApplyRequest.PayloadsEntry"
json_name: "payloads"
}
field {
name: "sync_fs"
number: 4
label: LABEL_OPTIONAL
type: TYPE_BOOL
json_name: "syncFs"
}
nested_type {
name: "PayloadsEntry"
field {