...
1<!-- Thanks for sending a pull request! Here are some tips for you:
2
31. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
42. 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:
5https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label
63. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
74. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
85. 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
13<!--
14Add one of the following kinds:
15/kind bug
16/kind cleanup
17/kind documentation
18/kind feature
19
20Optionally add one or more of the following kinds if applicable:
21/kind api-change
22/kind deprecation
23/kind failing-test
24/kind flake
25/kind regression
26-->
27
28#### What this PR does / why we need it:
29
30#### Which issue(s) this PR fixes:
31<!--
32*Automatically closes linked issue when PR is merged.
33Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
34_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
35-->
36Fixes #
37
38#### Special notes for your reviewer:
39
40#### Does this PR introduce a user-facing change?
41<!--
42If no, just write "NONE" in the release-note block below.
43If yes, a release note is required:
44Enter 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".
45
46For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md
47-->
48```release-note
49
50```
51
52#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
53
54<!--
55This section can be blank if this pull request does not require a release note.
56
57When adding links which point to resources within git repositories, like
58KEPs or supporting documentation, please reference a specific commit and avoid
59linking directly to the master branch. This ensures that links reference a
60specific point in time, rather than a document that may change over time.
61
62See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
63
64Please use the following format for linking documentation:
65- [KEP]: <link>
66- [Usage]: <link>
67- [Other doc]: <link>
68-->
69```docs
70
71```
View as plain text