|
| 1 | +<!-- Thanks for sending a pull request! Here are some tips for you: |
| 2 | +
|
| 3 | +1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide |
| 4 | +2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here: |
| 5 | +https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label |
| 6 | +3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md |
| 7 | +4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews |
| 8 | +5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests |
| 9 | +--> |
| 10 | + |
| 11 | +**What type of PR is this?** |
| 12 | +> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line: |
| 13 | +> |
| 14 | +> /kind api-change |
| 15 | +> /kind bug |
| 16 | +> /kind cleanup |
| 17 | +> /kind deprecation |
| 18 | +> /kind design |
| 19 | +> /kind documentation |
| 20 | +> /kind failing-test |
| 21 | +> /kind feature |
| 22 | +
|
| 23 | + |
| 24 | +**What this PR does / why we need it**: |
| 25 | + |
| 26 | +**Which issue(s) this PR fixes**: |
| 27 | +<!-- |
| 28 | +*Automatically closes linked issue when PR is merged. |
| 29 | +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
| 30 | +_If PR is about `bug`, please post the related issues/tests in a comment and do not use `Fixes`_* |
| 31 | +--> |
| 32 | +Fixes # |
| 33 | + |
| 34 | +**Special notes for your reviewer**: |
| 35 | + |
| 36 | +**Does this PR introduce a user-facing change?**: |
| 37 | +<!-- |
| 38 | +If no, just write "NONE" in the release-note block below. |
| 39 | +If yes, a release note is required: |
| 40 | +Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". |
| 41 | +
|
| 42 | +For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md |
| 43 | +--> |
| 44 | +```release-note |
| 45 | +
|
| 46 | +``` |
| 47 | +**Additional documentation e.g., Vue libraries, usage docs, etc.**: |
| 48 | + |
| 49 | +<!-- |
| 50 | +This section can be blank if this pull request does not require a release note. |
| 51 | +
|
| 52 | +When adding links which point to resources within git repositories, like |
| 53 | +KEPs or supporting documentation, please reference a specific commit and avoid |
| 54 | +linking directly to the master branch. This ensures that links reference a |
| 55 | +specific point in time, rather than a document that may change over time. |
| 56 | +
|
| 57 | +See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files |
| 58 | +
|
| 59 | +Please use the following format for linking documentation: |
| 60 | +- [KEP]: <link> |
| 61 | +- [Usage]: <link> |
| 62 | +- [Other doc]: <link> |
| 63 | +--> |
| 64 | +```docs |
| 65 | +
|
| 66 | +``` |
0 commit comments