Kueue: Add relational navigation - #1131
Open
Utkarshpandey0001 wants to merge 4 commits into
Open
Conversation
Utkarshpandey0001
requested review from
ashu8912,
illume,
joaquimrocha,
skoeva,
sniok,
vyncent-t and
yolossn
as code owners
August 11, 2026 15:54
Signed-off-by: Utkarshpandey0001 <rajutkarshpandey2003@gmail.com>
Signed-off-by: Utkarshpandey0001 <rajutkarshpandey2003@gmail.com>
Signed-off-by: Utkarshpandey0001 <rajutkarshpandey2003@gmail.com>
Utkarshpandey0001
force-pushed
the
kueue-relational-navigation
branch
from
August 11, 2026 16:20
5027289 to
5af382a
Compare
Signed-off-by: Utkarshpandey0001 <rajutkarshpandey2003@gmail.com>
Utkarshpandey0001
force-pushed
the
kueue-relational-navigation
branch
from
August 15, 2026 12:55
8b6893e to
f38df0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds relational navigation between Kueue resources, completing the core navigation flow:
ClusterQueue → LocalQueues → Workloads
Operators can now inspect the resources associated with a queue directly from its detail page instead of manually searching for them across separate views.
Changes
Added a Related LocalQueues table to the ClusterQueue detail page.
Added a Related Workloads table to the ClusterQueue detail page.
Added a Related Workloads table to the LocalQueue detail page.
Made LocalQueue and Workload names clickable for direct navigation to their detail pages.
Added namespace-aware filtering for namespaced resources.
Included both:
Reused the existing Headlamp table and navigation patterns for consistent UX.
Relationship flow
A ClusterQueue’s related workload list is determined using either:
This ensures that pending workloads are not omitted simply because they have not yet been admitted.
Why is this needed?
The Kueue plugin already exposes ClusterQueues, LocalQueues, and Workloads, but users previously had to locate related resources manually.
This change makes queue relationships directly inspectable and implements the relational-navigation requirement defined in the project scope.
Validation
22/22).Screenshot