Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newFileTypeChecker (0.17 sec)

  1. pkg/volume/hostpath/host_path.go

    	return ftc.path
    }
    
    func newFileTypeChecker(path string, hu hostutil.HostUtils) hostPathTypeChecker {
    	return &fileTypeChecker{path: path, hu: hu}
    }
    
    // checkType checks whether the given path is the exact pathType
    func checkType(path string, pathType *v1.HostPathType, hu hostutil.HostUtils) error {
    	return checkTypeInternal(newFileTypeChecker(path, hu), pathType)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top