typo fixed

This commit is contained in:
lala123912 2021-02-25 17:44:15 +08:00
parent 27c89b9aec
commit 652f8fd3e9

View File

@ -34,7 +34,7 @@ import (
var _ = SIGDescribe("Kubelet Volume Manager", func() {
f := framework.NewDefaultFramework("kubelet-volume-manager")
ginkgo.Describe("Volume Manager", func() {
ginkgo.Context("On terminatation of pod with memory backed volume", func() {
ginkgo.Context("On termination of pod with memory backed volume", func() {
ginkgo.It("should remove the volume from the node [NodeConformance]", func() {
var (
memoryBackedPod *v1.Pod