File tree Expand file tree Collapse file tree 6 files changed +407
-54
lines changed
Expand file tree Collapse file tree 6 files changed +407
-54
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments