mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-21 07:19:51 -04:00
Pods using DRAExtendedResource (e.g. nvidia.com/gpu) have no Spec.ResourceClaims, so ResourceClaimStatuses stays nil. The updatePod fast-path skipped AddPod when only ExtendedResourceClaimStatus changed, leaving the synthesized claim→pod→node edge out of the authorization graph. Add PodExtendedStatusEqual to the fast-path guard, matching what the scheduler event handler already does in events.go. |
||
|---|---|---|
| .. | ||
| graph.go | ||
| graph_populator.go | ||
| graph_test.go | ||
| intset.go | ||
| intset_test.go | ||
| metrics.go | ||
| node_authorizer.go | ||
| node_authorizer_test.go | ||
| OWNERS | ||