Merge pull request #99447 from lala123912/log-sanitization

typo fixed for terminatation
This commit is contained in:
Kubernetes Prow Robot
2021-03-01 19:23:58 -08:00
committed by GitHub

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