sandbox: create sandbox with network namespace path

Signed-off-by: Zhang Tianyang <burning9699@gmail.com>
This commit is contained in:
Zhang Tianyang
2023-02-22 15:58:24 +08:00
parent 8cb00f45c9
commit 5144ba9c49
9 changed files with 384 additions and 337 deletions

View File

@@ -869,6 +869,13 @@ file {
type_name: ".google.protobuf.Any"
json_name: "options"
}
field {
name: "netns_path"
number: 5
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "netnsPath"
}
}
message_type {
name: "CreateSandboxResponse"
@@ -5013,6 +5020,13 @@ file {
type_name: ".google.protobuf.Any"
json_name: "options"
}
field {
name: "netns_path"
number: 4
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "netnsPath"
}
}
message_type {
name: "ControllerCreateResponse"