mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Delete maxNumPVs and maxNumPVCs const of persistent_volume.go
This commit is contained in:
parent
9807360fe3
commit
6ba0d79c4b
@ -204,9 +204,6 @@ var _ = SIGDescribe("PersistentVolumes", func() {
|
|||||||
// in different namespaces.
|
// in different namespaces.
|
||||||
Context("with multiple PVs and PVCs all in same ns", func() {
|
Context("with multiple PVs and PVCs all in same ns", func() {
|
||||||
|
|
||||||
// define the maximum number of PVs and PVCs supported by these tests
|
|
||||||
const maxNumPVs = 10
|
|
||||||
const maxNumPVCs = 10
|
|
||||||
// scope the pv and pvc maps to be available in the AfterEach
|
// scope the pv and pvc maps to be available in the AfterEach
|
||||||
// note: these maps are created fresh in CreatePVsPVCs()
|
// note: these maps are created fresh in CreatePVsPVCs()
|
||||||
var pvols framework.PVMap
|
var pvols framework.PVMap
|
||||||
|
Loading…
Reference in New Issue
Block a user