sandbox: add address info in Start and Status response

Signed-off-by: Abel Feng <fshb1988@gmail.com>
This commit is contained in:
Abel Feng
2024-02-01 20:18:54 +08:00
parent 2c7b992ad4
commit f6e0cf1894
3 changed files with 110 additions and 4 deletions

View File

@@ -5506,6 +5506,27 @@ file {
type_name: ".containerd.services.sandbox.v1.ControllerStartResponse.LabelsEntry"
json_name: "labels"
}
field {
name: "address"
number: 5
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "address"
}
field {
name: "version"
number: 6
label: LABEL_OPTIONAL
type: TYPE_UINT32
json_name: "version"
}
field {
name: "protocol"
number: 7
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "protocol"
}
nested_type {
name: "LabelsEntry"
field {
@@ -5696,6 +5717,27 @@ file {
type_name: ".google.protobuf.Any"
json_name: "extra"
}
field {
name: "address"
number: 8
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "address"
}
field {
name: "version"
number: 9
label: LABEL_OPTIONAL
type: TYPE_UINT32
json_name: "version"
}
field {
name: "protocol"
number: 10
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "protocol"
}
nested_type {
name: "InfoEntry"
field {