|
| 1 | +<!-- Thanks for sending a pull request! Here are some tips for you: |
| 2 | +
|
| 3 | +1. If this is your first time contributing to Gateway API Inference Extension, please read our |
| 4 | + developer guide (https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/docs/dev.md) |
| 5 | + and our community page (https://gateway-api-inference-extension.sigs.k8s.io/contributing/). |
| 6 | +2. If this is your first time contributing to a Kubernetes project, please read |
| 7 | + our contributor guidelines: |
| 8 | + https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution |
| 9 | +3. Please label this pull request according to what type of issue you are |
| 10 | + addressing, especially if this is a release targeted pull request. For |
| 11 | + reference on required PR/issue labels, read here: |
| 12 | + https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label |
| 13 | +4. If you want *faster* PR reviews, read how: |
| 14 | + https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews |
| 15 | +5. If the PR is unfinished, see how to mark it: |
| 16 | + https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests |
| 17 | +6. If this PR is a new design proposal, please review existing design docs for guidance: |
| 18 | + https://github.com/kubernetes-sigs/gateway-api-inference-extension/tree/main/docs/proposals |
| 19 | +--> |
| 20 | + |
| 21 | +**What type of PR is this?** |
| 22 | +<!-- |
| 23 | +Add one of the following kinds: |
| 24 | +/kind bug |
| 25 | +/kind cleanup |
| 26 | +/kind documentation |
| 27 | +/kind feature |
| 28 | +/kind gep |
| 29 | +/kind test |
| 30 | +
|
| 31 | +Optionally add one or more of the following kinds if applicable: |
| 32 | +/kind deprecation |
| 33 | +/kind failing-test |
| 34 | +/kind flake |
| 35 | +/kind regression |
| 36 | +/area conformance-test |
| 37 | +/area conformance-machinery |
| 38 | +--> |
| 39 | + |
| 40 | +**What this PR does / why we need it**: |
| 41 | + |
| 42 | +**Which issue(s) this PR fixes**: |
| 43 | +<!-- |
| 44 | +*Automatically closes linked issue when PR is merged. |
| 45 | +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
| 46 | +--> |
| 47 | +Fixes # |
| 48 | + |
| 49 | +**Does this PR introduce a user-facing change?**: |
| 50 | +<!-- |
| 51 | +If no, just write "NONE" in the release-note block below. |
| 52 | +If yes, please enter a release note below: |
| 53 | +--> |
| 54 | +```release-note |
| 55 | +
|
| 56 | +``` |
0 commit comments