Merge pull request #8149 from Burning1020/sb-netns

sandbox: create sandbox with network namespace path
This commit is contained in:
Maksym Pavlenko
2023-03-08 14:22:00 -08:00
committed by GitHub
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"