mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
e2e: remove extra spaces
This commit is contained in:
parent
8a7df72782
commit
8e66149870
@ -204,7 +204,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
|
||||
|
||||
// Create PV and pre-bound PVC that matches the PV, verify that when PV and PVC bind
|
||||
// the LastPhaseTransitionTime filed of the PV is updated.
|
||||
ginkgo.It("create a PV and a pre-bound PVC: test phase transition timestamp is set [Feature: PersistentVolumeLastPhaseTransitionTime]", func(ctx context.Context) {
|
||||
ginkgo.It("create a PV and a pre-bound PVC: test phase transition timestamp is set [Feature:PersistentVolumeLastPhaseTransitionTime]", func(ctx context.Context) {
|
||||
pv, pvc, err = e2epv.CreatePVPVC(ctx, c, f.Timeouts, pvConfig, pvcConfig, ns, true)
|
||||
framework.ExpectNoError(err)
|
||||
|
||||
@ -224,7 +224,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
|
||||
// Create PV and pre-bound PVC that matches the PV, verify that when PV and PVC bind
|
||||
// the LastPhaseTransitionTime field of the PV is set, then delete the PVC to change PV phase to
|
||||
// released and validate PV LastPhaseTransitionTime correctly updated timestamp.
|
||||
ginkgo.It("create a PV and a pre-bound PVC: test phase transition timestamp multiple updates [Feature: PersistentVolumeLastPhaseTransitionTime]", func(ctx context.Context) {
|
||||
ginkgo.It("create a PV and a pre-bound PVC: test phase transition timestamp multiple updates [Feature:PersistentVolumeLastPhaseTransitionTime]", func(ctx context.Context) {
|
||||
pv, pvc, err = e2epv.CreatePVPVC(ctx, c, f.Timeouts, pvConfig, pvcConfig, ns, true)
|
||||
framework.ExpectNoError(err)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user