Bump k8s.io/utils to 6e3d28 to pick up nested trace

This commit is contained in:
Joe Betz
2020-06-19 10:17:13 -07:00
parent 8815a1da59
commit 52838be7b2
35 changed files with 320 additions and 114 deletions

2
vendor/k8s.io/utils/path/file.go generated vendored
View File

@@ -30,7 +30,7 @@ const (
// the symlink exists.
CheckFollowSymlink LinkTreatment = iota
// CheckSymlinkOnly does not follow the symlink and verfies only that they
// CheckSymlinkOnly does not follow the symlink and verifies only that they
// symlink itself exists.
CheckSymlinkOnly
)