Skip to content

Commit 2f5c7a9

Browse files
Update keps/sig-node/4680-add-resource-health-to-pod-status/README.md
Co-authored-by: Patrick Ohly <[email protected]>
1 parent b684161 commit 2f5c7a9

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/4680-add-resource-health-to-pod-status

1 file changed

+1
-1
lines changed

keps/sig-node/4680-add-resource-health-to-pod-status/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ type ResourceStatus struct {
139139
// deviceplugin:DeviceID, where DeviceID is from the Device structure of DevicePlugin's ListAndWatchResponse type: https://github.com/kubernetes/kubernetes/blob/eda1c780543a27c078450e2f17d674471e00f494/staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1alpha/api.proto#L61-L73
140140
// DevicePlugin ID is usually a constant for the lifetime of a Node and typically can be used to uniquely identify the device on the node.
141141
// For DRA:
142-
// dra:<driver name>[/<pool name>]/<device name>: such a device can be looked up in the information published by that DRA driver to learn more about it. It is designed to be globally unique in a cluster.
142+
// dra:<driver name>/<pool name>/<device name>: such a device can be looked up in the information published by that DRA driver to learn more about it. It is designed to be globally unique in a cluster.
143143
type ResourceID string
144144
145145
type ResourceHealth struct {

0 commit comments

Comments
 (0)