Skip to content

Commit 68bae25

Browse files
committed
Update protobuf definitions
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent ca3b9b5 commit 68bae25

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/services/containers/v1/containers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ message ListContainersRequest {
134134
// filters. Expanded, containers that match the following will be
135135
// returned:
136136
//
137-
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
137+
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
138138
//
139139
// If filters is zero-length or nil, all items will be returned.
140140
repeated string filters = 1;

api/services/content/v1/content.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ message ListContentRequest {
140140
// filters. Expanded, containers that match the following will be
141141
// returned:
142142
//
143-
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
143+
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
144144
//
145145
// If filters is zero-length or nil, all items will be returned.
146146
repeated string filters = 1;

api/services/images/v1/images.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ message ListImagesRequest {
118118
// filters. Expanded, images that match the following will be
119119
// returned:
120120
//
121-
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
121+
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
122122
//
123123
// If filters is zero-length or nil, all items will be returned.
124124
repeated string filters = 1;

api/services/introspection/v1/introspection.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ message PluginsRequest {
8888
// filters. Expanded, plugins that match the following will be
8989
// returned:
9090
//
91-
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
91+
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
9292
//
9393
// If filters is zero-length or nil, all items will be returned.
9494
repeated string filters = 1;

api/services/snapshots/v1/snapshots.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ message ListSnapshotsRequest{
154154
// filters. Expanded, images that match the following will be
155155
// returned:
156156
//
157-
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
157+
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
158158
//
159159
// If filters is zero-length or nil, all items will be returned.
160160
repeated string filters = 2;

0 commit comments

Comments
 (0)