package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

RemoveAllOneFilesystem removes the path and any children it contains, using the os.Remove function.
RemoveAllOneFilesystemCommon removes the path and any children it contains, using the provided remove function.
RemoveDirsOneFilesystem removes the path and any empty subdirectories it contains, using the syscall.Rmdir function.