node-readiness-controller: add initial plugin project structure and reviewers - #1303
Open
vishnukothakapu wants to merge 1 commit into
Open
vishnukothakapu wants to merge 1 commit into
vishnukothakapu wants to merge 1 commit into
Conversation
vishnukothakapu
requested review from
ashu8912,
illume,
joaquimrocha,
skoeva,
sniok,
vyncent-t and
yolossn
as code owners
September 18, 2026 18:49
vishnukothakapu
force-pushed
the
add-nrc-plugin-scaffolding
branch
2 times, most recently
from
September 18, 2026 18:55
707f752 to
20c1af3
Compare
…eviewers Signed-off-by: vishnukothakapu <vishnukothakapu27@gmail.com>
vishnukothakapu
force-pushed
the
add-nrc-plugin-scaffolding
branch
from
September 18, 2026 18:56
20c1af3 to
b24b7be
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.
What
Adds the initial plugin scaffolding and reviewers for the Node Readiness Controller (NRC) Headlamp plugin.
Tracking Issues:
Why
As part of the LFX Mentorship (Fall 2026), we are developing an NRC plugin for Headlamp. This PR establishes the
node-readiness-controllerplugin directory with a basic "Hello World" route to prove compilation and installation within the Headlamp ecosystem. It also adds the mentors and mentee to theCODEOWNERSfile for this directory.This allows us to follow up with smaller, focused PRs containing the actual Rule List and Rule Detail components.
Testing
npm installruns cleanly and generates thepackage-lock.json./nrc-rulesroute and sidebar entry.