mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
@@ -357,9 +357,8 @@ type hostPathTypeChecker interface {
|
||||
}
|
||||
|
||||
type fileTypeChecker struct {
|
||||
path string
|
||||
exists bool
|
||||
hu hostutil.HostUtils
|
||||
path string
|
||||
hu hostutil.HostUtils
|
||||
}
|
||||
|
||||
func (ftc *fileTypeChecker) Exists() bool {
|
||||
|
Reference in New Issue
Block a user