generated client change for 11.0.0b2 release
This commit is contained in:
parent
a53fbe64a9
commit
af3afbe8ad
@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||
|
||||
- API version: v1.15.7
|
||||
- Package version: 11.0.0b1
|
||||
- Package version: 11.0.0b2
|
||||
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
||||
|
||||
## Requirements.
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
__project__ = 'kubernetes'
|
||||
# The version is auto-updated. Please do not edit.
|
||||
__version__ = "11.0.0b1"
|
||||
__version__ = "11.0.0b2"
|
||||
|
||||
import kubernetes.client
|
||||
import kubernetes.config
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
__version__ = "11.0.0b1"
|
||||
__version__ = "11.0.0b2"
|
||||
|
||||
# import apis into sdk package
|
||||
from kubernetes.client.api.admissionregistration_api import AdmissionregistrationApi
|
||||
|
||||
@ -75,7 +75,7 @@ class ApiClient(object):
|
||||
self.default_headers[header_name] = header_value
|
||||
self.cookie = cookie
|
||||
# Set default User-Agent.
|
||||
self.user_agent = 'OpenAPI-Generator/11.0.0b1/python'
|
||||
self.user_agent = 'OpenAPI-Generator/11.0.0b2/python'
|
||||
|
||||
def __del__(self):
|
||||
if self._pool:
|
||||
|
||||
@ -231,5 +231,5 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
||||
"OS: {env}\n"\
|
||||
"Python Version: {pyversion}\n"\
|
||||
"Version of the API: v1.15.7\n"\
|
||||
"SDK Package Version: 11.0.0b1".\
|
||||
"SDK Package Version: 11.0.0b2".\
|
||||
format(env=sys.platform, pyversion=sys.version)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user