Skip to content

Commit

Permalink
Update descriptions for services
Browse files Browse the repository at this point in the history
Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 committed Jun 20, 2024
1 parent a31f89c commit b3f99fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion encryptionkeyrotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ message EncryptionKeyRotateRequest {
// The path where the volume is available.
// This field is OPTIONAL
// Useful if you are implementing the RPC on CSI Driver Provisioner
// Useful if you are implementing the RPC on CSI Driver NodePlugin
string volume_path = 2;
// Plugin specific parameters passed in as opaque key-value pairs.
Expand Down
2 changes: 1 addition & 1 deletion encryptionkeyrotation/encryptionkeyrotation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message EncryptionKeyRotateRequest {

// The path where the volume is available.
// This field is OPTIONAL
// Useful if you are implementing the RPC on CSI Driver Provisioner
// Useful if you are implementing the RPC on CSI Driver NodePlugin
string volume_path = 2;

// Plugin specific parameters passed in as opaque key-value pairs.
Expand Down
3 changes: 1 addition & 2 deletions identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ message Capability {
// ENCRYPTIONKEYROTATION indicates that the CSI driver provides
// RPCs for an EncryptionKeyRotation operation.
// The presence of this capability determines whether the CSI-Addons CO
// plugin can invoke RPCs that require a volume to be staged/attached to
// the node.
// plugin can invoke RPCs for rotating the encryption key.
ENCRYPTIONKEYROTATION = 1;
}
// type contains the Type of CSI Service that the CSI driver supports.
Expand Down
3 changes: 1 addition & 2 deletions identity/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ message Capability {
// ENCRYPTIONKEYROTATION indicates that the CSI driver provides
// RPCs for an EncryptionKeyRotation operation.
// The presence of this capability determines whether the CSI-Addons CO
// plugin can invoke RPCs that require a volume to be staged/attached to
// the node.
// plugin can invoke RPCs for rotating the encryption key.
ENCRYPTIONKEYROTATION = 1;
}
// type contains the Type of CSI Service that the CSI driver supports.
Expand Down
2 changes: 1 addition & 1 deletion lib/go/encryptionkeyrotation/encryptionkeyrotation.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/go/identity/identity.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3f99fa

Please sign in to comment.