Describe the bug
When pod is being deleted and in kubernetes dashboard it shows that Terminating state, then ListNamespacedPodAsync does not represent this state

Pod Status is not Terminating and its not clear where this terminating state is shown in returned data structure from kubernetes c# client

Kubernetes C# SDK Client Version
e.g. 11.0.44
Server Kubernetes Version
e.g. 1.26.6
Dotnet Runtime Version
e.g. net7
To Reproduce
Delete pod from kubernetes dashboard
Expected behavior
Some indication in returned data, that pod is terminating