Skip to content

refactor: Flatten Flow Control intra-flow policy plugin directory structure#1840

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
LukeAVanDrie:refactor/fc-intra-flow-plugin
Dec 19, 2025
Merged

refactor: Flatten Flow Control intra-flow policy plugin directory structure#1840
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
LukeAVanDrie:refactor/fc-intra-flow-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 IntraFlowDispatchPolicy plugin implementations within pkg/epp/flowcontrol/framework/plugins/policies/intraflow/dispatch/.... Specifically, it moves everything directly into a new pkg/epp/flowcontrol/framework/plugins/intraflow 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 7, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 7, 2025

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

Name Link
🔨 Latest commit 5317928
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/6944820281ecdc0008883709
😎 Deploy Preview https://deploy-preview-1840--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 7, 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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 7, 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 intra-flow policy implementations directly into the
`plugins/intraflow` 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-intra-flow-plugin branch from a46aaa1 to 5317928 Compare December 18, 2025 22:36
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 18, 2025
@LukeAVanDrie
Copy link
Copy Markdown
Contributor Author

@kfswain Rebased and resolved conflicts. This completes the flattening of the flow control plugin directory structure (already merged for interflow and queue).

@ahg-g
Copy link
Copy Markdown
Contributor

ahg-g commented Dec 19, 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 Dec 19, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahg-g, 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 Dec 19, 2025
@k8s-ci-robot k8s-ci-robot merged commit ceddea7 into kubernetes-sigs:main Dec 19, 2025
12 checks passed
davidbreitgand pushed a commit to davidbreitgand/gateway-api-inference-extension that referenced this pull request Jan 6, 2026
Moves intra-flow policy implementations directly into the
`plugins/intraflow` package, removing the unnecessary nested
directories.

This simplifies the import paths and project structure.

This is a no-op refactoring.
elevran pushed a commit to llm-d/llm-d-inference-scheduler that referenced this pull request Apr 23, 2026
…y-api-inference-extension#1840)

Moves intra-flow policy implementations directly into the
`plugins/intraflow` 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.

4 participants