added symbolic link filetype

This commit is contained in:
2023-08-08 04:58:14 +02:00
parent b26cc0e984
commit e0155a17a2
6 changed files with 15 additions and 8 deletions

View File

@@ -56,6 +56,8 @@ public class KubernetesFileInformationResult
{
"directory" => FileType.Directory,
"regular file" => FileType.File,
"regular empty file" => FileType.File,
"symbolic link" => FileType.SymbolicLink,
_ => FileType.Unknown
};
}