Skip to content

Commit

Permalink
Generate client 19.0.0-snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
  • Loading branch information
palnabarun committed Nov 13, 2020
1 parent 1d6e1a8 commit df5e83d
Show file tree
Hide file tree
Showing 1,036 changed files with 71,969 additions and 134,598 deletions.
2 changes: 1 addition & 1 deletion kubernetes/.openapi-generator/swagger.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
04859ba873ac89c62207ee4a60256edc321314c7d8521c5fd7fba41a1290d637
0207c34bcb3273791113a05aaf332a849628069fc5bf5702651652e4cbd0f531
402 changes: 110 additions & 292 deletions kubernetes/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__project__ = 'kubernetes'
# The version is auto-updated. Please do not edit.
__version__ = "17.0.0-snapshot"
__version__ = "19.0.0-snapshot"

import kubernetes.client
import kubernetes.config
Expand Down
184 changes: 55 additions & 129 deletions kubernetes/client/__init__.py

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions kubernetes/client/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
from kubernetes.client.api.apis_api import ApisApi
from kubernetes.client.api.apps_api import AppsApi
from kubernetes.client.api.apps_v1_api import AppsV1Api
from kubernetes.client.api.apps_v1beta1_api import AppsV1beta1Api
from kubernetes.client.api.apps_v1beta2_api import AppsV1beta2Api
from kubernetes.client.api.auditregistration_api import AuditregistrationApi
from kubernetes.client.api.auditregistration_v1alpha1_api import AuditregistrationV1alpha1Api
from kubernetes.client.api.authentication_api import AuthenticationApi
from kubernetes.client.api.authentication_v1_api import AuthenticationV1Api
from kubernetes.client.api.authentication_v1beta1_api import AuthenticationV1beta1Api
Expand All @@ -34,6 +30,7 @@
from kubernetes.client.api.batch_v1beta1_api import BatchV1beta1Api
from kubernetes.client.api.batch_v2alpha1_api import BatchV2alpha1Api
from kubernetes.client.api.certificates_api import CertificatesApi
from kubernetes.client.api.certificates_v1_api import CertificatesV1Api
from kubernetes.client.api.certificates_v1beta1_api import CertificatesV1beta1Api
from kubernetes.client.api.coordination_api import CoordinationApi
from kubernetes.client.api.coordination_v1_api import CoordinationV1Api
Expand All @@ -44,6 +41,7 @@
from kubernetes.client.api.discovery_api import DiscoveryApi
from kubernetes.client.api.discovery_v1beta1_api import DiscoveryV1beta1Api
from kubernetes.client.api.events_api import EventsApi
from kubernetes.client.api.events_v1_api import EventsV1Api
from kubernetes.client.api.events_v1beta1_api import EventsV1beta1Api
from kubernetes.client.api.extensions_api import ExtensionsApi
from kubernetes.client.api.extensions_v1beta1_api import ExtensionsV1beta1Api
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/admissionregistration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
38 changes: 29 additions & 9 deletions kubernetes/client/api/admissionregistration_v1_api.py

Large diffs are not rendered by default.

38 changes: 29 additions & 9 deletions kubernetes/client/api/admissionregistration_v1beta1_api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kubernetes/client/api/apiextensions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
20 changes: 15 additions & 5 deletions kubernetes/client/api/apiextensions_v1_api.py

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions kubernetes/client/api/apiextensions_v1beta1_api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kubernetes/client/api/apiregistration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
20 changes: 15 additions & 5 deletions kubernetes/client/api/apiregistration_v1_api.py

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions kubernetes/client/api/apiregistration_v1beta1_api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kubernetes/client/api/apis_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/apps_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
137 changes: 106 additions & 31 deletions kubernetes/client/api/apps_v1_api.py

Large diffs are not rendered by default.

5,658 changes: 0 additions & 5,658 deletions kubernetes/client/api/apps_v1beta1_api.py

This file was deleted.

9,234 changes: 0 additions & 9,234 deletions kubernetes/client/api/apps_v1beta2_api.py

This file was deleted.

142 changes: 0 additions & 142 deletions kubernetes/client/api/auditregistration_api.py

This file was deleted.

2 changes: 1 addition & 1 deletion kubernetes/client/api/authentication_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/authentication_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/authentication_v1beta1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/authorization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/authorization_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/authorization_v1beta1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/client/api/autoscaling_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.17
The version of the OpenAPI document: release-1.19
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit df5e83d

Please sign in to comment.