@@ -67,20 +67,9 @@ service Node {
67
67
rpc NodeGetVolumeStats (NodeGetVolumeStatsRequest )
68
68
returns (NodeGetVolumeStatsResponse ) {}
69
69
70
- // NodeGetId is being deprecated in favor of NodeGetInfo and will be
71
- // removed in CSI 1.0. Existing drivers, however, may depend on this
72
- // RPC call and hence this RPC call MUST be implemented by the CSI
73
- // plugin prior to v1.0.
74
- rpc NodeGetId (NodeGetIdRequest )
75
- returns (NodeGetIdResponse ) {
76
- option deprecated = true ;
77
- }
78
-
79
70
rpc NodeGetCapabilities (NodeGetCapabilitiesRequest )
80
71
returns (NodeGetCapabilitiesResponse ) {}
81
72
82
- // Prior to CSI 1.0 - CSI plugins MUST implement both NodeGetId and
83
- // NodeGetInfo RPC calls.
84
73
rpc NodeGetInfo (NodeGetInfoRequest )
85
74
returns (NodeGetInfoResponse ) {}
86
75
}
@@ -1093,16 +1082,6 @@ message VolumeUsage {
1093
1082
// Units by which values are measured. This field is REQUIRED.
1094
1083
Unit unit = 4 ;
1095
1084
}
1096
- message NodeGetIdRequest {
1097
- // Intentionally empty.
1098
- }
1099
-
1100
- message NodeGetIdResponse {
1101
- // The ID of the node as understood by the SP which SHALL be used by
1102
- // CO in subsequent `ControllerPublishVolume`.
1103
- // This is a REQUIRED field.
1104
- string node_id = 1 ;
1105
- }
1106
1085
message NodeGetCapabilitiesRequest {
1107
1086
// Intentionally empty.
1108
1087
}
0 commit comments