We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2402b80 commit 64302a3Copy full SHA for 64302a3
keps/sig-node/3695-pod-resources-for-dra/README.md
@@ -107,7 +107,7 @@ to allow querying specific pods for their allocated resources.
107
returns the list of PodResources for *all* pods across *all* namespaces in the
108
cluster). That is, it allows one to specify a specific pod and namespace to
109
retrieve PodResources from, rather than having to query all of them all at
110
-once.
+once. `Get()` returns error if the pod is known to the kubelet, but is terminated.
111
112
The full PodResources API (including our proposed extensions) can be seen below:
113
0 commit comments