Skip to content

refactor: Flatten Flow Control inter-flow policy plugin directory structure#1841

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
LukeAVanDrie:refactor/fc-interflow-plugin
Nov 24, 2025
Merged

refactor: Flatten Flow Control inter-flow policy plugin directory structure#1841
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
LukeAVanDrie:refactor/fc-interflow-plugin

Conversation

@LukeAVanDrie
Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

This PR flattens the directory structure for InterFlowDispatchPolicy plugin implementations within pkg/epp/flowcontrol/framework/plugins/policies/interflow/dispatch/.... Specifically, it moves everything directly into a new pkg/epp/flowcontrol/framework/plugins/interflow package, removing the need for separate subdirectories and two redundant layers of nesting. This simplifies import paths and the overall project layout.

This is a no-op refactoring to improve code organization.

Which issue(s) this PR fixes:

Tracks #1794

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Nov 8, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 8, 2025

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

Name Link
🔨 Latest commit 87c188f
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/6924d1c51fac5200089f7612
😎 Deploy Preview https://deploy-preview-1841--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 Nov 8, 2025
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 8, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @LukeAVanDrie. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 8, 2025
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 15, 2025
@kfswain
Copy link
Copy Markdown
Collaborator

kfswain commented Nov 20, 2025

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 20, 2025
Moves inter-flow policy implementations directly into the
`plugins/interflow` package, removing the unnecessary nested
directories.

This simplifies the import paths and project structure.

This is a no-op refactoring.
@LukeAVanDrie LukeAVanDrie force-pushed the refactor/fc-interflow-plugin branch from 846cbcf to 87c188f Compare November 24, 2025 21:44
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 24, 2025
@kfswain
Copy link
Copy Markdown
Collaborator

kfswain commented Nov 24, 2025

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 24, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kfswain, LukeAVanDrie

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

The pull request process is described 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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 24, 2025
@k8s-ci-robot k8s-ci-robot merged commit f56f623 into kubernetes-sigs:main Nov 24, 2025
12 checks passed
elevran pushed a commit to llm-d/llm-d-inference-scheduler that referenced this pull request Apr 23, 2026
…y-api-inference-extension#1841)

Moves inter-flow policy implementations directly into the
`plugins/interflow` package, removing the unnecessary nested
directories.

This simplifies the import paths and project structure.

This is a no-op refactoring.
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. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants