File tree 6 files changed +407
-54
lines changed
6 files changed +407
-54
lines changed Original file line number Diff line number Diff line change @@ -1117,6 +1117,17 @@ file {
1117
1117
json_name: "id"
1118
1118
}
1119
1119
}
1120
+ message_type {
1121
+ name: "ListContainerMessage"
1122
+ field {
1123
+ name: "container"
1124
+ number: 1
1125
+ label: LABEL_OPTIONAL
1126
+ type: TYPE_MESSAGE
1127
+ type_name: ".containerd.services.containers.v1.Container"
1128
+ json_name: "container"
1129
+ }
1130
+ }
1120
1131
service {
1121
1132
name: "Containers"
1122
1133
method {
@@ -1129,6 +1140,12 @@ file {
1129
1140
input_type: ".containerd.services.containers.v1.ListContainersRequest"
1130
1141
output_type: ".containerd.services.containers.v1.ListContainersResponse"
1131
1142
}
1143
+ method {
1144
+ name: "ListStream"
1145
+ input_type: ".containerd.services.containers.v1.ListContainersRequest"
1146
+ output_type: ".containerd.services.containers.v1.ListContainerMessage"
1147
+ server_streaming: true
1148
+ }
1132
1149
method {
1133
1150
name: "Create"
1134
1151
input_type: ".containerd.services.containers.v1.CreateContainerRequest"
You can’t perform that action at this time.
0 commit comments