Fix golint issues for pkg/util/rlimit

pkg/util/rlimit/rlimit_linux.go:25:1: exported function RlimitNumFiles should have comment or be unexported
pkg/util/rlimit/rlimit_linux.go:25:6: func name will be used as rlimit.RlimitNumFiles by other packages, and that stutters; consider calling this NumFiles
pkg/util/rlimit/rlimit_unsupported.go:25:1: exported function RlimitNumFiles should have comment or be unexported
pkg/util/rlimit/rlimit_unsupported.go:25:6: func name will be used as rlimit.RlimitNumFiles by other packages, and that stutters; consider calling this NumFiles

Ref: https://github.com/kubernetes/kubernetes/issues/68026
This commit is contained in:
Steve Azzopardi
2020-02-25 06:58:28 +01:00
parent 105c0c6951
commit 4936cd476b
4 changed files with 5 additions and 4 deletions

View File

@@ -193,7 +193,6 @@ pkg/util/labels # See previous effort in PR #80685
pkg/util/oom
pkg/util/procfs
pkg/util/removeall
pkg/util/rlimit
pkg/util/selinux
pkg/util/taints
pkg/volume