Skip to content

Commit c09932f

Browse files
Merge pull request #2347 from crosbymichael/streamingapis
Add containers streaming API
2 parents d02728f + 400f16f commit c09932f

File tree

6 files changed

+407
-54
lines changed

6 files changed

+407
-54
lines changed

api/next.pb.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,17 @@ file {
11171117
json_name: "id"
11181118
}
11191119
}
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+
}
11201131
service {
11211132
name: "Containers"
11221133
method {
@@ -1129,6 +1140,12 @@ file {
11291140
input_type: ".containerd.services.containers.v1.ListContainersRequest"
11301141
output_type: ".containerd.services.containers.v1.ListContainersResponse"
11311142
}
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+
}
11321149
method {
11331150
name: "Create"
11341151
input_type: ".containerd.services.containers.v1.CreateContainerRequest"

0 commit comments

Comments
 (0)