python/kubernetes/docs/V1UncountedTerminatedPods.md
2022-01-04 09:43:09 -08:00

13 lines
581 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)