Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a991bd5

Browse filesBrowse files
committed
create 0.0.0a5 client
1 parent aff2e09 commit a991bd5
Copy full SHA for a991bd5

File tree

6 files changed

+6
-6
lines changed
Filter options

6 files changed

+6
-6
lines changed

‎kubernetes/README.md

Copy file name to clipboardExpand all lines: kubernetes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v1.14.11
7-
- Package version: 0.0.0a4
7+
- Package version: 0.0.0a5
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

‎kubernetes/__init__.py

Copy file name to clipboardExpand all lines: kubernetes/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "0.0.0a4"
17+
__version__ = "0.0.0a5"
1818

1919
import kubernetes.client
2020
import kubernetes.config

‎kubernetes/client/api_client.py

Copy file name to clipboardExpand all lines: kubernetes/client/api_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/0.0.0a4/python'
77+
self.user_agent = 'Swagger-Codegen/0.0.0a5/python'
7878

7979
def __enter__(self):
8080
return self

‎kubernetes/client/configuration.py

Copy file name to clipboardExpand all lines: kubernetes/client/configuration.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ def to_debug_report(self):
240240
"OS: {env}\n"\
241241
"Python Version: {pyversion}\n"\
242242
"Version of the API: v1.14.11\n"\
243-
"SDK Package Version: 0.0.0a4".\
243+
"SDK Package Version: 0.0.0a5".\
244244
format(env=sys.platform, pyversion=sys.version)

‎scripts/constants.py

Copy file name to clipboardExpand all lines: scripts/constants.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "release-1.14"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "0.0.0a4"
21+
CLIENT_VERSION = "0.0.0a5"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "0.0.0a4"
19+
CLIENT_VERSION = "0.0.0a5"
2020
PACKAGE_NAME = "kubernetes"
2121
DEVELOPMENT_STATUS = "3 - Alpha"
2222

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.