fix golint issue for pkg/volume/util

This commit is contained in:
Cheng Pan
2018-09-10 21:22:15 +00:00
parent 26403b758b
commit a5c4f341d7
10 changed files with 25 additions and 23 deletions

View File

@@ -17,9 +17,9 @@ limitations under the License.
package util
const (
// Name of finalizer on PVCs that have a running pod.
// PVCProtectionFinalizer is the name of finalizer on PVCs that have a running pod.
PVCProtectionFinalizer = "kubernetes.io/pvc-protection"
// Name of finalizer on PVs that are bound by PVCs
// PVProtectionFinalizer is the name of finalizer on PVs that are bound by PVCs
PVProtectionFinalizer = "kubernetes.io/pv-protection"
)