Skip to content

Commit b44559b

Browse files
James DeFelicejdef
authored andcommitted
spec: rebase field numbers for v1
The spec package name was recently changed to v1, providing us the chance to properly number message fields starting from 1. * ControllerGetCapabilitiesResponse * GetPluginCapabilitiesResponse
1 parent 163d542 commit b44559b

File tree

3 files changed

+271
-271
lines changed

3 files changed

+271
-271
lines changed

csi.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ message GetPluginCapabilitiesRequest {
107107
message GetPluginCapabilitiesResponse {
108108
// All the capabilities that the controller service supports. This
109109
// field is OPTIONAL.
110-
repeated PluginCapability capabilities = 2;
110+
repeated PluginCapability capabilities = 1;
111111
}
112112

113113
// Specifies a capability of the plugin.
@@ -798,7 +798,7 @@ message ControllerGetCapabilitiesRequest {
798798
message ControllerGetCapabilitiesResponse {
799799
// All the capabilities that the controller service supports. This
800800
// field is OPTIONAL.
801-
repeated ControllerServiceCapability capabilities = 2;
801+
repeated ControllerServiceCapability capabilities = 1;
802802
}
803803

804804
// Specifies a capability of the controller service.

0 commit comments

Comments
 (0)