Skip to content

Commit 611563c

Browse files
committed
golint fix
1 parent c16d919 commit 611563c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hack/.golint_failures

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ pkg/kubelet/dockershim/network/testing
190190
pkg/kubelet/events
191191
pkg/kubelet/lifecycle
192192
pkg/kubelet/metrics
193+
pkg/kubelet/oom
193194
pkg/kubelet/pod
194195
pkg/kubelet/pod/testing
195196
pkg/kubelet/preemption

pkg/kubelet/oom/oom_watcher_unsupported.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ type oomWatcherUnsupported struct{}
2727

2828
var _ OOMWatcher = new(oomWatcherUnsupported)
2929

30+
// NewOOMWatcher creates a fake one here
3031
func NewOOMWatcher(_ record.EventRecorder) OOMWatcher {
3132
return &oomWatcherUnsupported{}
3233
}

0 commit comments

Comments
 (0)