mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-25 01:07:45 +00:00
Use new size returned by nodeExpander for recording in ASOW
This commit is contained in:
@@ -162,7 +162,7 @@ func TestNodeExpander(t *testing.T) {
|
||||
ogInstance, _ := og.(*operationGenerator)
|
||||
nodeExpander := newNodeExpander(resizeOp, ogInstance.kubeClient, ogInstance.recorder)
|
||||
|
||||
_, err, expansionResponse := nodeExpander.expandOnPlugin()
|
||||
_, _, err, expansionResponse := nodeExpander.expandOnPlugin()
|
||||
|
||||
pvc = nodeExpander.pvc
|
||||
pvcStatusCap := pvc.Status.Capacity[v1.ResourceStorage]
|
||||
|
||||
Reference in New Issue
Block a user