Updating dependency k8s.io/utils to version 2df71eb

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2020-05-14 17:27:32 -04:00
parent ca8ec8a623
commit 449810c785
46 changed files with 90 additions and 161 deletions

View File

@@ -56,7 +56,7 @@ func IsCorruptedMnt(err error) bool {
}
// MountInfo represents a single line in /proc/<pid>/mountinfo.
type MountInfo struct {
type MountInfo struct { // nolint: golint
// Unique ID for the mount (maybe reused after umount).
ID int
// The ID of the parent mount (or of self for the root of this mount namespace's mount tree).