kubernetes/pkg/util/rlimit
Steve Azzopardi 4936cd476b
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
2020-04-14 21:00:41 +02:00
..
BUILD hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
rlimit_linux.go Fix golint issues for pkg/util/rlimit 2020-04-14 21:00:41 +02:00
rlimit_unsupported.go Fix golint issues for pkg/util/rlimit 2020-04-14 21:00:41 +02:00