File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!--
4
4
Add one of the following kinds:
5
-
6
- /kind api-change
7
5
/kind bug
6
+ /kind feature
7
+ /kind documentation
8
8
/kind cleanup
9
+
10
+ Optionally add one or more of the following kinds if applicable:
11
+ /kind api-change
9
12
/kind deprecation
10
- /kind design
11
- /kind documentation
12
13
/kind failing-test
13
- /kind feature
14
14
/kind flake
15
+ /kind regression
15
16
16
17
-->
17
18
18
19
** What this PR does / why we need it** :
19
20
20
21
** Which issue(s) this PR fixes** :
22
+ <!--
23
+ *Automatically closes linked issue when PR is merged.
24
+ Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.*
25
+ -->
21
26
Fixes #
22
27
28
+ <!--
29
+ *Optionally link to the umbrella issue if this PR resolves part of it.
30
+ Usage: `Part of #<issue number>`, or `Part of (paste link of issue)`.*
31
+ Part of #
32
+ -->
33
+
23
34
** Special notes for your reviewer** :
35
+ <!--
36
+ Such as a test report of this PR.
37
+ -->
24
38
25
39
** Does this PR introduce a user-facing change?** :
26
40
<!--
27
41
If no, just write "NONE" in the release-note block below.
28
42
If yes, a release note is required.
43
+ Some brief examples of release notes:
44
+ 1. `karmada-controller-manager`: Fixed the issue that xxx
45
+ 2. `karmada-scheduler`: The deprecated flag `--xxx` now has been removed. Users of this flag should xxx.
46
+ 3. `API Change`: Introduced `spec.<field>` to the PropagationPolicy API for xxx.
29
47
-->
30
48
``` release-note
31
49
You can’t perform that action at this time.
0 commit comments