sandbox: add address info in Start and Status response
Signed-off-by: Abel Feng <fshb1988@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user