Add extra fields in node expansion CSI call

This commit is contained in:
Hemant Kumar
2020-01-08 14:38:34 -05:00
parent c53ce48d48
commit 7d6959ce2c
7 changed files with 143 additions and 46 deletions

View File

@@ -115,6 +115,9 @@ type NodeResizeOptions struct {
// it would be location where volume was mounted for the pod
DeviceMountPath string
// DeviceStagingPath stores location where the volume is staged
DeviceStagePath string
NewSize resource.Quantity
OldSize resource.Quantity