Merge pull request #115451 from zhucan/nodeexpandvolume-secret-e2e

e2e: add e2e test to node expand volume with secret
This commit is contained in:
Kubernetes Prow Robot
2023-03-08 07:53:12 -08:00
committed by GitHub
3 changed files with 151 additions and 0 deletions

View File

@@ -378,6 +378,7 @@ type MockCSICall struct {
Method string
Request struct {
VolumeContext map[string]string `json:"volume_context"`
Secret map[string]string `json:"secret"`
}
FullError struct {
Code codes.Code `json:"code"`