We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80856c commit 9e44f04Copy full SHA for 9e44f04
spec.md
@@ -1671,8 +1671,8 @@ message ControllerModifyVolumeRequest {
1671
// section on how to use this field.
1672
map<string, string> secrets = 2 [(csi_secret) = true];
1673
1674
- // Plugin specific parameters to apply, passed in as opaque key-value
1675
- // pairs. This field is REQUIRED. The Plugin is responsible for
+ // Plugin specific volume attributes to mutate, passed in as opaque key-value pairs.
+ // This field is REQUIRED. The Plugin is responsible for
1676
// parsing and validating these parameters. COs will treat these
1677
// as opaque. The CO SHOULD specify the intended values of all mutable
1678
// parameters it intends to modify. SPs MUST NOT modify volumes based
0 commit comments