From 11570084eb51d32166b83e4ba54a9780ef33de44 Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Mon, 17 Aug 2020 13:52:41 +0800 Subject: [PATCH] Update pkg/manager/member/pvc_resizer.go Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> --- pkg/manager/member/pvc_resizer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/manager/member/pvc_resizer.go b/pkg/manager/member/pvc_resizer.go index ad56789a33..87452129ae 100644 --- a/pkg/manager/member/pvc_resizer.go +++ b/pkg/manager/member/pvc_resizer.go @@ -58,7 +58,7 @@ import ( // https://github.com/kubernetes/enhancements/pull/1848) to be implemented. // - If the feature `ExpandInUsePersistentVolumes` is not enabled or the volume // plugin does not support, the pod referencing the volume must be deleted and -// recreted after the `FileSystemResizePending` condition becomes true. +// recreated after the `FileSystemResizePending` condition becomes true. // - Shrinking volumes is not supported. // type PVCResizerInterface interface {