Skip to content

Conversation

Frapschen
Copy link
Contributor

What type of PR is this?

This is a breaking change.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1559

Does this PR introduce a user-facing change?:

Rename prefix scorer HashBlockSize to BlockSize

Copy link

netlify bot commented Sep 18, 2025

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

Name Link
🔨 Latest commit 74e9744
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/68cbc296fdd1eb0008168dd5
😎 Deploy Preview https://deploy-preview-1613--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 Sep 18, 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 Sep 18, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @Frapschen. Thanks for your PR.

I'm waiting for a kubernetes-sigs 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.

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 Sep 18, 2025
Copy link
Contributor

@JaredTan95 JaredTan95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this is a breaking change for end users?

@nirrozenbaum
Copy link
Contributor

/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 Sep 19, 2025
@nirrozenbaum
Copy link
Contributor

It seems that this is a breaking change for end users?

Each plugin may have parameters (it’s optional).
this change rename an optional parameter of the prefix cache scorer (which is a plugin).
this is a user facing change, but not in a sense of the users that send requests to IGW. it’s a change for whoever configures the system.

/approve

this change lgtm, @liu-cong can you review to make sure it’s aligned with your intention?

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Frapschen, 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 19, 2025
@liu-cong
Copy link
Contributor

/lgtm

Thank you!

It seems that this is a breaking change for end users?

Just to add to @nirrozenbaum 's points. For this particular config, it's optional AND I expect more users to just take the default value.

But this is a great point, although we may not need to treat plugin configs as strong as CRDs, I think certain level of stability and some notification mechanism for changes is important, especially for non-optional configs, or configs that might have huge impacts. Will create an issue for that follow up.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 19, 2025
@k8s-ci-robot k8s-ci-robot merged commit f4ab8c6 into kubernetes-sigs:main Sep 19, 2025
11 checks passed
@liu-cong
Copy link
Contributor

liu-cong commented Sep 19, 2025

This is the issue to discuss future changes to plugin config #1621

@DamianSawicki
Copy link
Contributor

Thank you very much @Frapschen and @liu-cong for fixing that confusing parameter name, I appreciate it!

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. 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.

Rename prefix scorer HashBlockSize to BlockSize

6 participants