Add basic import and export handlers

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-08-17 15:32:01 -07:00
parent adfaeeff0d
commit d1627e3c71
6 changed files with 457 additions and 0 deletions

View File

@@ -5904,6 +5904,34 @@ file {
}
syntax: "proto3"
}
file {
name: "github.com/containerd/containerd/api/types/transfer/import.proto"
package: "containerd.v1.types"
message_type {
name: "ImageImportStream"
field {
name: "stream"
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "stream"
}
}
message_type {
name: "ImageExportStream"
field {
name: "stream"
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "stream"
}
}
options {
go_package: "github.com/containerd/containerd/api/types/transfer"
}
syntax: "proto3"
}
file {
name: "github.com/containerd/containerd/api/types/transfer/registry.proto"
package: "containerd.v1.types"