Files
kubernetes/pkg
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
..
2020-02-08 12:30:21 -05:00
2020-03-05 14:59:46 -08:00
2020-02-11 16:23:31 -08:00
2019-04-15 09:45:04 +02:00
2019-08-26 09:25:39 +08:00
2019-12-13 11:56:29 -05:00