fix golint in pkg/controller/volume/events/event.go

This commit is contained in:
pengji 2020-05-17 23:34:02 +08:00
parent 55d71532c0
commit 69999a6d54
2 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,6 @@ pkg/controller/volume/attachdetach
pkg/controller/volume/attachdetach/config/v1alpha1
pkg/controller/volume/attachdetach/statusupdater
pkg/controller/volume/attachdetach/testing
pkg/controller/volume/events
pkg/controller/volume/expand
pkg/controller/volume/persistentvolume
pkg/controller/volume/persistentvolume/config/v1alpha1

View File

@ -16,8 +16,8 @@ limitations under the License.
package events
// volume relevant event reasons
const (
// volume relevant event reasons
FailedBinding = "FailedBinding"
VolumeMismatch = "VolumeMismatch"
VolumeFailedRecycle = "VolumeFailedRecycle"