python/kubernetes/docs/V1ResourceStatus.md
2024-08-29 21:25:25 +00:00

12 lines
778 B
Markdown

# V1ResourceStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of the resource. Must be unique within the pod and match one of the resources from the pod spec. |
**resources** | [**list[V1ResourceHealth]**](V1ResourceHealth.md) | List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition. | [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)