Skip to content

Commit

Permalink
Update pkg/manager/member/pvc_resizer.go
Browse files Browse the repository at this point in the history
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
  • Loading branch information
cofyc and DanielZhangQD authored Aug 17, 2020
1 parent ea2e2c3 commit 1157008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/member/pvc_resizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1157008

Please sign in to comment.