File tree Expand file tree Collapse file tree 3 files changed +110
-4
lines changed Expand file tree Collapse file tree 3 files changed +110
-4
lines changed Original file line number Diff line number Diff line change @@ -5506,6 +5506,27 @@ file {
5506
5506
type_name: ".containerd.services.sandbox.v1.ControllerStartResponse.LabelsEntry"
5507
5507
json_name: "labels"
5508
5508
}
5509
+ field {
5510
+ name: "address"
5511
+ number: 5
5512
+ label: LABEL_OPTIONAL
5513
+ type: TYPE_STRING
5514
+ json_name: "address"
5515
+ }
5516
+ field {
5517
+ name: "version"
5518
+ number: 6
5519
+ label: LABEL_OPTIONAL
5520
+ type: TYPE_UINT32
5521
+ json_name: "version"
5522
+ }
5523
+ field {
5524
+ name: "protocol"
5525
+ number: 7
5526
+ label: LABEL_OPTIONAL
5527
+ type: TYPE_STRING
5528
+ json_name: "protocol"
5529
+ }
5509
5530
nested_type {
5510
5531
name: "LabelsEntry"
5511
5532
field {
@@ -5696,6 +5717,27 @@ file {
5696
5717
type_name: ".google.protobuf.Any"
5697
5718
json_name: "extra"
5698
5719
}
5720
+ field {
5721
+ name: "address"
5722
+ number: 8
5723
+ label: LABEL_OPTIONAL
5724
+ type: TYPE_STRING
5725
+ json_name: "address"
5726
+ }
5727
+ field {
5728
+ name: "version"
5729
+ number: 9
5730
+ label: LABEL_OPTIONAL
5731
+ type: TYPE_UINT32
5732
+ json_name: "version"
5733
+ }
5734
+ field {
5735
+ name: "protocol"
5736
+ number: 10
5737
+ label: LABEL_OPTIONAL
5738
+ type: TYPE_STRING
5739
+ json_name: "protocol"
5740
+ }
5699
5741
nested_type {
5700
5742
name: "InfoEntry"
5701
5743
field {
Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ message ControllerStartResponse {
120
120
uint32 pid = 2 ;
121
121
google.protobuf.Timestamp created_at = 3 ;
122
122
map <string , string > labels = 4 ;
123
+ string address = 5 ;
124
+ uint32 version = 6 ;
125
+ string protocol = 7 ;
123
126
}
124
127
125
128
message ControllerPlatformRequest {
@@ -163,6 +166,9 @@ message ControllerStatusResponse {
163
166
google.protobuf.Timestamp created_at = 5 ;
164
167
google.protobuf.Timestamp exited_at = 6 ;
165
168
google.protobuf.Any extra = 7 ;
169
+ string address = 8 ;
170
+ uint32 version = 9 ;
171
+ string protocol = 10 ;
166
172
}
167
173
168
174
message ControllerShutdownRequest {
You can’t perform that action at this time.
0 commit comments