File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Share about things that are not working as expected
4
+ labels : kind/bug
5
+
6
+ ---
7
+
8
+ ** What happened (please include outputs or screenshots)** :
9
+
10
+ ** What you expected to happen** :
11
+
12
+ ** How to reproduce it (as minimally and precisely as possible)** :
13
+
14
+ ** Anything else we need to know?** :
15
+
16
+ ** Environment** :
17
+ - Kubernetes version (` kubectl version ` ):
18
+ - OS (e.g., MacOS 10.13.6):
19
+ - Python version (` python --version ` )
20
+ - Python client version (` pip list | grep kubernetes ` )
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Documentation
3
+ about : Report any mistakes or missing information from the documentation or the examples
4
+ labels : kind/documentation
5
+
6
+ ---
7
+
8
+ ** Link to the issue (please include a link to the specific documentation or example)** :
9
+
10
+ ** Description of the issue (please include outputs or screenshots if possible)** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest a new feature for the project
4
+ labels : kind/feature
5
+
6
+ ---
7
+
8
+ ** What is the feature and why do you need it** :
9
+
10
+ ** Describe the solution you'd like to see** :
You can’t perform that action at this time.
0 commit comments