@@ -476,7 +476,6 @@ message CreateVolumeRequest {
476
476
// users to pass through the required credentials. This information is
477
477
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
478
478
// This field is OPTIONAL.
479
- // The total bytes this field must be less than 1 Mebibyte.
480
479
map<string, string> user_credentials = 6;
481
480
}
482
481
@@ -626,7 +625,6 @@ message DeleteVolumeRequest {
626
625
// users to pass through the required credentials. This information is
627
626
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
628
627
// This field is OPTIONAL.
629
- // The total bytes this field must be less than 1 Mebibyte.
630
628
map<string, string> user_credentials = 3;
631
629
}
632
630
@@ -693,7 +691,6 @@ message ControllerPublishVolumeRequest {
693
691
// users to pass through the required credentials. This information is
694
692
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
695
693
// This field is OPTIONAL.
696
- // The total bytes this field must be less than 1 Mebibyte.
697
694
map<string, string> user_credentials = 6;
698
695
699
696
// Attributes of the volume to be used on a node. This field is
@@ -768,7 +765,6 @@ message ControllerUnpublishVolumeRequest {
768
765
// users to pass through the required credentials. This information is
769
766
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
770
767
// This field is OPTIONAL.
771
- // The total bytes this field must be less than 1 Mebibyte.
772
768
map<string, string> user_credentials = 4;
773
769
}
774
770
@@ -1048,7 +1044,6 @@ message NodePublishVolumeRequest {
1048
1044
// users to pass through the required credentials. This information is
1049
1045
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
1050
1046
// This field is OPTIONAL.
1051
- // The total bytes this field must be less than 1 Mebibyte.
1052
1047
map<string, string> user_credentials = 7;
1053
1048
1054
1049
// Attributes of the volume to publish. This field is OPTIONAL and
@@ -1109,7 +1104,6 @@ message NodeUnpublishVolumeRequest {
1109
1104
// users to pass through the required credentials. This information is
1110
1105
// sensitive and MUST be treated as such (not logged, etc.) by the CO.
1111
1106
// This field is OPTIONAL.
1112
- // The total bytes this field must be less than 1 Mebibyte.
1113
1107
map<string, string> user_credentials = 4;
1114
1108
}
1115
1109
0 commit comments