Unverified Commit 133f6626 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70408 from idealhack/fix-golint-pkg-volume-util

Fix golint error for `pkg/volume/util/resize_util.go`
parents 8e9c376c a4fff0d3
......@@ -27,7 +27,7 @@ import (
)
var (
knownResizeConditions map[v1.PersistentVolumeClaimConditionType]bool = map[v1.PersistentVolumeClaimConditionType]bool{
knownResizeConditions = map[v1.PersistentVolumeClaimConditionType]bool{
v1.PersistentVolumeClaimFileSystemResizePending: true,
v1.PersistentVolumeClaimResizing: true,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment