File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Problems and issues
4
+ title : ' '
5
+ labels : kind/bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- STOP
11
+
12
+ * If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
13
+ * If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
14
+ * If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
15
+
16
+ -->
17
+
18
+ /kind bug
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : kind/feature
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- STOP
11
+
12
+ * If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
13
+ * If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
14
+ * If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
15
+
16
+ -->
17
+
18
+ /kind feature
You can’t perform that action at this time.
0 commit comments