File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ are normally:
24
24
- ` CLIENT_VERSION ` : Client version string. e.g. "1.0.0b1"
25
25
- ` PACKAGE_NAME ` : Package name for the generated client. e.g. "kubernetes"
26
26
27
+ Example settings file for python-client:
28
+
29
+ export KUBERNETES_BRANCH="master"
30
+ export CLIENT_VERSION="8.0.0b1"
31
+ export PACKAGE_NAME="client"
32
+
33
+ Note: For generating the client for any language, the PACKAGE_NAME should be "client".
34
+ You can use the latest version for the CLIENT_VERSION. It's displayed here for
35
+ the python-client ( https://github.com/kubernetes-client/python ), and similarly
36
+ for other language clients.
37
+
27
38
Recommended structure is to generate client in a folder called ` kubernetes ` at the root of
28
39
the client repo and put all settings in a file named ` settings ` at the root of the repo.
29
40
If you followed these recommendations, you can simply run autoupdate script anywhere inside
You can’t perform that action at this time.
0 commit comments