Skip to content

Commit cb8c656

Browse files
Akrogjdef
authored andcommitted
spec: Remove trailing spaces.
Spec file has a number of unnecessary trailing spaces. This patch removes them.
1 parent df56d67 commit cb8c656

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed

csi.proto

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ service Controller {
3939
returns (GetCapacityResponse) {}
4040

4141
rpc ControllerGetCapabilities (ControllerGetCapabilitiesRequest)
42-
returns (ControllerGetCapabilitiesResponse) {}
42+
returns (ControllerGetCapabilitiesResponse) {}
4343

4444
rpc CreateSnapshot (CreateSnapshotRequest)
4545
returns (CreateSnapshotResponse) {}
@@ -255,7 +255,7 @@ message VolumeCapability {
255255
// Therefore, the CO and the Plugin MUST NOT leak this information
256256
// to untrusted entities. The total size of this repeated field
257257
// SHALL NOT exceed 4 KiB.
258-
repeated string mount_flags = 2;
258+
repeated string mount_flags = 2;
259259
}
260260

261261
// Specify how a volume can be accessed.
@@ -304,12 +304,12 @@ message VolumeCapability {
304304
message CapacityRange {
305305
// Volume MUST be at least this big. This field is OPTIONAL.
306306
// A value of 0 is equal to an unspecified field value.
307-
// The value of this field MUST NOT be negative.
307+
// The value of this field MUST NOT be negative.
308308
int64 required_bytes = 1;
309309

310310
// Volume MUST not be bigger than this. This field is OPTIONAL.
311311
// A value of 0 is equal to an unspecified field value.
312-
// The value of this field MUST NOT be negative.
312+
// The value of this field MUST NOT be negative.
313313
int64 limit_bytes = 2;
314314
}
315315

@@ -318,7 +318,7 @@ message Volume {
318318
// The capacity of the volume in bytes. This field is OPTIONAL. If not
319319
// set (value of 0), it indicates that the capacity of the volume is
320320
// unknown (e.g., NFS share).
321-
// The value of this field MUST NOT be negative.
321+
// The value of this field MUST NOT be negative.
322322
int64 capacity_bytes = 1;
323323

324324
// Contains identity information for the created volume. This field is
@@ -444,7 +444,7 @@ message ListVolumesRequest {
444444
// in the subsequent `ListVolumes` call. This field is OPTIONAL. If
445445
// not specified (zero value), it means there is no restriction on the
446446
// number of entries that can be returned.
447-
// The value of this field MUST NOT be negative.
447+
// The value of this field MUST NOT be negative.
448448
int32 max_entries = 1;
449449

450450
// A token to specify where to start paginating. Set this field to
@@ -490,7 +490,7 @@ message GetCapacityResponse {
490490
// specified in the request, the Plugin SHALL take those into
491491
// consideration when calculating the available capacity of the
492492
// storage. This field is REQUIRED.
493-
// The value of this field MUST NOT be negative.
493+
// The value of this field MUST NOT be negative.
494494
int64 available_capacity = 1;
495495
}
496496
message ControllerGetCapabilitiesRequest {
@@ -697,7 +697,7 @@ message NodeStageVolumeRequest {
697697

698698
// The path to which the volume will be published. It MUST be an
699699
// absolute path in the root filesystem of the process serving this
700-
// request. The CO SHALL ensure that there is only one
700+
// request. The CO SHALL ensure that there is only one
701701
// staging_target_path per volume.
702702
// This is a REQUIRED field.
703703
string staging_target_path = 3;
@@ -747,7 +747,7 @@ message NodePublishVolumeRequest {
747747
// The path to which the device was mounted by `NodeStageVolume`.
748748
// It MUST be an absolute path in the root filesystem of the process
749749
// serving this request.
750-
// It MUST be set if the Node Plugin implements the
750+
// It MUST be set if the Node Plugin implements the
751751
// `STAGE_UNSTAGE_VOLUME` node capability.
752752
// This is an OPTIONAL field.
753753
string staging_target_path = 3;
@@ -841,7 +841,7 @@ message NodeGetInfoResponse {
841841
string node_id = 1;
842842

843843
// Maximum number of volumes that controller can publish to the node.
844-
// If value is not set or zero CO SHALL decide how many volumes of
844+
// If value is not set or zero CO SHALL decide how many volumes of
845845
// this type can be published by the controller to the node. The
846846
// plugin MUST NOT set negative values here.
847847
// This field is OPTIONAL.

0 commit comments

Comments
 (0)