Skip to content

Conversation

nirrozenbaum
Copy link
Contributor

This PR does minor structuring changes to config api -

  • removes the cmd/registry.go file which contained the "RegisterAllPlugins" function and the handle concrete implementation.
  • instead - moved the plugins registration to a function in runner file registerInTreePlugins. this change bakes the GIE plugins inside the runner without the necessity to register them when a different project would like to reuse GIE. for example in llm-d, the line to register GIE plugins would no longer be needed - https://github.com/llm-d/llm-d-inference-scheduler/blob/main/cmd/epp/main.go#L41 (we treat GIE plugins as a base set of plugins that are always shipped with GIE).
  • moved handle implementation into plugins/handle.go file which seems like the natural place for this implementation.

Signed-off-by: Nir Rozenbaum <[email protected]>
Copy link

netlify bot commented Jul 22, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit fbe8615
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/687f8572d45b07000889c229
😎 Deploy Preview https://deploy-preview-1206--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 22, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nirrozenbaum

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

The pull request process is described here

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 requested review from ahg-g and danehans July 22, 2025 12:15
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 22, 2025
Signed-off-by: Nir Rozenbaum <[email protected]>
@ahg-g
Copy link
Contributor

ahg-g commented Jul 22, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 22, 2025
@k8s-ci-robot k8s-ci-robot merged commit b50ee68 into kubernetes-sigs:main Jul 22, 2025
9 checks passed
@nirrozenbaum nirrozenbaum deleted the registry branch July 22, 2025 16:47
kfswain pushed a commit to kfswain/llm-instance-gateway that referenced this pull request Jul 31, 2025
* removed cmd/registry file

Signed-off-by: Nir Rozenbaum <[email protected]>

* register

Signed-off-by: Nir Rozenbaum <[email protected]>

---------

Signed-off-by: Nir Rozenbaum <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

3 participants