|
| 1 | +<!-- Thanks for sending a pull request! Here are some tips for you: |
| 2 | +
|
| 3 | +1. If this is your first time contributing to a Kubernetes project, please read |
| 4 | + our contributor guidelines: |
| 5 | + https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution |
| 6 | +2. Please label this pull request according to what type of issue you are |
| 7 | + addressing, especially if this is a release targeted pull request. For |
| 8 | + reference on required PR/issue labels, read here: |
| 9 | + https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label |
| 10 | +4. If you want *faster* PR reviews, read how: |
| 11 | + https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews |
| 12 | +5. If the PR is unfinished, see how to mark it: |
| 13 | + https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests |
| 14 | +--> |
| 15 | + |
| 16 | +**What type of PR is this?** |
| 17 | +<!-- |
| 18 | +Add one of the following kinds: |
| 19 | +/kind bug |
| 20 | +/kind cleanup |
| 21 | +/kind documentation |
| 22 | +/kind feature |
| 23 | +/kind test |
| 24 | +--> |
| 25 | + |
| 26 | +**What this PR does / why we need it**: |
| 27 | + |
| 28 | +**Which issue(s) this PR fixes**: |
| 29 | +<!-- |
| 30 | +*Automatically closes linked issue when PR is merged. |
| 31 | +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
| 32 | +--> |
| 33 | +Fixes # |
| 34 | + |
| 35 | +**Does this PR introduce a user-facing change?**: |
| 36 | +<!-- |
| 37 | +If no, just write "NONE" in the release-note block below. |
| 38 | +If yes, please enter a release note below: |
| 39 | +--> |
| 40 | +```release-note |
| 41 | +
|
| 42 | +``` |
0 commit comments