Skip to content

Commit 779f875

Browse files
authored
Merge pull request kubernetes#91180 from PengJi/fix_golint_failures
fix golint errors in pkg/controller/volume/events/event
2 parents d66bbd8 + 69999a6 commit 779f875

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hack/.golint_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pkg/controller/volume/attachdetach
8989
pkg/controller/volume/attachdetach/config/v1alpha1
9090
pkg/controller/volume/attachdetach/statusupdater
9191
pkg/controller/volume/attachdetach/testing
92-
pkg/controller/volume/events
9392
pkg/controller/volume/expand
9493
pkg/controller/volume/persistentvolume
9594
pkg/controller/volume/persistentvolume/config/v1alpha1

pkg/controller/volume/events/event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ limitations under the License.
1616

1717
package events
1818

19+
// volume relevant event reasons
1920
const (
20-
// volume relevant event reasons
2121
FailedBinding = "FailedBinding"
2222
VolumeMismatch = "VolumeMismatch"
2323
VolumeFailedRecycle = "VolumeFailedRecycle"

0 commit comments

Comments
 (0)