This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1ResourceStatus.md
Tom Neuber 9129813244
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
fix(kubernetes): temporary solution for updated k8s python client
2025-01-05 00:33:58 +01:00

1.3 KiB

V1ResourceStatus

ResourceStatus represents the status of a single resource allocated to a Pod.

Properties

Name Type Description Notes
name str Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be &quot;claim:<claim_name>/<request>&quot;. When this status is reported about a container, the &quot;claim_name&quot; and &quot;request&quot; must match one of the claims of this container.
resources list[V1ResourceHealth] List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases. [optional]

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