Update protobuf definitions
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
ca3b9b50fe
commit
68bae258a3
@ -134,7 +134,7 @@ message ListContainersRequest {
|
|||||||
// filters. Expanded, containers that match the following will be
|
// filters. Expanded, containers that match the following will be
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
||||||
//
|
//
|
||||||
// If filters is zero-length or nil, all items will be returned.
|
// If filters is zero-length or nil, all items will be returned.
|
||||||
repeated string filters = 1;
|
repeated string filters = 1;
|
||||||
|
@ -140,7 +140,7 @@ message ListContentRequest {
|
|||||||
// filters. Expanded, containers that match the following will be
|
// filters. Expanded, containers that match the following will be
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
||||||
//
|
//
|
||||||
// If filters is zero-length or nil, all items will be returned.
|
// If filters is zero-length or nil, all items will be returned.
|
||||||
repeated string filters = 1;
|
repeated string filters = 1;
|
||||||
|
@ -118,7 +118,7 @@ message ListImagesRequest {
|
|||||||
// filters. Expanded, images that match the following will be
|
// filters. Expanded, images that match the following will be
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
||||||
//
|
//
|
||||||
// If filters is zero-length or nil, all items will be returned.
|
// If filters is zero-length or nil, all items will be returned.
|
||||||
repeated string filters = 1;
|
repeated string filters = 1;
|
||||||
|
@ -88,7 +88,7 @@ message PluginsRequest {
|
|||||||
// filters. Expanded, plugins that match the following will be
|
// filters. Expanded, plugins that match the following will be
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
||||||
//
|
//
|
||||||
// If filters is zero-length or nil, all items will be returned.
|
// If filters is zero-length or nil, all items will be returned.
|
||||||
repeated string filters = 1;
|
repeated string filters = 1;
|
||||||
|
@ -154,7 +154,7 @@ message ListSnapshotsRequest{
|
|||||||
// filters. Expanded, images that match the following will be
|
// filters. Expanded, images that match the following will be
|
||||||
// returned:
|
// returned:
|
||||||
//
|
//
|
||||||
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
// filters[0] or filters[1] or ... or filters[n-1] or filters[n]
|
||||||
//
|
//
|
||||||
// If filters is zero-length or nil, all items will be returned.
|
// If filters is zero-length or nil, all items will be returned.
|
||||||
repeated string filters = 2;
|
repeated string filters = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user