python/kubernetes/docs/V1UncountedTerminatedPods.md
2023-05-31 21:09:35 +00:00

581 B

V1UncountedTerminatedPods

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Properties

Name Type Description Notes
failed list[str] failed holds UIDs of failed Pods. [optional]
succeeded list[str] succeeded holds UIDs of succeeded Pods. [optional]

[Back to Model list] [Back to API list] [Back to README]