Merge pull request #805 from roycaihw/release-10.0
Re-generate client for 10.0.0a1 release
This commit is contained in:
commit
fa423cb6d0
@ -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:
|
||||
|
||||
- API version: v1.14.1
|
||||
- Package version: 10.0.0-snapshot
|
||||
- Package version: 10.0.0a1
|
||||
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
||||
|
||||
## Requirements.
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
__project__ = 'kubernetes'
|
||||
# The version is auto-updated. Please do not edit.
|
||||
__version__ = "10.0.0-snapshot"
|
||||
__version__ = "10.0.0a1"
|
||||
|
||||
import kubernetes.client
|
||||
import kubernetes.config
|
||||
|
||||
@ -73,7 +73,7 @@ class ApiClient(object):
|
||||
self.default_headers[header_name] = header_value
|
||||
self.cookie = cookie
|
||||
# Set default User-Agent.
|
||||
self.user_agent = 'Swagger-Codegen/10.0.0-snapshot/python'
|
||||
self.user_agent = 'Swagger-Codegen/10.0.0a1/python'
|
||||
|
||||
def __del__(self):
|
||||
if self._pool:
|
||||
|
||||
@ -240,5 +240,5 @@ class Configuration(with_metaclass(TypeWithDefault, object)):
|
||||
"OS: {env}\n"\
|
||||
"Python Version: {pyversion}\n"\
|
||||
"Version of the API: v1.14.1\n"\
|
||||
"SDK Package Version: 10.0.0-snapshot".\
|
||||
"SDK Package Version: 10.0.0a1".\
|
||||
format(env=sys.platform, pyversion=sys.version)
|
||||
|
||||
@ -18,13 +18,13 @@ import sys
|
||||
KUBERNETES_BRANCH = "release-1.14"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "10.0.0-snapshot"
|
||||
CLIENT_VERSION = "10.0.0a1"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
# Stage of development, mainly used in setup.py's classifiers.
|
||||
DEVELOPMENT_STATUS = "4 - Beta"
|
||||
DEVELOPMENT_STATUS = "3 - Alpha"
|
||||
|
||||
|
||||
# If called directly, return the constant value given
|
||||
|
||||
4
setup.py
4
setup.py
@ -16,9 +16,9 @@ from setuptools import setup
|
||||
|
||||
# Do not edit these constants. They will be updated automatically
|
||||
# by scripts/update-client.sh.
|
||||
CLIENT_VERSION = "10.0.0-snapshot"
|
||||
CLIENT_VERSION = "10.0.0a1"
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
DEVELOPMENT_STATUS = "4 - Beta"
|
||||
DEVELOPMENT_STATUS = "3 - Alpha"
|
||||
|
||||
# To install the library, run the following
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user