Files
kubernetes/pkg
Humble Devassy Chirammal 902c652ccb Record proper orphaned pod cleanup error based on the system call
The code actually calls os.Remove(), not rmdir(). The error message
should accurately reflect the operation being performed.
os.Remove() can remove both files and directories, while rmdir()
only removes directories

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2025-11-01 11:35:27 +05:30
..
2025-10-20 18:52:54 +00:00
2025-10-30 17:28:42 +00:00
2025-10-10 23:51:05 +08:00