Skip to content

Commit 64302a3

Browse files
committed
Add when Get() returns error
Signed-off-by: Swati Gupta <[email protected]>
1 parent 2402b80 commit 64302a3

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/3695-pod-resources-for-dra

1 file changed

+1
-1
lines changed

keps/sig-node/3695-pod-resources-for-dra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ to allow querying specific pods for their allocated resources.
107107
returns the list of PodResources for *all* pods across *all* namespaces in the
108108
cluster). That is, it allows one to specify a specific pod and namespace to
109109
retrieve PodResources from, rather than having to query all of them all at
110-
once.
110+
once. `Get()` returns error if the pod is known to the kubelet, but is terminated.
111111

112112
The full PodResources API (including our proposed extensions) can be seen below:
113113

0 commit comments

Comments
 (0)