Compare commits
3 Commits
master
...
release-3.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48b6ca2b86 | ||
|
|
ead44fe80d | ||
|
|
7243e933ce |
@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
|
|||||||
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
||||||
|
|
||||||
- API version: v1.7.4
|
- API version: v1.7.4
|
||||||
- Package version: 3.0.0-snapshot
|
- Package version: 3.0.0
|
||||||
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
|||||||
@ -18,13 +18,13 @@ import sys
|
|||||||
KUBERNETES_BRANCH = "release-1.7"
|
KUBERNETES_BRANCH = "release-1.7"
|
||||||
|
|
||||||
# client version for packaging and releasing.
|
# client version for packaging and releasing.
|
||||||
CLIENT_VERSION = "3.0.0-snapshot"
|
CLIENT_VERSION = "3.0.0"
|
||||||
|
|
||||||
# Name of the release package
|
# Name of the release package
|
||||||
PACKAGE_NAME = "kubernetes"
|
PACKAGE_NAME = "kubernetes"
|
||||||
|
|
||||||
# Stage of development, mainly used in setup.py's classifiers.
|
# Stage of development, mainly used in setup.py's classifiers.
|
||||||
DEVELOPMENT_STATUS = "4 - Beta"
|
DEVELOPMENT_STATUS = "5 - Production/Stable"
|
||||||
|
|
||||||
|
|
||||||
# If called directly, return the constant value given
|
# If called directly, return the constant value given
|
||||||
|
|||||||
4
setup.py
4
setup.py
@ -16,9 +16,9 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
# Do not edit these constants. They will be updated automatically
|
# Do not edit these constants. They will be updated automatically
|
||||||
# by scripts/update-client.sh.
|
# by scripts/update-client.sh.
|
||||||
CLIENT_VERSION = "3.0.0-snapshot"
|
CLIENT_VERSION = "3.0.0"
|
||||||
PACKAGE_NAME = "kubernetes"
|
PACKAGE_NAME = "kubernetes"
|
||||||
DEVELOPMENT_STATUS = "4 - Beta"
|
DEVELOPMENT_STATUS = "5 - Production/Stable"
|
||||||
|
|
||||||
# To install the library, run the following
|
# To install the library, run the following
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user