api: update image service to support target in delete request

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-08-17 16:46:02 -07:00
parent 00666764b8
commit f8fb2dad39
3 changed files with 93 additions and 56 deletions

View File

@@ -4253,6 +4253,19 @@ file {
type: TYPE_BOOL
json_name: "sync"
}
field {
name: "target"
number: 3
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".containerd.types.Descriptor"
oneof_index: 0
json_name: "target"
proto3_optional: true
}
oneof_decl {
name: "_target"
}
}
service {
name: "Images"