mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Improve test coverage: pkg/api/persistentvolume
This commit is contained in:
parent
7046fc258d
commit
7319114cdd
@ -76,6 +76,13 @@ func TestDropDisabledFields(t *testing.T) {
|
|||||||
oldSpec: specWithCSISecrets(nil),
|
oldSpec: specWithCSISecrets(nil),
|
||||||
expectOldSpec: specWithCSISecrets(nil),
|
expectOldSpec: specWithCSISecrets(nil),
|
||||||
},
|
},
|
||||||
|
"disabled csi expansion clears secrets when old pv did not had secrets": {
|
||||||
|
csiExpansionEnabled: false,
|
||||||
|
newSpec: specWithCSISecrets(secretRef),
|
||||||
|
expectNewSpec: specWithCSISecrets(nil),
|
||||||
|
oldSpec: specWithCSISecrets(nil),
|
||||||
|
expectOldSpec: specWithCSISecrets(nil),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for name, tc := range tests {
|
for name, tc := range tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user