Files
c/kubernetes/docs/v1_resource_status.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

775 B

v1_resource_status_t

Properties

Name Type Description Notes
name char * Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
resources list_t * 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] [Back to API list] [Back to README]