Skip to content

frontend: Add support for viewing APIServices in Cluster view#4985

Open
itvi-1234 wants to merge 1 commit intokubernetes-sigs:mainfrom
itvi-1234:feat/add-apiservice-support
Open

frontend: Add support for viewing APIServices in Cluster view#4985
itvi-1234 wants to merge 1 commit intokubernetes-sigs:mainfrom
itvi-1234:feat/add-apiservice-support

Conversation

@itvi-1234
Copy link
Copy Markdown
Contributor

@itvi-1234 itvi-1234 commented Mar 26, 2026

Summary

his PR adds support for viewing APIServices (apiregistration.k8s.io) in the Headlamp UI. This helps users debug issues where resources are stuck in a terminating state due to unavailable aggregated API services.

Related Issue

Fixes #4974

Changes

-Added APIService k8s class definition.
-Created APIService List and Details UI components.
-Registered /apiservices routes for list and details exploration.
-Added "APIServices" menu item to the Sidebar under the "Cluster" dropdown.

Steps to Test

-Navigate to the sidebar and expand the "Cluster" menu.
-Click on "APIServices" to see the list.
-Check that the columns show Name, Service, Available (status), and Age.
-Click on an entry to view the detailed resource view and conditions.

Screenshots (if applicable)

Screencast.from.2026-03-26.11-26-12.mp4

@k8s-ci-robot k8s-ci-robot requested review from illume and yolossn March 26, 2026 05:59
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: itvi-1234
Once this PR has been reviewed and has the lgtm label, please assign yolossn for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: show "apiservices"

2 participants