Merge pull request #91180 from PengJi/fix_golint_failures

fix golint errors in pkg/controller/volume/events/event
This commit is contained in:
Kubernetes Prow Robot 2020-05-25 06:27:12 -07:00 committed by GitHub
commit 779f875243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"