Skip to content

Commit bc1a642

Browse files
marked as implementable
1 parent d28bffe commit bc1a642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ type ResourceStatus struct {
134134
// allow to extend this struct in future with the overall health fields or things like Device Plugin version
135135
}
136136
137-
// ResourceID is calculated based on source of this resource health information.
137+
// ResourceID is calculated based on the source of this resource health information.
138138
// For DevicePlugin:
139-
// deviceplugin:Device.ID, where Device.ID 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
139+
// 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:
142142
// 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.

keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
owning-sig: sig-node
66
participating-sigs:
77
- sig-node
8-
status: provisional #|implementable|implemented|deferred|rejected|withdrawn|replaced
8+
status: implementable #provisional|X|implemented|deferred|rejected|withdrawn|replaced
99
creation-date: 2024-05-31
1010
reviewers:
1111
- "@ffromani"

0 commit comments

Comments
 (0)