Move runtimeoptions to api directory

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-04-29 14:44:27 -07:00
parent 4a45507772
commit 3e9cace720
10 changed files with 216 additions and 199 deletions

View File

@@ -7350,6 +7350,38 @@ file {
}
syntax: "proto3"
}
file {
name: "github.com/containerd/containerd/api/types/runtimeoptions/v1/api.proto"
package: "runtimeoptions.v1"
message_type {
name: "Options"
field {
name: "type_url"
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "typeUrl"
}
field {
name: "config_path"
number: 2
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "configPath"
}
field {
name: "config_body"
number: 3
label: LABEL_OPTIONAL
type: TYPE_BYTES
json_name: "configBody"
}
}
options {
go_package: "github.com/containerd/containerd/v2/api/types/runtimeoptions/v1;runtimeoptions"
}
syntax: "proto3"
}
file {
name: "github.com/containerd/containerd/api/types/transfer/imagestore.proto"
package: "containerd.types.transfer"