diff --git a/.gitmodules b/.gitmodules index ef1933934..033de6155 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "kubernetes/base"] path = kubernetes/base - url = https://github.com/kubernetes-client/python-base + url = https://github.com/ltamaster/python-base.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae99036..828d3a795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,3 @@ -# v7.0.0b1 -**New Features:** -- Add Azure support to authentication loading [kubernetes-client/python-base#74](https://github.com/kubernetes-client/python-base/pull/74) - -# v7.0.0a1 -**Breaking Change:** -- **ACTION REQUIRED** Rename the currently being-used `async` parameter to `async_req` to support Python 3.7 because it's a reserved keyword in Python 3.7 [kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67) - -**Bug Fix:** -- Watch now properly deserializes custom resource objects and updates resource version [kubernetes-client/python-base#64](https://github.com/kubernetes-client/python-base/pull/64) -- `idp-certificate-authority-data` in kubeconfig is now optional instead of required for OIDC token refresh [kubernetes-client/python-base#69](https://github.com/kubernetes-client/python-base/pull/69) - -**API Change:** -- ApiextensionsV1beta1Api: Add PATCH and GET to custom_resource_definition_status [kubernetes/kubernetes#63619](https://github.com/kubernetes/kubernetes/pull/63619) -- ApiregistrationV1Api and ApiregistrationV1beta1Api: Add PATCH and GET to api_service_status [kubernetes/kubernetes#64063](https://github.com/kubernetes/kubernetes/pull/64063) -- CertificatesV1beta1Api: Add PATCH and GET to certificate_signing_request_status [kubernetes/kubernetes#64063](https://github.com/kubernetes/kubernetes/pull/64063) -- SchedulingV1beta1Api: Promote priority_class to beta [kubernetes/kubernetes#63100](https://github.com/kubernetes/kubernetes/pull/63100) -- PodSecurityPolicy now supports restricting hostPath volume mounts to be readOnly and under specific path prefixes [kubernetes/kubernetes#58647](https://github.com/kubernetes/kubernetes/pull/58647) -- The Sysctls experimental feature has been promoted to beta (enabled by default via the `Sysctls` feature flag). PodSecurityPolicy and Pod objects now have fields for specifying and controlling sysctls. Alpha sysctl annotations will be ignored by 1.11+ kubelets. All alpha sysctl annotations in existing deployments must be converted to API fields to be effective. [kubernetes/kubernetes#63717](https://github.com/kubernetes/kubernetes/pull/63717) -- Add CRD Versioning with NOP converter [kubernetes/kubernetes#63830](https://github.com/kubernetes/kubernetes/pull/63830) -- Volume topology aware dynamic provisioning [kubernetes/kubernetes#63233](https://github.com/kubernetes/kubernetes/pull/63233) -- Fixed incorrect OpenAPI schema for CustomResourceDefinition objects with a validation schema [kubernetes/kubernetes#65256](https://github.com/kubernetes/kubernetes/pull/65256) - -# v6.0.0 -- Config loader now supports OIDC auth [kubernetes-client/python-base#48](https://github.com/kubernetes-client/python-base/pull/48) -- Bug fix: fix expiry time checking in API token refresh [kubernetes-client/python-base#55](https://github.com/kubernetes-client/python-base/pull/55) - # v6.0.0b1 - Update to Kubernetes 1.10 cluster - Config loader now raises exception on duplicated name in kubeconfig [kubernetes-client/python-base#47](https://github.com/kubernetes-client/python-base/pull/47) diff --git a/OWNERS b/OWNERS index 646e11b90..0b1eec95f 100644 --- a/OWNERS +++ b/OWNERS @@ -2,6 +2,4 @@ approvers: - mbohlool - caesarxuchao - lavalamp - - yliaog - - roycaihw diff --git a/README.md b/README.md index 6a20ce742..15938c2a1 100644 --- a/README.md +++ b/README.md @@ -83,16 +83,15 @@ supported versions of Kubernetes clusters. #### Compatibility matrix -| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | -|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------| -| client-python 1.0 | + | ✓ | - | - |- |- | | | -| client-python 2.0 | + | + | ✓ | - |- |- | | | -| client-python 3.0 | + | + | + | ✓ |- |- | | | -| client-python 4.0 | + | + | + | + |✓ |- | | | -| client-python 5.0 | + | + | + | + |+ |✓ | | | -| client-python 6.0 | + | + | + | + |+ |+ |✓ | | -| client-python 7.0 | + | + | + | + |+ |+ |+ |✓ | -| client-python HEAD | + | + | + | + |+ |+ |+ |✓ | +| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | +|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------| +| client-python 1.0 | + | ✓ | - | - |- |- | | +| client-python 2.0 | + | + | ✓ | - |- |- | | +| client-python 3.0 | + | + | + | ✓ |- |- | | +| client-python 4.0 | + | + | + | + |✓ |- | | +| client-python 5.0 | + | + | + | + |+ |✓ | | +| client-python 6.0 | + | + | + | + |+ |+ |✓ | +| client-python HEAD | + | + | + | + |+ |+ |✓ | Key: @@ -118,9 +117,7 @@ between client-python versions. | 4.0 | Kubernetes main repo, 1.8 branch | ✓ | | 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ | | 5.0 | Kubernetes main repo, 1.9 branch | ✓ | -| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ | -| 6.0 | Kubernetes main repo, 1.10 branch | ✓ | -| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✓ | +| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✓ | Key: diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS deleted file mode 100644 index 7992f9041..000000000 --- a/SECURITY_CONTACTS +++ /dev/null @@ -1,15 +0,0 @@ -# Defined below are the security contacts for this repo. -# -# They are the contact point for the Product Security Team to reach out -# to for triaging and handling of incoming issues. -# -# The below names agree to abide by the -# [Embargo Policy](https://github.com/kubernetes/sig-release/blob/master/security-release-process-documentation/security-release-process.md#embargo-policy) -# and will be removed and replaced if they violate that agreement. -# -# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE -# INSTRUCTIONS AT https://kubernetes.io/security/ - -mbohlool -roycaihw -yliaog diff --git a/examples/exec.py b/examples/exec.py index 0fe7d5b78..2522462a7 100644 --- a/examples/exec.py +++ b/examples/exec.py @@ -1,4 +1,6 @@ +import tarfile import time +from tempfile import TemporaryFile from kubernetes import config from kubernetes.client import Configuration @@ -74,6 +76,7 @@ commands = [ "echo test1", "echo \"This message goes to stderr\" >&2", + "ls -l /etc", ] while resp.is_open(): resp.update(timeout=1) @@ -95,3 +98,65 @@ user = resp.readline_stdout(timeout=3) print("Server user is: %s" % user) resp.close() + +# Copying file client -> pod +print('copying client -> pod') +exec_command = ['tar', 'xvf', '-', '-C', '/'] +resp = stream(api.connect_get_namespaced_pod_exec, name, 'default', + command=exec_command, + stderr=True, stdin=True, + stdout=True, tty=False, + binary=True, + _preload_content=False) + +source_file = '/tmp/dash' + +with TemporaryFile() as tar_buffer: + with tarfile.open(fileobj=tar_buffer, mode='w') as tar: + tar.add(source_file) + + tar_buffer.seek(0) + commands = [] + commands.append(tar_buffer.read()) + + while resp.is_open(): + resp.update(timeout=1) + if resp.peek_stdout(): + print("STDOUT: %s" % resp.read_stdout()) + if resp.peek_stderr(): + print("STDERR: %s" % resp.read_stderr()) + if commands: + c = commands.pop(0) + resp.write_stdin(c) + else: + break + resp.close() + +# Copying file pod -> client +print('copying pod -> client') +exec_command = ['tar', 'cf', '-', '/bin/sh'] + +with TemporaryFile() as tar_buffer: + + resp = stream(api.connect_get_namespaced_pod_exec, name, 'default', + command=exec_command, + stderr=True, stdin=True, + stdout=True, tty=False, + binary=True, + _preload_content=False) + + while resp.is_open(): + resp.update(timeout=1) + if resp.peek_stdout(): + out = resp.read_stdout() + print("bytes received: %s" % len(out)) + tar_buffer.write(out) + if resp.peek_stderr(): + print("STDERR: %s" % resp.read_stderr()) + resp.close() + + tar_buffer.flush() + tar_buffer.seek(0) + + with tarfile.open(fileobj=tar_buffer, mode='r:') as tar: + print('members', tar.getmembers()) diff --git a/kubernetes/README.md b/kubernetes/README.md index 3e3c7eb18..13a4208cb 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -3,8 +3,8 @@ 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.11.1 -- Package version: 7.0.0-snapshot +- API version: v1.10.0 +- Package version: 6.0.0-snapshot - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. @@ -103,9 +103,7 @@ Class | Method | HTTP request | Description *ApiextensionsV1beta1Api* | [**get_api_resources**](docs/ApiextensionsV1beta1Api.md#get_api_resources) | **GET** /apis/apiextensions.k8s.io/v1beta1/ | *ApiextensionsV1beta1Api* | [**list_custom_resource_definition**](docs/ApiextensionsV1beta1Api.md#list_custom_resource_definition) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions | *ApiextensionsV1beta1Api* | [**patch_custom_resource_definition**](docs/ApiextensionsV1beta1Api.md#patch_custom_resource_definition) | **PATCH** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | -*ApiextensionsV1beta1Api* | [**patch_custom_resource_definition_status**](docs/ApiextensionsV1beta1Api.md#patch_custom_resource_definition_status) | **PATCH** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | *ApiextensionsV1beta1Api* | [**read_custom_resource_definition**](docs/ApiextensionsV1beta1Api.md#read_custom_resource_definition) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | -*ApiextensionsV1beta1Api* | [**read_custom_resource_definition_status**](docs/ApiextensionsV1beta1Api.md#read_custom_resource_definition_status) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | *ApiextensionsV1beta1Api* | [**replace_custom_resource_definition**](docs/ApiextensionsV1beta1Api.md#replace_custom_resource_definition) | **PUT** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | *ApiextensionsV1beta1Api* | [**replace_custom_resource_definition_status**](docs/ApiextensionsV1beta1Api.md#replace_custom_resource_definition_status) | **PUT** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | *ApiregistrationApi* | [**get_api_group**](docs/ApiregistrationApi.md#get_api_group) | **GET** /apis/apiregistration.k8s.io/ | @@ -115,9 +113,7 @@ Class | Method | HTTP request | Description *ApiregistrationV1Api* | [**get_api_resources**](docs/ApiregistrationV1Api.md#get_api_resources) | **GET** /apis/apiregistration.k8s.io/v1/ | *ApiregistrationV1Api* | [**list_api_service**](docs/ApiregistrationV1Api.md#list_api_service) | **GET** /apis/apiregistration.k8s.io/v1/apiservices | *ApiregistrationV1Api* | [**patch_api_service**](docs/ApiregistrationV1Api.md#patch_api_service) | **PATCH** /apis/apiregistration.k8s.io/v1/apiservices/{name} | -*ApiregistrationV1Api* | [**patch_api_service_status**](docs/ApiregistrationV1Api.md#patch_api_service_status) | **PATCH** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | *ApiregistrationV1Api* | [**read_api_service**](docs/ApiregistrationV1Api.md#read_api_service) | **GET** /apis/apiregistration.k8s.io/v1/apiservices/{name} | -*ApiregistrationV1Api* | [**read_api_service_status**](docs/ApiregistrationV1Api.md#read_api_service_status) | **GET** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | *ApiregistrationV1Api* | [**replace_api_service**](docs/ApiregistrationV1Api.md#replace_api_service) | **PUT** /apis/apiregistration.k8s.io/v1/apiservices/{name} | *ApiregistrationV1Api* | [**replace_api_service_status**](docs/ApiregistrationV1Api.md#replace_api_service_status) | **PUT** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | *ApiregistrationV1beta1Api* | [**create_api_service**](docs/ApiregistrationV1beta1Api.md#create_api_service) | **POST** /apis/apiregistration.k8s.io/v1beta1/apiservices | @@ -126,9 +122,7 @@ Class | Method | HTTP request | Description *ApiregistrationV1beta1Api* | [**get_api_resources**](docs/ApiregistrationV1beta1Api.md#get_api_resources) | **GET** /apis/apiregistration.k8s.io/v1beta1/ | *ApiregistrationV1beta1Api* | [**list_api_service**](docs/ApiregistrationV1beta1Api.md#list_api_service) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices | *ApiregistrationV1beta1Api* | [**patch_api_service**](docs/ApiregistrationV1beta1Api.md#patch_api_service) | **PATCH** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | -*ApiregistrationV1beta1Api* | [**patch_api_service_status**](docs/ApiregistrationV1beta1Api.md#patch_api_service_status) | **PATCH** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | *ApiregistrationV1beta1Api* | [**read_api_service**](docs/ApiregistrationV1beta1Api.md#read_api_service) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | -*ApiregistrationV1beta1Api* | [**read_api_service_status**](docs/ApiregistrationV1beta1Api.md#read_api_service_status) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | *ApiregistrationV1beta1Api* | [**replace_api_service**](docs/ApiregistrationV1beta1Api.md#replace_api_service) | **PUT** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | *ApiregistrationV1beta1Api* | [**replace_api_service_status**](docs/ApiregistrationV1beta1Api.md#replace_api_service_status) | **PUT** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | *ApisApi* | [**get_api_versions**](docs/ApisApi.md#get_api_versions) | **GET** /apis/ | @@ -380,9 +374,7 @@ Class | Method | HTTP request | Description *CertificatesV1beta1Api* | [**get_api_resources**](docs/CertificatesV1beta1Api.md#get_api_resources) | **GET** /apis/certificates.k8s.io/v1beta1/ | *CertificatesV1beta1Api* | [**list_certificate_signing_request**](docs/CertificatesV1beta1Api.md#list_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests | *CertificatesV1beta1Api* | [**patch_certificate_signing_request**](docs/CertificatesV1beta1Api.md#patch_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | -*CertificatesV1beta1Api* | [**patch_certificate_signing_request_status**](docs/CertificatesV1beta1Api.md#patch_certificate_signing_request_status) | **PATCH** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | *CertificatesV1beta1Api* | [**read_certificate_signing_request**](docs/CertificatesV1beta1Api.md#read_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | -*CertificatesV1beta1Api* | [**read_certificate_signing_request_status**](docs/CertificatesV1beta1Api.md#read_certificate_signing_request_status) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | *CertificatesV1beta1Api* | [**replace_certificate_signing_request**](docs/CertificatesV1beta1Api.md#replace_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | *CertificatesV1beta1Api* | [**replace_certificate_signing_request_approval**](docs/CertificatesV1beta1Api.md#replace_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval | *CertificatesV1beta1Api* | [**replace_certificate_signing_request_status**](docs/CertificatesV1beta1Api.md#replace_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | @@ -813,14 +805,6 @@ Class | Method | HTTP request | Description *SchedulingV1alpha1Api* | [**patch_priority_class**](docs/SchedulingV1alpha1Api.md#patch_priority_class) | **PATCH** /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name} | *SchedulingV1alpha1Api* | [**read_priority_class**](docs/SchedulingV1alpha1Api.md#read_priority_class) | **GET** /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name} | *SchedulingV1alpha1Api* | [**replace_priority_class**](docs/SchedulingV1alpha1Api.md#replace_priority_class) | **PUT** /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name} | -*SchedulingV1beta1Api* | [**create_priority_class**](docs/SchedulingV1beta1Api.md#create_priority_class) | **POST** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -*SchedulingV1beta1Api* | [**delete_collection_priority_class**](docs/SchedulingV1beta1Api.md#delete_collection_priority_class) | **DELETE** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -*SchedulingV1beta1Api* | [**delete_priority_class**](docs/SchedulingV1beta1Api.md#delete_priority_class) | **DELETE** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -*SchedulingV1beta1Api* | [**get_api_resources**](docs/SchedulingV1beta1Api.md#get_api_resources) | **GET** /apis/scheduling.k8s.io/v1beta1/ | -*SchedulingV1beta1Api* | [**list_priority_class**](docs/SchedulingV1beta1Api.md#list_priority_class) | **GET** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -*SchedulingV1beta1Api* | [**patch_priority_class**](docs/SchedulingV1beta1Api.md#patch_priority_class) | **PATCH** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -*SchedulingV1beta1Api* | [**read_priority_class**](docs/SchedulingV1beta1Api.md#read_priority_class) | **GET** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -*SchedulingV1beta1Api* | [**replace_priority_class**](docs/SchedulingV1beta1Api.md#replace_priority_class) | **PUT** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | *SettingsApi* | [**get_api_group**](docs/SettingsApi.md#get_api_group) | **GET** /apis/settings.k8s.io/ | *SettingsV1alpha1Api* | [**create_namespaced_pod_preset**](docs/SettingsV1alpha1Api.md#create_namespaced_pod_preset) | **POST** /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets | *SettingsV1alpha1Api* | [**delete_collection_namespaced_pod_preset**](docs/SettingsV1alpha1Api.md#delete_collection_namespaced_pod_preset) | **DELETE** /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets | @@ -939,7 +923,6 @@ Class | Method | HTTP request | Description - [V1Capabilities](docs/V1Capabilities.md) - [V1CephFSPersistentVolumeSource](docs/V1CephFSPersistentVolumeSource.md) - [V1CephFSVolumeSource](docs/V1CephFSVolumeSource.md) - - [V1CinderPersistentVolumeSource](docs/V1CinderPersistentVolumeSource.md) - [V1CinderVolumeSource](docs/V1CinderVolumeSource.md) - [V1ClientIPConfig](docs/V1ClientIPConfig.md) - [V1ClusterRole](docs/V1ClusterRole.md) @@ -953,7 +936,6 @@ Class | Method | HTTP request | Description - [V1ConfigMapEnvSource](docs/V1ConfigMapEnvSource.md) - [V1ConfigMapKeySelector](docs/V1ConfigMapKeySelector.md) - [V1ConfigMapList](docs/V1ConfigMapList.md) - - [V1ConfigMapNodeConfigSource](docs/V1ConfigMapNodeConfigSource.md) - [V1ConfigMapProjection](docs/V1ConfigMapProjection.md) - [V1ConfigMapVolumeSource](docs/V1ConfigMapVolumeSource.md) - [V1Container](docs/V1Container.md) @@ -1056,7 +1038,6 @@ Class | Method | HTTP request | Description - [V1NodeAffinity](docs/V1NodeAffinity.md) - [V1NodeCondition](docs/V1NodeCondition.md) - [V1NodeConfigSource](docs/V1NodeConfigSource.md) - - [V1NodeConfigStatus](docs/V1NodeConfigStatus.md) - [V1NodeDaemonEndpoints](docs/V1NodeDaemonEndpoints.md) - [V1NodeList](docs/V1NodeList.md) - [V1NodeSelector](docs/V1NodeSelector.md) @@ -1090,7 +1071,6 @@ Class | Method | HTTP request | Description - [V1PodDNSConfig](docs/V1PodDNSConfig.md) - [V1PodDNSConfigOption](docs/V1PodDNSConfigOption.md) - [V1PodList](docs/V1PodList.md) - - [V1PodReadinessGate](docs/V1PodReadinessGate.md) - [V1PodSecurityContext](docs/V1PodSecurityContext.md) - [V1PodSpec](docs/V1PodSpec.md) - [V1PodStatus](docs/V1PodStatus.md) @@ -1138,8 +1118,6 @@ Class | Method | HTTP request | Description - [V1ScaleIOVolumeSource](docs/V1ScaleIOVolumeSource.md) - [V1ScaleSpec](docs/V1ScaleSpec.md) - [V1ScaleStatus](docs/V1ScaleStatus.md) - - [V1ScopeSelector](docs/V1ScopeSelector.md) - - [V1ScopedResourceSelectorRequirement](docs/V1ScopedResourceSelectorRequirement.md) - [V1Secret](docs/V1Secret.md) - [V1SecretEnvSource](docs/V1SecretEnvSource.md) - [V1SecretKeySelector](docs/V1SecretKeySelector.md) @@ -1156,7 +1134,6 @@ Class | Method | HTTP request | Description - [V1Service](docs/V1Service.md) - [V1ServiceAccount](docs/V1ServiceAccount.md) - [V1ServiceAccountList](docs/V1ServiceAccountList.md) - - [V1ServiceAccountTokenProjection](docs/V1ServiceAccountTokenProjection.md) - [V1ServiceList](docs/V1ServiceList.md) - [V1ServicePort](docs/V1ServicePort.md) - [V1ServiceReference](docs/V1ServiceReference.md) @@ -1181,15 +1158,12 @@ Class | Method | HTTP request | Description - [V1SubjectAccessReviewSpec](docs/V1SubjectAccessReviewSpec.md) - [V1SubjectAccessReviewStatus](docs/V1SubjectAccessReviewStatus.md) - [V1SubjectRulesReviewStatus](docs/V1SubjectRulesReviewStatus.md) - - [V1Sysctl](docs/V1Sysctl.md) - [V1TCPSocketAction](docs/V1TCPSocketAction.md) - [V1Taint](docs/V1Taint.md) - [V1TokenReview](docs/V1TokenReview.md) - [V1TokenReviewSpec](docs/V1TokenReviewSpec.md) - [V1TokenReviewStatus](docs/V1TokenReviewStatus.md) - [V1Toleration](docs/V1Toleration.md) - - [V1TopologySelectorLabelRequirement](docs/V1TopologySelectorLabelRequirement.md) - - [V1TopologySelectorTerm](docs/V1TopologySelectorTerm.md) - [V1UserInfo](docs/V1UserInfo.md) - [V1Volume](docs/V1Volume.md) - [V1VolumeDevice](docs/V1VolumeDevice.md) @@ -1247,14 +1221,12 @@ Class | Method | HTTP request | Description - [V1beta1CronJobList](docs/V1beta1CronJobList.md) - [V1beta1CronJobSpec](docs/V1beta1CronJobSpec.md) - [V1beta1CronJobStatus](docs/V1beta1CronJobStatus.md) - - [V1beta1CustomResourceColumnDefinition](docs/V1beta1CustomResourceColumnDefinition.md) - [V1beta1CustomResourceDefinition](docs/V1beta1CustomResourceDefinition.md) - [V1beta1CustomResourceDefinitionCondition](docs/V1beta1CustomResourceDefinitionCondition.md) - [V1beta1CustomResourceDefinitionList](docs/V1beta1CustomResourceDefinitionList.md) - [V1beta1CustomResourceDefinitionNames](docs/V1beta1CustomResourceDefinitionNames.md) - [V1beta1CustomResourceDefinitionSpec](docs/V1beta1CustomResourceDefinitionSpec.md) - [V1beta1CustomResourceDefinitionStatus](docs/V1beta1CustomResourceDefinitionStatus.md) - - [V1beta1CustomResourceDefinitionVersion](docs/V1beta1CustomResourceDefinitionVersion.md) - [V1beta1CustomResourceSubresourceScale](docs/V1beta1CustomResourceSubresourceScale.md) - [V1beta1CustomResourceSubresources](docs/V1beta1CustomResourceSubresources.md) - [V1beta1CustomResourceValidation](docs/V1beta1CustomResourceValidation.md) @@ -1279,7 +1251,11 @@ Class | Method | HTTP request | Description - [V1beta1IngressSpec](docs/V1beta1IngressSpec.md) - [V1beta1IngressStatus](docs/V1beta1IngressStatus.md) - [V1beta1IngressTLS](docs/V1beta1IngressTLS.md) + - [V1beta1JSON](docs/V1beta1JSON.md) - [V1beta1JSONSchemaProps](docs/V1beta1JSONSchemaProps.md) + - [V1beta1JSONSchemaPropsOrArray](docs/V1beta1JSONSchemaPropsOrArray.md) + - [V1beta1JSONSchemaPropsOrBool](docs/V1beta1JSONSchemaPropsOrBool.md) + - [V1beta1JSONSchemaPropsOrStringArray](docs/V1beta1JSONSchemaPropsOrStringArray.md) - [V1beta1JobTemplateSpec](docs/V1beta1JobTemplateSpec.md) - [V1beta1LocalSubjectAccessReview](docs/V1beta1LocalSubjectAccessReview.md) - [V1beta1MutatingWebhookConfiguration](docs/V1beta1MutatingWebhookConfiguration.md) @@ -1298,8 +1274,6 @@ Class | Method | HTTP request | Description - [V1beta1PodDisruptionBudgetSpec](docs/V1beta1PodDisruptionBudgetSpec.md) - [V1beta1PodDisruptionBudgetStatus](docs/V1beta1PodDisruptionBudgetStatus.md) - [V1beta1PolicyRule](docs/V1beta1PolicyRule.md) - - [V1beta1PriorityClass](docs/V1beta1PriorityClass.md) - - [V1beta1PriorityClassList](docs/V1beta1PriorityClassList.md) - [V1beta1ReplicaSet](docs/V1beta1ReplicaSet.md) - [V1beta1ReplicaSetCondition](docs/V1beta1ReplicaSetCondition.md) - [V1beta1ReplicaSetList](docs/V1beta1ReplicaSetList.md) diff --git a/kubernetes/__init__.py b/kubernetes/__init__.py index eea580f30..72c0a9949 100644 --- a/kubernetes/__init__.py +++ b/kubernetes/__init__.py @@ -14,7 +14,7 @@ __project__ = 'kubernetes' # The version is auto-updated. Please do not edit. -__version__ = "7.0.0-snapshot" +__version__ = "6.0.0-snapshot" import kubernetes.client import kubernetes.config diff --git a/kubernetes/base b/kubernetes/base index 7359cdae5..afe9336a7 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit 7359cdae5a4c1cfe65551c9ff3024252449412e3 +Subproject commit afe9336a7dba4f48f08eddf6e6506122d4ae8f4a diff --git a/kubernetes/client/__init__.py b/kubernetes/client/__init__.py index 57351a9e3..c0718216e 100644 --- a/kubernetes/client/__init__.py +++ b/kubernetes/client/__init__.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -85,7 +85,6 @@ from .models.v1_capabilities import V1Capabilities from .models.v1_ceph_fs_persistent_volume_source import V1CephFSPersistentVolumeSource from .models.v1_ceph_fs_volume_source import V1CephFSVolumeSource -from .models.v1_cinder_persistent_volume_source import V1CinderPersistentVolumeSource from .models.v1_cinder_volume_source import V1CinderVolumeSource from .models.v1_client_ip_config import V1ClientIPConfig from .models.v1_cluster_role import V1ClusterRole @@ -99,7 +98,6 @@ from .models.v1_config_map_env_source import V1ConfigMapEnvSource from .models.v1_config_map_key_selector import V1ConfigMapKeySelector from .models.v1_config_map_list import V1ConfigMapList -from .models.v1_config_map_node_config_source import V1ConfigMapNodeConfigSource from .models.v1_config_map_projection import V1ConfigMapProjection from .models.v1_config_map_volume_source import V1ConfigMapVolumeSource from .models.v1_container import V1Container @@ -202,7 +200,6 @@ from .models.v1_node_affinity import V1NodeAffinity from .models.v1_node_condition import V1NodeCondition from .models.v1_node_config_source import V1NodeConfigSource -from .models.v1_node_config_status import V1NodeConfigStatus from .models.v1_node_daemon_endpoints import V1NodeDaemonEndpoints from .models.v1_node_list import V1NodeList from .models.v1_node_selector import V1NodeSelector @@ -236,7 +233,6 @@ from .models.v1_pod_dns_config import V1PodDNSConfig from .models.v1_pod_dns_config_option import V1PodDNSConfigOption from .models.v1_pod_list import V1PodList -from .models.v1_pod_readiness_gate import V1PodReadinessGate from .models.v1_pod_security_context import V1PodSecurityContext from .models.v1_pod_spec import V1PodSpec from .models.v1_pod_status import V1PodStatus @@ -284,8 +280,6 @@ from .models.v1_scale_io_volume_source import V1ScaleIOVolumeSource from .models.v1_scale_spec import V1ScaleSpec from .models.v1_scale_status import V1ScaleStatus -from .models.v1_scope_selector import V1ScopeSelector -from .models.v1_scoped_resource_selector_requirement import V1ScopedResourceSelectorRequirement from .models.v1_secret import V1Secret from .models.v1_secret_env_source import V1SecretEnvSource from .models.v1_secret_key_selector import V1SecretKeySelector @@ -302,7 +296,6 @@ from .models.v1_service import V1Service from .models.v1_service_account import V1ServiceAccount from .models.v1_service_account_list import V1ServiceAccountList -from .models.v1_service_account_token_projection import V1ServiceAccountTokenProjection from .models.v1_service_list import V1ServiceList from .models.v1_service_port import V1ServicePort from .models.v1_service_reference import V1ServiceReference @@ -327,15 +320,12 @@ from .models.v1_subject_access_review_spec import V1SubjectAccessReviewSpec from .models.v1_subject_access_review_status import V1SubjectAccessReviewStatus from .models.v1_subject_rules_review_status import V1SubjectRulesReviewStatus -from .models.v1_sysctl import V1Sysctl from .models.v1_tcp_socket_action import V1TCPSocketAction from .models.v1_taint import V1Taint from .models.v1_token_review import V1TokenReview from .models.v1_token_review_spec import V1TokenReviewSpec from .models.v1_token_review_status import V1TokenReviewStatus from .models.v1_toleration import V1Toleration -from .models.v1_topology_selector_label_requirement import V1TopologySelectorLabelRequirement -from .models.v1_topology_selector_term import V1TopologySelectorTerm from .models.v1_user_info import V1UserInfo from .models.v1_volume import V1Volume from .models.v1_volume_device import V1VolumeDevice @@ -393,14 +383,12 @@ from .models.v1beta1_cron_job_list import V1beta1CronJobList from .models.v1beta1_cron_job_spec import V1beta1CronJobSpec from .models.v1beta1_cron_job_status import V1beta1CronJobStatus -from .models.v1beta1_custom_resource_column_definition import V1beta1CustomResourceColumnDefinition from .models.v1beta1_custom_resource_definition import V1beta1CustomResourceDefinition from .models.v1beta1_custom_resource_definition_condition import V1beta1CustomResourceDefinitionCondition from .models.v1beta1_custom_resource_definition_list import V1beta1CustomResourceDefinitionList from .models.v1beta1_custom_resource_definition_names import V1beta1CustomResourceDefinitionNames from .models.v1beta1_custom_resource_definition_spec import V1beta1CustomResourceDefinitionSpec from .models.v1beta1_custom_resource_definition_status import V1beta1CustomResourceDefinitionStatus -from .models.v1beta1_custom_resource_definition_version import V1beta1CustomResourceDefinitionVersion from .models.v1beta1_custom_resource_subresource_scale import V1beta1CustomResourceSubresourceScale from .models.v1beta1_custom_resource_subresources import V1beta1CustomResourceSubresources from .models.v1beta1_custom_resource_validation import V1beta1CustomResourceValidation @@ -425,7 +413,11 @@ from .models.v1beta1_ingress_spec import V1beta1IngressSpec from .models.v1beta1_ingress_status import V1beta1IngressStatus from .models.v1beta1_ingress_tls import V1beta1IngressTLS +from .models.v1beta1_json import V1beta1JSON from .models.v1beta1_json_schema_props import V1beta1JSONSchemaProps +from .models.v1beta1_json_schema_props_or_array import V1beta1JSONSchemaPropsOrArray +from .models.v1beta1_json_schema_props_or_bool import V1beta1JSONSchemaPropsOrBool +from .models.v1beta1_json_schema_props_or_string_array import V1beta1JSONSchemaPropsOrStringArray from .models.v1beta1_job_template_spec import V1beta1JobTemplateSpec from .models.v1beta1_local_subject_access_review import V1beta1LocalSubjectAccessReview from .models.v1beta1_mutating_webhook_configuration import V1beta1MutatingWebhookConfiguration @@ -444,8 +436,6 @@ from .models.v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec from .models.v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus from .models.v1beta1_policy_rule import V1beta1PolicyRule -from .models.v1beta1_priority_class import V1beta1PriorityClass -from .models.v1beta1_priority_class_list import V1beta1PriorityClassList from .models.v1beta1_replica_set import V1beta1ReplicaSet from .models.v1beta1_replica_set_condition import V1beta1ReplicaSetCondition from .models.v1beta1_replica_set_list import V1beta1ReplicaSetList @@ -593,7 +583,6 @@ from .apis.rbac_authorization_v1beta1_api import RbacAuthorizationV1beta1Api from .apis.scheduling_api import SchedulingApi from .apis.scheduling_v1alpha1_api import SchedulingV1alpha1Api -from .apis.scheduling_v1beta1_api import SchedulingV1beta1Api from .apis.settings_api import SettingsApi from .apis.settings_v1alpha1_api import SettingsV1alpha1Api from .apis.storage_api import StorageApi diff --git a/kubernetes/client/api_client.py b/kubernetes/client/api_client.py index a852a5f04..b9d9fba47 100644 --- a/kubernetes/client/api_client.py +++ b/kubernetes/client/api_client.py @@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -71,7 +71,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, cook self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/7.0.0-snapshot/python' + self.user_agent = 'Swagger-Codegen/6.0.0-snapshot/python' def __del__(self): self.pool.close() @@ -278,7 +278,7 @@ def __deserialize(self, data, klass): def call_api(self, resource_path, method, path_params=None, query_params=None, header_params=None, body=None, post_params=None, files=None, - response_type=None, auth_settings=None, async_req=None, + response_type=None, auth_settings=None, async=None, _return_http_data_only=None, collection_formats=None, _preload_content=True, _request_timeout=None): """ @@ -298,7 +298,7 @@ def call_api(self, resource_path, method, :param response: Response data type. :param files dict: key -> filename, value -> filepath, for `multipart/form-data`. - :param async_req bool: execute request asynchronously + :param async bool: execute request asynchronously :param _return_http_data_only: response data without head status code and headers :param collection_formats: dict of collection formats for path, query, header, and post parameters. @@ -313,7 +313,7 @@ def call_api(self, resource_path, method, If parameter async is False or missing, then the method will return the response directly. """ - if not async_req: + if not async: return self.__call_api(resource_path, method, path_params, query_params, header_params, body, post_params, files, diff --git a/kubernetes/client/apis/__init__.py b/kubernetes/client/apis/__init__.py index c735d9beb..ee7ed6f52 100644 --- a/kubernetes/client/apis/__init__.py +++ b/kubernetes/client/apis/__init__.py @@ -47,7 +47,6 @@ from .rbac_authorization_v1beta1_api import RbacAuthorizationV1beta1Api from .scheduling_api import SchedulingApi from .scheduling_v1alpha1_api import SchedulingV1alpha1Api -from .scheduling_v1beta1_api import SchedulingV1beta1Api from .settings_api import SettingsApi from .settings_v1alpha1_api import SettingsV1alpha1Api from .storage_api import StorageApi diff --git a/kubernetes/client/apis/admissionregistration_api.py b/kubernetes/client/apis/admissionregistration_api.py index 66b18e148..c0a5c80f9 100644 --- a/kubernetes/client/apis/admissionregistration_api.py +++ b/kubernetes/client/apis/admissionregistration_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/admissionregistration_v1alpha1_api.py b/kubernetes/client/apis/admissionregistration_v1alpha1_api.py index e3e3a22f8..7863955c2 100644 --- a/kubernetes/client/apis/admissionregistration_v1alpha1_api.py +++ b/kubernetes/client/apis/admissionregistration_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_initializer_configuration(self, body, **kwargs): """ create an InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_initializer_configuration(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_initializer_configuration(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1InitializerConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1InitializerConfiguration @@ -51,7 +51,7 @@ def create_initializer_configuration(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_initializer_configuration_with_http_info(body, **kwargs) else: (data) = self.create_initializer_configuration_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_initializer_configuration_with_http_info(self, body, **kwargs): """ create an InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_initializer_configuration_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_initializer_configuration_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1InitializerConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1InitializerConfiguration @@ -74,7 +74,7 @@ def create_initializer_configuration_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_initializer_configuration_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1alpha1InitializerConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_collection_initializer_configuration(self, **kwargs): """ delete collection of InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_initializer_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_initializer_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -158,7 +158,7 @@ def delete_collection_initializer_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_initializer_configuration_with_http_info(**kwargs) else: (data) = self.delete_collection_initializer_configuration_with_http_info(**kwargs) @@ -168,11 +168,11 @@ def delete_collection_initializer_configuration_with_http_info(self, **kwargs): """ delete collection of InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_initializer_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_initializer_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -188,7 +188,7 @@ def delete_collection_initializer_configuration_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -254,7 +254,7 @@ def delete_collection_initializer_configuration_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -264,11 +264,11 @@ def delete_initializer_configuration(self, name, body, **kwargs): """ delete an InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_initializer_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_initializer_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -280,7 +280,7 @@ def delete_initializer_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_initializer_configuration_with_http_info(name, body, **kwargs) else: (data) = self.delete_initializer_configuration_with_http_info(name, body, **kwargs) @@ -290,11 +290,11 @@ def delete_initializer_configuration_with_http_info(self, name, body, **kwargs): """ delete an InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_initializer_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_initializer_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -307,7 +307,7 @@ def delete_initializer_configuration_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_initializer_configuration_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_initializer_configuration(self, **kwargs): """ list or watch objects of kind InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_initializer_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_initializer_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_initializer_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_initializer_configuration_with_http_info(**kwargs) else: (data) = self.list_initializer_configuration_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_initializer_configuration_with_http_info(self, **kwargs): """ list or watch objects of kind InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_initializer_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_initializer_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_initializer_configuration_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_initializer_configuration_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1InitializerConfigurationList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_initializer_configuration(self, name, body, **kwargs): """ partially update the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_initializer_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_initializer_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_initializer_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_initializer_configuration_with_http_info(name, body, **kwargs) else: (data) = self.patch_initializer_configuration_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_initializer_configuration_with_http_info(self, name, body, **kwargs): """ partially update the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_initializer_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_initializer_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_initializer_configuration_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,7 +693,7 @@ def patch_initializer_configuration_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1InitializerConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -703,11 +703,11 @@ def read_initializer_configuration(self, name, **kwargs): """ read the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_initializer_configuration(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_initializer_configuration(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -717,7 +717,7 @@ def read_initializer_configuration(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_initializer_configuration_with_http_info(name, **kwargs) else: (data) = self.read_initializer_configuration_with_http_info(name, **kwargs) @@ -727,11 +727,11 @@ def read_initializer_configuration_with_http_info(self, name, **kwargs): """ read the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_initializer_configuration_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_initializer_configuration_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -742,7 +742,7 @@ def read_initializer_configuration_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -801,7 +801,7 @@ def read_initializer_configuration_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1alpha1InitializerConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -811,11 +811,11 @@ def replace_initializer_configuration(self, name, body, **kwargs): """ replace the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_initializer_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_initializer_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param V1alpha1InitializerConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -824,7 +824,7 @@ def replace_initializer_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_initializer_configuration_with_http_info(name, body, **kwargs) else: (data) = self.replace_initializer_configuration_with_http_info(name, body, **kwargs) @@ -834,11 +834,11 @@ def replace_initializer_configuration_with_http_info(self, name, body, **kwargs) """ replace the specified InitializerConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_initializer_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_initializer_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the InitializerConfiguration (required) :param V1alpha1InitializerConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -848,7 +848,7 @@ def replace_initializer_configuration_with_http_info(self, name, body, **kwargs) """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,7 +908,7 @@ def replace_initializer_configuration_with_http_info(self, name, body, **kwargs) files=local_var_files, response_type='V1alpha1InitializerConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/admissionregistration_v1beta1_api.py b/kubernetes/client/apis/admissionregistration_v1beta1_api.py index 87eaeef25..72cada660 100644 --- a/kubernetes/client/apis/admissionregistration_v1beta1_api.py +++ b/kubernetes/client/apis/admissionregistration_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_mutating_webhook_configuration(self, body, **kwargs): """ create a MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_mutating_webhook_configuration(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_mutating_webhook_configuration(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1MutatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1MutatingWebhookConfiguration @@ -51,7 +51,7 @@ def create_mutating_webhook_configuration(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_mutating_webhook_configuration_with_http_info(body, **kwargs) else: (data) = self.create_mutating_webhook_configuration_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_mutating_webhook_configuration_with_http_info(self, body, **kwargs): """ create a MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_mutating_webhook_configuration_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_mutating_webhook_configuration_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1MutatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1MutatingWebhookConfiguration @@ -74,7 +74,7 @@ def create_mutating_webhook_configuration_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_mutating_webhook_configuration_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1MutatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def create_validating_webhook_configuration(self, body, **kwargs): """ create a ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_validating_webhook_configuration(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_validating_webhook_configuration(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ValidatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ValidatingWebhookConfiguration @@ -151,7 +151,7 @@ def create_validating_webhook_configuration(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_validating_webhook_configuration_with_http_info(body, **kwargs) else: (data) = self.create_validating_webhook_configuration_with_http_info(body, **kwargs) @@ -161,11 +161,11 @@ def create_validating_webhook_configuration_with_http_info(self, body, **kwargs) """ create a ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_validating_webhook_configuration_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_validating_webhook_configuration_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ValidatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ValidatingWebhookConfiguration @@ -174,7 +174,7 @@ def create_validating_webhook_configuration_with_http_info(self, body, **kwargs) """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -229,7 +229,7 @@ def create_validating_webhook_configuration_with_http_info(self, body, **kwargs) files=local_var_files, response_type='V1beta1ValidatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -239,11 +239,11 @@ def delete_collection_mutating_webhook_configuration(self, **kwargs): """ delete collection of MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_mutating_webhook_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_mutating_webhook_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -258,7 +258,7 @@ def delete_collection_mutating_webhook_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_mutating_webhook_configuration_with_http_info(**kwargs) else: (data) = self.delete_collection_mutating_webhook_configuration_with_http_info(**kwargs) @@ -268,11 +268,11 @@ def delete_collection_mutating_webhook_configuration_with_http_info(self, **kwar """ delete collection of MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_mutating_webhook_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_mutating_webhook_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -288,7 +288,7 @@ def delete_collection_mutating_webhook_configuration_with_http_info(self, **kwar """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -354,7 +354,7 @@ def delete_collection_mutating_webhook_configuration_with_http_info(self, **kwar files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -364,11 +364,11 @@ def delete_collection_validating_webhook_configuration(self, **kwargs): """ delete collection of ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_validating_webhook_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_validating_webhook_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -383,7 +383,7 @@ def delete_collection_validating_webhook_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_validating_webhook_configuration_with_http_info(**kwargs) else: (data) = self.delete_collection_validating_webhook_configuration_with_http_info(**kwargs) @@ -393,11 +393,11 @@ def delete_collection_validating_webhook_configuration_with_http_info(self, **kw """ delete collection of ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_validating_webhook_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_validating_webhook_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -413,7 +413,7 @@ def delete_collection_validating_webhook_configuration_with_http_info(self, **kw """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -479,7 +479,7 @@ def delete_collection_validating_webhook_configuration_with_http_info(self, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -489,11 +489,11 @@ def delete_mutating_webhook_configuration(self, name, body, **kwargs): """ delete a MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_mutating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_mutating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -505,7 +505,7 @@ def delete_mutating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_mutating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.delete_mutating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -515,11 +515,11 @@ def delete_mutating_webhook_configuration_with_http_info(self, name, body, **kwa """ delete a MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_mutating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_mutating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -532,7 +532,7 @@ def delete_mutating_webhook_configuration_with_http_info(self, name, body, **kwa """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -598,7 +598,7 @@ def delete_mutating_webhook_configuration_with_http_info(self, name, body, **kwa files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -608,11 +608,11 @@ def delete_validating_webhook_configuration(self, name, body, **kwargs): """ delete a ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_validating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_validating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -624,7 +624,7 @@ def delete_validating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_validating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.delete_validating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -634,11 +634,11 @@ def delete_validating_webhook_configuration_with_http_info(self, name, body, **k """ delete a ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_validating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_validating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -651,7 +651,7 @@ def delete_validating_webhook_configuration_with_http_info(self, name, body, **k """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -717,7 +717,7 @@ def delete_validating_webhook_configuration_with_http_info(self, name, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -727,17 +727,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -747,18 +747,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -805,7 +805,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -815,11 +815,11 @@ def list_mutating_webhook_configuration(self, **kwargs): """ list or watch objects of kind MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_mutating_webhook_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_mutating_webhook_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -834,7 +834,7 @@ def list_mutating_webhook_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_mutating_webhook_configuration_with_http_info(**kwargs) else: (data) = self.list_mutating_webhook_configuration_with_http_info(**kwargs) @@ -844,11 +844,11 @@ def list_mutating_webhook_configuration_with_http_info(self, **kwargs): """ list or watch objects of kind MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_mutating_webhook_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_mutating_webhook_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -864,7 +864,7 @@ def list_mutating_webhook_configuration_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -930,7 +930,7 @@ def list_mutating_webhook_configuration_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1MutatingWebhookConfigurationList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -940,11 +940,11 @@ def list_validating_webhook_configuration(self, **kwargs): """ list or watch objects of kind ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_validating_webhook_configuration(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_validating_webhook_configuration(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -959,7 +959,7 @@ def list_validating_webhook_configuration(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_validating_webhook_configuration_with_http_info(**kwargs) else: (data) = self.list_validating_webhook_configuration_with_http_info(**kwargs) @@ -969,11 +969,11 @@ def list_validating_webhook_configuration_with_http_info(self, **kwargs): """ list or watch objects of kind ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_validating_webhook_configuration_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_validating_webhook_configuration_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -989,7 +989,7 @@ def list_validating_webhook_configuration_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1055,7 +1055,7 @@ def list_validating_webhook_configuration_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1ValidatingWebhookConfigurationList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1065,11 +1065,11 @@ def patch_mutating_webhook_configuration(self, name, body, **kwargs): """ partially update the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_mutating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_mutating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1078,7 +1078,7 @@ def patch_mutating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_mutating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.patch_mutating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -1088,11 +1088,11 @@ def patch_mutating_webhook_configuration_with_http_info(self, name, body, **kwar """ partially update the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_mutating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_mutating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1102,7 +1102,7 @@ def patch_mutating_webhook_configuration_with_http_info(self, name, body, **kwar """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1162,7 +1162,7 @@ def patch_mutating_webhook_configuration_with_http_info(self, name, body, **kwar files=local_var_files, response_type='V1beta1MutatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1172,11 +1172,11 @@ def patch_validating_webhook_configuration(self, name, body, **kwargs): """ partially update the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_validating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_validating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1185,7 +1185,7 @@ def patch_validating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_validating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.patch_validating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -1195,11 +1195,11 @@ def patch_validating_webhook_configuration_with_http_info(self, name, body, **kw """ partially update the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_validating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_validating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1209,7 +1209,7 @@ def patch_validating_webhook_configuration_with_http_info(self, name, body, **kw """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1269,7 +1269,7 @@ def patch_validating_webhook_configuration_with_http_info(self, name, body, **kw files=local_var_files, response_type='V1beta1ValidatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1279,11 +1279,11 @@ def read_mutating_webhook_configuration(self, name, **kwargs): """ read the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_mutating_webhook_configuration(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_mutating_webhook_configuration(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1293,7 +1293,7 @@ def read_mutating_webhook_configuration(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_mutating_webhook_configuration_with_http_info(name, **kwargs) else: (data) = self.read_mutating_webhook_configuration_with_http_info(name, **kwargs) @@ -1303,11 +1303,11 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): """ read the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_mutating_webhook_configuration_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_mutating_webhook_configuration_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1318,7 +1318,7 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1377,7 +1377,7 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1MutatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1387,11 +1387,11 @@ def read_validating_webhook_configuration(self, name, **kwargs): """ read the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_validating_webhook_configuration(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_validating_webhook_configuration(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1401,7 +1401,7 @@ def read_validating_webhook_configuration(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_validating_webhook_configuration_with_http_info(name, **kwargs) else: (data) = self.read_validating_webhook_configuration_with_http_info(name, **kwargs) @@ -1411,11 +1411,11 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs): """ read the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_validating_webhook_configuration_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_validating_webhook_configuration_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1426,7 +1426,7 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1485,7 +1485,7 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1ValidatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1495,11 +1495,11 @@ def replace_mutating_webhook_configuration(self, name, body, **kwargs): """ replace the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_mutating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_mutating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param V1beta1MutatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1508,7 +1508,7 @@ def replace_mutating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_mutating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.replace_mutating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -1518,11 +1518,11 @@ def replace_mutating_webhook_configuration_with_http_info(self, name, body, **kw """ replace the specified MutatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_mutating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_mutating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the MutatingWebhookConfiguration (required) :param V1beta1MutatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1532,7 +1532,7 @@ def replace_mutating_webhook_configuration_with_http_info(self, name, body, **kw """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1592,7 +1592,7 @@ def replace_mutating_webhook_configuration_with_http_info(self, name, body, **kw files=local_var_files, response_type='V1beta1MutatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1602,11 +1602,11 @@ def replace_validating_webhook_configuration(self, name, body, **kwargs): """ replace the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_validating_webhook_configuration(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_validating_webhook_configuration(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param V1beta1ValidatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1615,7 +1615,7 @@ def replace_validating_webhook_configuration(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_validating_webhook_configuration_with_http_info(name, body, **kwargs) else: (data) = self.replace_validating_webhook_configuration_with_http_info(name, body, **kwargs) @@ -1625,11 +1625,11 @@ def replace_validating_webhook_configuration_with_http_info(self, name, body, ** """ replace the specified ValidatingWebhookConfiguration This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_validating_webhook_configuration_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_validating_webhook_configuration_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ValidatingWebhookConfiguration (required) :param V1beta1ValidatingWebhookConfiguration body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1639,7 +1639,7 @@ def replace_validating_webhook_configuration_with_http_info(self, name, body, ** """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1699,7 +1699,7 @@ def replace_validating_webhook_configuration_with_http_info(self, name, body, ** files=local_var_files, response_type='V1beta1ValidatingWebhookConfiguration', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apiextensions_api.py b/kubernetes/client/apis/apiextensions_api.py index 39679f0d4..7cec3126f 100644 --- a/kubernetes/client/apis/apiextensions_api.py +++ b/kubernetes/client/apis/apiextensions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apiextensions_v1beta1_api.py b/kubernetes/client/apis/apiextensions_v1beta1_api.py index b3a23063a..30225a460 100644 --- a/kubernetes/client/apis/apiextensions_v1beta1_api.py +++ b/kubernetes/client/apis/apiextensions_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_custom_resource_definition(self, body, **kwargs): """ create a CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_custom_resource_definition(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_custom_resource_definition(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1CustomResourceDefinition @@ -51,7 +51,7 @@ def create_custom_resource_definition(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_custom_resource_definition_with_http_info(body, **kwargs) else: (data) = self.create_custom_resource_definition_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_custom_resource_definition_with_http_info(self, body, **kwargs): """ create a CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_custom_resource_definition_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_custom_resource_definition_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1CustomResourceDefinition @@ -74,7 +74,7 @@ def create_custom_resource_definition_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_custom_resource_definition_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1CustomResourceDefinition', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_collection_custom_resource_definition(self, **kwargs): """ delete collection of CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_custom_resource_definition(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_custom_resource_definition(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -158,7 +158,7 @@ def delete_collection_custom_resource_definition(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_custom_resource_definition_with_http_info(**kwargs) else: (data) = self.delete_collection_custom_resource_definition_with_http_info(**kwargs) @@ -168,11 +168,11 @@ def delete_collection_custom_resource_definition_with_http_info(self, **kwargs): """ delete collection of CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_custom_resource_definition_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_custom_resource_definition_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -188,7 +188,7 @@ def delete_collection_custom_resource_definition_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -254,7 +254,7 @@ def delete_collection_custom_resource_definition_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -264,11 +264,11 @@ def delete_custom_resource_definition(self, name, body, **kwargs): """ delete a CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_custom_resource_definition(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_custom_resource_definition(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -280,7 +280,7 @@ def delete_custom_resource_definition(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_custom_resource_definition_with_http_info(name, body, **kwargs) else: (data) = self.delete_custom_resource_definition_with_http_info(name, body, **kwargs) @@ -290,11 +290,11 @@ def delete_custom_resource_definition_with_http_info(self, name, body, **kwargs) """ delete a CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_custom_resource_definition_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_custom_resource_definition_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -307,7 +307,7 @@ def delete_custom_resource_definition_with_http_info(self, name, body, **kwargs) """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_custom_resource_definition_with_http_info(self, name, body, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_custom_resource_definition(self, **kwargs): """ list or watch objects of kind CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_custom_resource_definition(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_custom_resource_definition(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_custom_resource_definition(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_custom_resource_definition_with_http_info(**kwargs) else: (data) = self.list_custom_resource_definition_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_custom_resource_definition_with_http_info(self, **kwargs): """ list or watch objects of kind CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_custom_resource_definition_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_custom_resource_definition_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_custom_resource_definition_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_custom_resource_definition_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1CustomResourceDefinitionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_custom_resource_definition(self, name, body, **kwargs): """ partially update the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_custom_resource_definition(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_custom_resource_definition(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_custom_resource_definition(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_custom_resource_definition_with_http_info(name, body, **kwargs) else: (data) = self.patch_custom_resource_definition_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_custom_resource_definition_with_http_info(self, name, body, **kwargs): """ partially update the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_custom_resource_definition_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_custom_resource_definition_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_custom_resource_definition_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,114 +693,7 @@ def patch_custom_resource_definition_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1CustomResourceDefinition', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def patch_custom_resource_definition_status(self, name, body, **kwargs): - """ - partially update status of the specified CustomResourceDefinition - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_custom_resource_definition_status(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CustomResourceDefinition (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CustomResourceDefinition - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.patch_custom_resource_definition_status_with_http_info(name, body, **kwargs) - else: - (data) = self.patch_custom_resource_definition_status_with_http_info(name, body, **kwargs) - return data - - def patch_custom_resource_definition_status_with_http_info(self, name, body, **kwargs): - """ - partially update status of the specified CustomResourceDefinition - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_custom_resource_definition_status_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CustomResourceDefinition (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CustomResourceDefinition - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method patch_custom_resource_definition_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `patch_custom_resource_definition_status`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `patch_custom_resource_definition_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1CustomResourceDefinition', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -810,11 +703,11 @@ def read_custom_resource_definition(self, name, **kwargs): """ read the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_custom_resource_definition(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_custom_resource_definition(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -824,7 +717,7 @@ def read_custom_resource_definition(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_custom_resource_definition_with_http_info(name, **kwargs) else: (data) = self.read_custom_resource_definition_with_http_info(name, **kwargs) @@ -834,11 +727,11 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): """ read the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_custom_resource_definition_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_custom_resource_definition_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -849,7 +742,7 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,107 +801,7 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1CustomResourceDefinition', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def read_custom_resource_definition_status(self, name, **kwargs): - """ - read status of the specified CustomResourceDefinition - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_custom_resource_definition_status(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CustomResourceDefinition (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CustomResourceDefinition - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.read_custom_resource_definition_status_with_http_info(name, **kwargs) - else: - (data) = self.read_custom_resource_definition_status_with_http_info(name, **kwargs) - return data - - def read_custom_resource_definition_status_with_http_info(self, name, **kwargs): - """ - read status of the specified CustomResourceDefinition - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_custom_resource_definition_status_with_http_info(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CustomResourceDefinition (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CustomResourceDefinition - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method read_custom_resource_definition_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `read_custom_resource_definition_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1CustomResourceDefinition', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1018,11 +811,11 @@ def replace_custom_resource_definition(self, name, body, **kwargs): """ replace the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_custom_resource_definition(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_custom_resource_definition(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1031,7 +824,7 @@ def replace_custom_resource_definition(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_custom_resource_definition_with_http_info(name, body, **kwargs) else: (data) = self.replace_custom_resource_definition_with_http_info(name, body, **kwargs) @@ -1041,11 +834,11 @@ def replace_custom_resource_definition_with_http_info(self, name, body, **kwargs """ replace the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_custom_resource_definition_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_custom_resource_definition_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1055,7 +848,7 @@ def replace_custom_resource_definition_with_http_info(self, name, body, **kwargs """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1115,7 +908,7 @@ def replace_custom_resource_definition_with_http_info(self, name, body, **kwargs files=local_var_files, response_type='V1beta1CustomResourceDefinition', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1125,11 +918,11 @@ def replace_custom_resource_definition_status(self, name, body, **kwargs): """ replace status of the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_custom_resource_definition_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_custom_resource_definition_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1138,7 +931,7 @@ def replace_custom_resource_definition_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_custom_resource_definition_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_custom_resource_definition_status_with_http_info(name, body, **kwargs) @@ -1148,11 +941,11 @@ def replace_custom_resource_definition_status_with_http_info(self, name, body, * """ replace status of the specified CustomResourceDefinition This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_custom_resource_definition_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_custom_resource_definition_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CustomResourceDefinition (required) :param V1beta1CustomResourceDefinition body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1162,7 +955,7 @@ def replace_custom_resource_definition_status_with_http_info(self, name, body, * """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1222,7 +1015,7 @@ def replace_custom_resource_definition_status_with_http_info(self, name, body, * files=local_var_files, response_type='V1beta1CustomResourceDefinition', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apiregistration_api.py b/kubernetes/client/apis/apiregistration_api.py index 7a3e2d4a1..5b3047e54 100644 --- a/kubernetes/client/apis/apiregistration_api.py +++ b/kubernetes/client/apis/apiregistration_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apiregistration_v1_api.py b/kubernetes/client/apis/apiregistration_v1_api.py index 769138916..34794eda6 100644 --- a/kubernetes/client/apis/apiregistration_v1_api.py +++ b/kubernetes/client/apis/apiregistration_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_api_service(self, body, **kwargs): """ create an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_api_service(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_api_service(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1APIService @@ -51,7 +51,7 @@ def create_api_service(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_api_service_with_http_info(body, **kwargs) else: (data) = self.create_api_service_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_api_service_with_http_info(self, body, **kwargs): """ create an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_api_service_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_api_service_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1APIService @@ -74,7 +74,7 @@ def create_api_service_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_api_service_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_api_service(self, name, body, **kwargs): """ delete an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -155,7 +155,7 @@ def delete_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_api_service_with_http_info(name, body, **kwargs) else: (data) = self.delete_api_service_with_http_info(name, body, **kwargs) @@ -165,11 +165,11 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): """ delete an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -182,7 +182,7 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -248,7 +248,7 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -258,11 +258,11 @@ def delete_collection_api_service(self, **kwargs): """ delete collection of APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_api_service(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_api_service(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -277,7 +277,7 @@ def delete_collection_api_service(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_api_service_with_http_info(**kwargs) else: (data) = self.delete_collection_api_service_with_http_info(**kwargs) @@ -287,11 +287,11 @@ def delete_collection_api_service_with_http_info(self, **kwargs): """ delete collection of APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_api_service_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_api_service_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -307,7 +307,7 @@ def delete_collection_api_service_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_collection_api_service_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_api_service(self, **kwargs): """ list or watch objects of kind APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_api_service(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_api_service(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_api_service(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_api_service_with_http_info(**kwargs) else: (data) = self.list_api_service_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_api_service_with_http_info(self, **kwargs): """ list or watch objects of kind APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_api_service_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_api_service_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_api_service_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_api_service_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIServiceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_api_service(self, name, body, **kwargs): """ partially update the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_api_service_with_http_info(name, body, **kwargs) else: (data) = self.patch_api_service_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): """ partially update the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,114 +693,7 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def patch_api_service_status(self, name, body, **kwargs): - """ - partially update status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_status(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1APIService - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.patch_api_service_status_with_http_info(name, body, **kwargs) - else: - (data) = self.patch_api_service_status_with_http_info(name, body, **kwargs) - return data - - def patch_api_service_status_with_http_info(self, name, body, **kwargs): - """ - partially update status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_status_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1APIService - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method patch_api_service_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `patch_api_service_status`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `patch_api_service_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiregistration.k8s.io/v1/apiservices/{name}/status', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1APIService', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -810,11 +703,11 @@ def read_api_service(self, name, **kwargs): """ read the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_api_service(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -824,7 +717,7 @@ def read_api_service(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_api_service_with_http_info(name, **kwargs) else: (data) = self.read_api_service_with_http_info(name, **kwargs) @@ -834,11 +727,11 @@ def read_api_service_with_http_info(self, name, **kwargs): """ read the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_api_service_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -849,7 +742,7 @@ def read_api_service_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,107 +801,7 @@ def read_api_service_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def read_api_service_status(self, name, **kwargs): - """ - read status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_status(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1APIService - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.read_api_service_status_with_http_info(name, **kwargs) - else: - (data) = self.read_api_service_status_with_http_info(name, **kwargs) - return data - - def read_api_service_status_with_http_info(self, name, **kwargs): - """ - read status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_status_with_http_info(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1APIService - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method read_api_service_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `read_api_service_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiregistration.k8s.io/v1/apiservices/{name}/status', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1APIService', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1018,11 +811,11 @@ def replace_api_service(self, name, body, **kwargs): """ replace the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1031,7 +824,7 @@ def replace_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_api_service_with_http_info(name, body, **kwargs) else: (data) = self.replace_api_service_with_http_info(name, body, **kwargs) @@ -1041,11 +834,11 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): """ replace the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1055,7 +848,7 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1115,7 +908,7 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1125,11 +918,11 @@ def replace_api_service_status(self, name, body, **kwargs): """ replace status of the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1138,7 +931,7 @@ def replace_api_service_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_api_service_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_api_service_status_with_http_info(name, body, **kwargs) @@ -1148,11 +941,11 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1162,7 +955,7 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1222,7 +1015,7 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apiregistration_v1beta1_api.py b/kubernetes/client/apis/apiregistration_v1beta1_api.py index c75dede82..e48cf332f 100644 --- a/kubernetes/client/apis/apiregistration_v1beta1_api.py +++ b/kubernetes/client/apis/apiregistration_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_api_service(self, body, **kwargs): """ create an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_api_service(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_api_service(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1APIService @@ -51,7 +51,7 @@ def create_api_service(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_api_service_with_http_info(body, **kwargs) else: (data) = self.create_api_service_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_api_service_with_http_info(self, body, **kwargs): """ create an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_api_service_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_api_service_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1APIService @@ -74,7 +74,7 @@ def create_api_service_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_api_service_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_api_service(self, name, body, **kwargs): """ delete an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -155,7 +155,7 @@ def delete_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_api_service_with_http_info(name, body, **kwargs) else: (data) = self.delete_api_service_with_http_info(name, body, **kwargs) @@ -165,11 +165,11 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): """ delete an APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -182,7 +182,7 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -248,7 +248,7 @@ def delete_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -258,11 +258,11 @@ def delete_collection_api_service(self, **kwargs): """ delete collection of APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_api_service(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_api_service(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -277,7 +277,7 @@ def delete_collection_api_service(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_api_service_with_http_info(**kwargs) else: (data) = self.delete_collection_api_service_with_http_info(**kwargs) @@ -287,11 +287,11 @@ def delete_collection_api_service_with_http_info(self, **kwargs): """ delete collection of APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_api_service_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_api_service_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -307,7 +307,7 @@ def delete_collection_api_service_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_collection_api_service_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_api_service(self, **kwargs): """ list or watch objects of kind APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_api_service(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_api_service(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_api_service(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_api_service_with_http_info(**kwargs) else: (data) = self.list_api_service_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_api_service_with_http_info(self, **kwargs): """ list or watch objects of kind APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_api_service_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_api_service_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_api_service_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_api_service_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1APIServiceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_api_service(self, name, body, **kwargs): """ partially update the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_api_service_with_http_info(name, body, **kwargs) else: (data) = self.patch_api_service_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): """ partially update the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,114 +693,7 @@ def patch_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def patch_api_service_status(self, name, body, **kwargs): - """ - partially update status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_status(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1APIService - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.patch_api_service_status_with_http_info(name, body, **kwargs) - else: - (data) = self.patch_api_service_status_with_http_info(name, body, **kwargs) - return data - - def patch_api_service_status_with_http_info(self, name, body, **kwargs): - """ - partially update status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_api_service_status_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1APIService - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method patch_api_service_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `patch_api_service_status`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `patch_api_service_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1APIService', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -810,11 +703,11 @@ def read_api_service(self, name, **kwargs): """ read the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_api_service(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -824,7 +717,7 @@ def read_api_service(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_api_service_with_http_info(name, **kwargs) else: (data) = self.read_api_service_with_http_info(name, **kwargs) @@ -834,11 +727,11 @@ def read_api_service_with_http_info(self, name, **kwargs): """ read the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_api_service_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -849,7 +742,7 @@ def read_api_service_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,107 +801,7 @@ def read_api_service_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def read_api_service_status(self, name, **kwargs): - """ - read status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_status(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1APIService - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.read_api_service_status_with_http_info(name, **kwargs) - else: - (data) = self.read_api_service_status_with_http_info(name, **kwargs) - return data - - def read_api_service_status_with_http_info(self, name, **kwargs): - """ - read status of the specified APIService - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_api_service_status_with_http_info(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the APIService (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1APIService - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method read_api_service_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `read_api_service_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1APIService', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1018,11 +811,11 @@ def replace_api_service(self, name, body, **kwargs): """ replace the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1031,7 +824,7 @@ def replace_api_service(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_api_service_with_http_info(name, body, **kwargs) else: (data) = self.replace_api_service_with_http_info(name, body, **kwargs) @@ -1041,11 +834,11 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): """ replace the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1055,7 +848,7 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1115,7 +908,7 @@ def replace_api_service_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1125,11 +918,11 @@ def replace_api_service_status(self, name, body, **kwargs): """ replace status of the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1138,7 +931,7 @@ def replace_api_service_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_api_service_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_api_service_status_with_http_info(name, body, **kwargs) @@ -1148,11 +941,11 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified APIService This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_api_service_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_api_service_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the APIService (required) :param V1beta1APIService body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1162,7 +955,7 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1222,7 +1015,7 @@ def replace_api_service_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1APIService', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apis_api.py b/kubernetes/client/apis/apis_api.py index bf8791993..a2f10a691 100644 --- a/kubernetes/client/apis/apis_api.py +++ b/kubernetes/client/apis/apis_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_versions(self, **kwargs): """ get available API versions This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_versions(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_versions(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroupList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_versions_with_http_info(**kwargs) else: (data) = self.get_api_versions_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_versions_with_http_info(self, **kwargs): """ get available API versions This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_versions_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_versions_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroupList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_versions_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroupList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apps_api.py b/kubernetes/client/apis/apps_api.py index bcac15e6d..fce87a4a3 100644 --- a/kubernetes/client/apis/apps_api.py +++ b/kubernetes/client/apis/apps_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apps_v1_api.py b/kubernetes/client/apis/apps_v1_api.py index fd4afd570..9e4599b4a 100644 --- a/kubernetes/client/apis/apps_v1_api.py +++ b/kubernetes/client/apis/apps_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, files=local_var_files, response_type='V1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -159,7 +159,7 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) @@ -169,11 +169,11 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -183,7 +183,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -243,7 +243,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -253,11 +253,11 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -266,7 +266,7 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) @@ -276,11 +276,11 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -290,7 +290,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -350,7 +350,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -360,11 +360,11 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -373,7 +373,7 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) @@ -383,11 +383,11 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -397,7 +397,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -457,7 +457,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -467,11 +467,11 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -480,7 +480,7 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) @@ -490,11 +490,11 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -504,7 +504,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -564,7 +564,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -574,11 +574,11 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -594,7 +594,7 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -604,11 +604,11 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -625,7 +625,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -696,7 +696,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -706,11 +706,11 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -726,7 +726,7 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -736,11 +736,11 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -757,7 +757,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -828,7 +828,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -838,11 +838,11 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -858,7 +858,7 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -868,11 +868,11 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -889,7 +889,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -960,7 +960,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -970,11 +970,11 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -990,7 +990,7 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -1000,11 +1000,11 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1021,7 +1021,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1092,7 +1092,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1102,11 +1102,11 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1122,7 +1122,7 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -1132,11 +1132,11 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1153,7 +1153,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1224,7 +1224,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1234,11 +1234,11 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1251,7 +1251,7 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -1261,11 +1261,11 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1279,7 +1279,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1350,7 +1350,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1360,11 +1360,11 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1377,7 +1377,7 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -1387,11 +1387,11 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1405,7 +1405,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1476,7 +1476,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1486,11 +1486,11 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1503,7 +1503,7 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -1513,11 +1513,11 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1531,7 +1531,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1602,7 +1602,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1612,11 +1612,11 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1629,7 +1629,7 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -1639,11 +1639,11 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1657,7 +1657,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1728,7 +1728,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1738,11 +1738,11 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1755,7 +1755,7 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -1765,11 +1765,11 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1783,7 +1783,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1854,7 +1854,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1864,17 +1864,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1884,18 +1884,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1942,7 +1942,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1952,11 +1952,11 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1971,7 +1971,7 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) @@ -1981,11 +1981,11 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2001,7 +2001,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2067,7 +2067,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2077,11 +2077,11 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2096,7 +2096,7 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) @@ -2106,11 +2106,11 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2126,7 +2126,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2192,7 +2192,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2202,11 +2202,11 @@ def list_deployment_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2221,7 +2221,7 @@ def list_deployment_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_deployment_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_deployment_for_all_namespaces_with_http_info(**kwargs) @@ -2231,11 +2231,11 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2251,7 +2251,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2317,7 +2317,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2327,11 +2327,11 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2347,7 +2347,7 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -2357,11 +2357,11 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2378,7 +2378,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2449,7 +2449,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs files=local_var_files, response_type='V1ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2459,11 +2459,11 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2479,7 +2479,7 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -2489,11 +2489,11 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2510,7 +2510,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2581,7 +2581,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2591,11 +2591,11 @@ def list_namespaced_deployment(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2611,7 +2611,7 @@ def list_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -2621,11 +2621,11 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2642,7 +2642,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2713,7 +2713,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2723,11 +2723,11 @@ def list_namespaced_replica_set(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2743,7 +2743,7 @@ def list_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -2753,11 +2753,11 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2774,7 +2774,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2845,7 +2845,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2855,11 +2855,11 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2875,7 +2875,7 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -2885,11 +2885,11 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2906,7 +2906,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2977,7 +2977,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2987,11 +2987,11 @@ def list_replica_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3006,7 +3006,7 @@ def list_replica_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) @@ -3016,11 +3016,11 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3036,7 +3036,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3102,7 +3102,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3112,11 +3112,11 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3131,7 +3131,7 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) @@ -3141,11 +3141,11 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3161,7 +3161,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3227,7 +3227,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3237,11 +3237,11 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3251,7 +3251,7 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -3261,11 +3261,11 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3276,7 +3276,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3341,7 +3341,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3351,11 +3351,11 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3365,7 +3365,7 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -3375,11 +3375,11 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3390,7 +3390,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3455,7 +3455,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3465,11 +3465,11 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3479,7 +3479,7 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -3489,11 +3489,11 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3504,7 +3504,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3569,7 +3569,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3579,11 +3579,11 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3593,7 +3593,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -3603,11 +3603,11 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3618,7 +3618,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3683,7 +3683,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3693,11 +3693,11 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3707,7 +3707,7 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -3717,11 +3717,11 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3732,7 +3732,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3797,7 +3797,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3807,11 +3807,11 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3821,7 +3821,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -3831,11 +3831,11 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3846,7 +3846,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3911,7 +3911,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3921,11 +3921,11 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3935,7 +3935,7 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -3945,11 +3945,11 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3960,7 +3960,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4025,7 +4025,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4035,11 +4035,11 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4049,7 +4049,7 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4059,11 +4059,11 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4074,7 +4074,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4139,7 +4139,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4149,11 +4149,11 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4163,7 +4163,7 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4173,11 +4173,11 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4188,7 +4188,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4253,7 +4253,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4263,11 +4263,11 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4277,7 +4277,7 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -4287,11 +4287,11 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4302,7 +4302,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4367,7 +4367,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4377,11 +4377,11 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4391,7 +4391,7 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4401,11 +4401,11 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4416,7 +4416,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4481,7 +4481,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4491,11 +4491,11 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4505,7 +4505,7 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4515,11 +4515,11 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4530,7 +4530,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4595,7 +4595,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4605,11 +4605,11 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4620,7 +4620,7 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) @@ -4630,11 +4630,11 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4646,7 +4646,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4710,7 +4710,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4720,11 +4720,11 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4735,7 +4735,7 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) @@ -4745,11 +4745,11 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4761,7 +4761,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4825,7 +4825,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4835,11 +4835,11 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4848,7 +4848,7 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) @@ -4858,11 +4858,11 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4872,7 +4872,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4932,7 +4932,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4942,11 +4942,11 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4957,7 +4957,7 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) @@ -4967,11 +4967,11 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4983,7 +4983,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5047,7 +5047,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5057,11 +5057,11 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5070,7 +5070,7 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) @@ -5080,11 +5080,11 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5094,7 +5094,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5154,7 +5154,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5164,11 +5164,11 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5177,7 +5177,7 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) @@ -5187,11 +5187,11 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5201,7 +5201,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5261,7 +5261,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5271,11 +5271,11 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5286,7 +5286,7 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) @@ -5296,11 +5296,11 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5312,7 +5312,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5376,7 +5376,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5386,11 +5386,11 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5399,7 +5399,7 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) @@ -5409,11 +5409,11 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5423,7 +5423,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5483,7 +5483,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5493,11 +5493,11 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5506,7 +5506,7 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) @@ -5516,11 +5516,11 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5530,7 +5530,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5590,7 +5590,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5600,11 +5600,11 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5615,7 +5615,7 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) @@ -5625,11 +5625,11 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5641,7 +5641,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5705,7 +5705,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5715,11 +5715,11 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5728,7 +5728,7 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) @@ -5738,11 +5738,11 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5752,7 +5752,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5812,7 +5812,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5822,11 +5822,11 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5835,7 +5835,7 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) @@ -5845,11 +5845,11 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5859,7 +5859,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5919,7 +5919,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5929,11 +5929,11 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ControllerRevision body: (required) @@ -5943,7 +5943,7 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -5953,11 +5953,11 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ControllerRevision body: (required) @@ -5968,7 +5968,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6033,7 +6033,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6043,11 +6043,11 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) @@ -6057,7 +6057,7 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -6067,11 +6067,11 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) @@ -6082,7 +6082,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6147,7 +6147,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6157,11 +6157,11 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) @@ -6171,7 +6171,7 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -6181,11 +6181,11 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DaemonSet body: (required) @@ -6196,7 +6196,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6261,7 +6261,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6271,11 +6271,11 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) @@ -6285,7 +6285,7 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -6295,11 +6295,11 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) @@ -6310,7 +6310,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6375,7 +6375,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6385,11 +6385,11 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -6399,7 +6399,7 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -6409,11 +6409,11 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -6424,7 +6424,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6489,7 +6489,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6499,11 +6499,11 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) @@ -6513,7 +6513,7 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -6523,11 +6523,11 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Deployment body: (required) @@ -6538,7 +6538,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6603,7 +6603,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6613,11 +6613,11 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) @@ -6627,7 +6627,7 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -6637,11 +6637,11 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) @@ -6652,7 +6652,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6717,7 +6717,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6727,11 +6727,11 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -6741,7 +6741,7 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -6751,11 +6751,11 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -6766,7 +6766,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6831,7 +6831,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6841,11 +6841,11 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) @@ -6855,7 +6855,7 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -6865,11 +6865,11 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicaSet body: (required) @@ -6880,7 +6880,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6945,7 +6945,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6955,11 +6955,11 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) @@ -6969,7 +6969,7 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -6979,11 +6979,11 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) @@ -6994,7 +6994,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7059,7 +7059,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7069,11 +7069,11 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -7083,7 +7083,7 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -7093,11 +7093,11 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -7108,7 +7108,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7173,7 +7173,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7183,11 +7183,11 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) @@ -7197,7 +7197,7 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -7207,11 +7207,11 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1StatefulSet body: (required) @@ -7222,7 +7222,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7287,7 +7287,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apps_v1beta1_api.py b/kubernetes/client/apis/apps_v1beta1_api.py index 87db85ef8..7cac09113 100644 --- a/kubernetes/client/apis/apps_v1beta1_api.py +++ b/kubernetes/client/apis/apps_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, files=local_var_files, response_type='V1beta1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -159,7 +159,7 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) @@ -169,11 +169,11 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -183,7 +183,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -243,7 +243,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -253,11 +253,11 @@ def create_namespaced_deployment_rollback(self, name, namespace, body, **kwargs) """ create rollback of a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_rollback(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_rollback(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1DeploymentRollback body: (required) @@ -267,7 +267,7 @@ def create_namespaced_deployment_rollback(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, **kwargs) @@ -277,11 +277,11 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, """ create rollback of a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1DeploymentRollback body: (required) @@ -292,7 +292,7 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -357,7 +357,7 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, files=local_var_files, response_type='AppsV1beta1DeploymentRollback', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -367,11 +367,11 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -380,7 +380,7 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) @@ -390,11 +390,11 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -404,7 +404,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -464,7 +464,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -474,11 +474,11 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -494,7 +494,7 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -504,11 +504,11 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -525,7 +525,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -596,7 +596,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -606,11 +606,11 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -626,7 +626,7 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -636,11 +636,11 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -657,7 +657,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -728,7 +728,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -738,11 +738,11 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -758,7 +758,7 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -768,11 +768,11 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -789,7 +789,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -860,7 +860,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -870,11 +870,11 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -887,7 +887,7 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -897,11 +897,11 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -915,7 +915,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -986,7 +986,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -996,11 +996,11 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1013,7 +1013,7 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -1023,11 +1023,11 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1041,7 +1041,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1112,7 +1112,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1122,11 +1122,11 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1139,7 +1139,7 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -1149,11 +1149,11 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1167,7 +1167,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1238,7 +1238,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1248,17 +1248,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1268,18 +1268,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1326,7 +1326,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1336,11 +1336,11 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1355,7 +1355,7 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) @@ -1365,11 +1365,11 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1385,7 +1385,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1451,7 +1451,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1461,11 +1461,11 @@ def list_deployment_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1480,7 +1480,7 @@ def list_deployment_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_deployment_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_deployment_for_all_namespaces_with_http_info(**kwargs) @@ -1490,11 +1490,11 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1510,7 +1510,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1576,7 +1576,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='AppsV1beta1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1586,11 +1586,11 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1606,7 +1606,7 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -1616,11 +1616,11 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1637,7 +1637,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1708,7 +1708,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs files=local_var_files, response_type='V1beta1ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1718,11 +1718,11 @@ def list_namespaced_deployment(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1738,7 +1738,7 @@ def list_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -1748,11 +1748,11 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1769,7 +1769,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1840,7 +1840,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='AppsV1beta1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1850,11 +1850,11 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1870,7 +1870,7 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -1880,11 +1880,11 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1901,7 +1901,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1972,7 +1972,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1982,11 +1982,11 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2001,7 +2001,7 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) @@ -2011,11 +2011,11 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2031,7 +2031,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2097,7 +2097,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2107,11 +2107,11 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2121,7 +2121,7 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -2131,11 +2131,11 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2146,7 +2146,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2211,7 +2211,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2221,11 +2221,11 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2235,7 +2235,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -2245,11 +2245,11 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2260,7 +2260,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2325,7 +2325,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2335,11 +2335,11 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2349,7 +2349,7 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -2359,11 +2359,11 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2374,7 +2374,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2439,7 +2439,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2449,11 +2449,11 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2463,7 +2463,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -2473,11 +2473,11 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2488,7 +2488,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2553,7 +2553,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2563,11 +2563,11 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2577,7 +2577,7 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -2587,11 +2587,11 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2602,7 +2602,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2667,7 +2667,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2677,11 +2677,11 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2691,7 +2691,7 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -2701,11 +2701,11 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2716,7 +2716,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2781,7 +2781,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2791,11 +2791,11 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2805,7 +2805,7 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -2815,11 +2815,11 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2830,7 +2830,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2895,7 +2895,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2905,11 +2905,11 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2920,7 +2920,7 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) @@ -2930,11 +2930,11 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2946,7 +2946,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3010,7 +3010,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1beta1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3020,11 +3020,11 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3035,7 +3035,7 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) @@ -3045,11 +3045,11 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3061,7 +3061,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3125,7 +3125,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3135,11 +3135,11 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3148,7 +3148,7 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) @@ -3158,11 +3158,11 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3172,7 +3172,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3232,7 +3232,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3242,11 +3242,11 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3255,7 +3255,7 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) @@ -3265,11 +3265,11 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3279,7 +3279,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3339,7 +3339,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3349,11 +3349,11 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3364,7 +3364,7 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) @@ -3374,11 +3374,11 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3390,7 +3390,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3454,7 +3454,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3464,11 +3464,11 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3477,7 +3477,7 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) @@ -3487,11 +3487,11 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3501,7 +3501,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3561,7 +3561,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3571,11 +3571,11 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3584,7 +3584,7 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) @@ -3594,11 +3594,11 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3608,7 +3608,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3668,7 +3668,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3678,11 +3678,11 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) @@ -3692,7 +3692,7 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -3702,11 +3702,11 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) @@ -3717,7 +3717,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3782,7 +3782,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta1ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3792,11 +3792,11 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) @@ -3806,7 +3806,7 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -3816,11 +3816,11 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) @@ -3831,7 +3831,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3896,7 +3896,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3906,11 +3906,11 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) @@ -3920,7 +3920,7 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -3930,11 +3930,11 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) @@ -3945,7 +3945,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4010,7 +4010,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4020,11 +4020,11 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) @@ -4034,7 +4034,7 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -4044,11 +4044,11 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) @@ -4059,7 +4059,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4124,7 +4124,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='AppsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4134,11 +4134,11 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) @@ -4148,7 +4148,7 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -4158,11 +4158,11 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) @@ -4173,7 +4173,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4238,7 +4238,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4248,11 +4248,11 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) @@ -4262,7 +4262,7 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4272,11 +4272,11 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) @@ -4287,7 +4287,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4352,7 +4352,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, files=local_var_files, response_type='AppsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4362,11 +4362,11 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) @@ -4376,7 +4376,7 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4386,11 +4386,11 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1StatefulSet body: (required) @@ -4401,7 +4401,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4466,7 +4466,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta1StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/apps_v1beta2_api.py b/kubernetes/client/apis/apps_v1beta2_api.py index fb1163fff..b1d93f044 100644 --- a/kubernetes/client/apis/apps_v1beta2_api.py +++ b/kubernetes/client/apis/apps_v1beta2_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_controller_revision(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_controller_revision_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ create a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_controller_revision_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_controller_revision_with_http_info(self, namespace, body, files=local_var_files, response_type='V1beta2ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -159,7 +159,7 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) @@ -169,11 +169,11 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -183,7 +183,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -243,7 +243,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -253,11 +253,11 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -266,7 +266,7 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) @@ -276,11 +276,11 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -290,7 +290,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -350,7 +350,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -360,11 +360,11 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -373,7 +373,7 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) @@ -383,11 +383,11 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -397,7 +397,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -457,7 +457,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -467,11 +467,11 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -480,7 +480,7 @@ def create_namespaced_stateful_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) @@ -490,11 +490,11 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ create a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -504,7 +504,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -564,7 +564,7 @@ def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -574,11 +574,11 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -594,7 +594,7 @@ def delete_collection_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -604,11 +604,11 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ delete collection of ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -625,7 +625,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -696,7 +696,7 @@ def delete_collection_namespaced_controller_revision_with_http_info(self, namesp files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -706,11 +706,11 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -726,7 +726,7 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -736,11 +736,11 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -757,7 +757,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -828,7 +828,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -838,11 +838,11 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -858,7 +858,7 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -868,11 +868,11 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -889,7 +889,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -960,7 +960,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -970,11 +970,11 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -990,7 +990,7 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -1000,11 +1000,11 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1021,7 +1021,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1092,7 +1092,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1102,11 +1102,11 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1122,7 +1122,7 @@ def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -1132,11 +1132,11 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ delete collection of StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1153,7 +1153,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1224,7 +1224,7 @@ def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1234,11 +1234,11 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1251,7 +1251,7 @@ def delete_namespaced_controller_revision(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -1261,11 +1261,11 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ delete a ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1279,7 +1279,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1350,7 +1350,7 @@ def delete_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1360,11 +1360,11 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1377,7 +1377,7 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -1387,11 +1387,11 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1405,7 +1405,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1476,7 +1476,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1486,11 +1486,11 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1503,7 +1503,7 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -1513,11 +1513,11 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1531,7 +1531,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1602,7 +1602,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1612,11 +1612,11 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1629,7 +1629,7 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -1639,11 +1639,11 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1657,7 +1657,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1728,7 +1728,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1738,11 +1738,11 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1755,7 +1755,7 @@ def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -1765,11 +1765,11 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ delete a StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1783,7 +1783,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1854,7 +1854,7 @@ def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1864,17 +1864,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1884,18 +1884,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1942,7 +1942,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1952,11 +1952,11 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1971,7 +1971,7 @@ def list_controller_revision_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_controller_revision_for_all_namespaces_with_http_info(**kwargs) @@ -1981,11 +1981,11 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_controller_revision_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2001,7 +2001,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2067,7 +2067,7 @@ def list_controller_revision_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta2ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2077,11 +2077,11 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2096,7 +2096,7 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) @@ -2106,11 +2106,11 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2126,7 +2126,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2192,7 +2192,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta2DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2202,11 +2202,11 @@ def list_deployment_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2221,7 +2221,7 @@ def list_deployment_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_deployment_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_deployment_for_all_namespaces_with_http_info(**kwargs) @@ -2231,11 +2231,11 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2251,7 +2251,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2317,7 +2317,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta2DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2327,11 +2327,11 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2347,7 +2347,7 @@ def list_namespaced_controller_revision(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_controller_revision_with_http_info(namespace, **kwargs) @@ -2357,11 +2357,11 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ list or watch objects of kind ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_controller_revision_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2378,7 +2378,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2449,7 +2449,7 @@ def list_namespaced_controller_revision_with_http_info(self, namespace, **kwargs files=local_var_files, response_type='V1beta2ControllerRevisionList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2459,11 +2459,11 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2479,7 +2479,7 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -2489,11 +2489,11 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2510,7 +2510,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2581,7 +2581,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta2DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2591,11 +2591,11 @@ def list_namespaced_deployment(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2611,7 +2611,7 @@ def list_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -2621,11 +2621,11 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2642,7 +2642,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2713,7 +2713,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta2DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2723,11 +2723,11 @@ def list_namespaced_replica_set(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2743,7 +2743,7 @@ def list_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -2753,11 +2753,11 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2774,7 +2774,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2845,7 +2845,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta2ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2855,11 +2855,11 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2875,7 +2875,7 @@ def list_namespaced_stateful_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) @@ -2885,11 +2885,11 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2906,7 +2906,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2977,7 +2977,7 @@ def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta2StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2987,11 +2987,11 @@ def list_replica_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3006,7 +3006,7 @@ def list_replica_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) @@ -3016,11 +3016,11 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3036,7 +3036,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3102,7 +3102,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta2ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3112,11 +3112,11 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3131,7 +3131,7 @@ def list_stateful_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) @@ -3141,11 +3141,11 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3161,7 +3161,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3227,7 +3227,7 @@ def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta2StatefulSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3237,11 +3237,11 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3251,7 +3251,7 @@ def patch_namespaced_controller_revision(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -3261,11 +3261,11 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ partially update the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3276,7 +3276,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3341,7 +3341,7 @@ def patch_namespaced_controller_revision_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta2ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3351,11 +3351,11 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3365,7 +3365,7 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -3375,11 +3375,11 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3390,7 +3390,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3455,7 +3455,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3465,11 +3465,11 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3479,7 +3479,7 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -3489,11 +3489,11 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3504,7 +3504,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3569,7 +3569,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3579,11 +3579,11 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3593,7 +3593,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -3603,11 +3603,11 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3618,7 +3618,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3683,7 +3683,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3693,11 +3693,11 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3707,7 +3707,7 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -3717,11 +3717,11 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3732,7 +3732,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3797,7 +3797,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3807,11 +3807,11 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3821,7 +3821,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -3831,11 +3831,11 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3846,7 +3846,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3911,7 +3911,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3921,11 +3921,11 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3935,7 +3935,7 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -3945,11 +3945,11 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3960,7 +3960,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4025,7 +4025,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4035,11 +4035,11 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4049,7 +4049,7 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4059,11 +4059,11 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4074,7 +4074,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4139,7 +4139,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4149,11 +4149,11 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4163,7 +4163,7 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4173,11 +4173,11 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4188,7 +4188,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4253,7 +4253,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4263,11 +4263,11 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4277,7 +4277,7 @@ def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -4287,11 +4287,11 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ partially update the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4302,7 +4302,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4367,7 +4367,7 @@ def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4377,11 +4377,11 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4391,7 +4391,7 @@ def patch_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4401,11 +4401,11 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ partially update scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4416,7 +4416,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4481,7 +4481,7 @@ def patch_namespaced_stateful_set_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4491,11 +4491,11 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4505,7 +4505,7 @@ def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4515,11 +4515,11 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ partially update status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4530,7 +4530,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4595,7 +4595,7 @@ def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4605,11 +4605,11 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4620,7 +4620,7 @@ def read_namespaced_controller_revision(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_controller_revision_with_http_info(name, namespace, **kwargs) @@ -4630,11 +4630,11 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ read the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_controller_revision_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4646,7 +4646,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4710,7 +4710,7 @@ def read_namespaced_controller_revision_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1beta2ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4720,11 +4720,11 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4735,7 +4735,7 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) @@ -4745,11 +4745,11 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4761,7 +4761,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4825,7 +4825,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4835,11 +4835,11 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4848,7 +4848,7 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) @@ -4858,11 +4858,11 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4872,7 +4872,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4932,7 +4932,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4942,11 +4942,11 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4957,7 +4957,7 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) @@ -4967,11 +4967,11 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -4983,7 +4983,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5047,7 +5047,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5057,11 +5057,11 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5070,7 +5070,7 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) @@ -5080,11 +5080,11 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5094,7 +5094,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5154,7 +5154,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5164,11 +5164,11 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5177,7 +5177,7 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) @@ -5187,11 +5187,11 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5201,7 +5201,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5261,7 +5261,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5271,11 +5271,11 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5286,7 +5286,7 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) @@ -5296,11 +5296,11 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5312,7 +5312,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5376,7 +5376,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5386,11 +5386,11 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5399,7 +5399,7 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) @@ -5409,11 +5409,11 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5423,7 +5423,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5483,7 +5483,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5493,11 +5493,11 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5506,7 +5506,7 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) @@ -5516,11 +5516,11 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5530,7 +5530,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5590,7 +5590,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5600,11 +5600,11 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5615,7 +5615,7 @@ def read_namespaced_stateful_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) @@ -5625,11 +5625,11 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ read the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5641,7 +5641,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5705,7 +5705,7 @@ def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5715,11 +5715,11 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5728,7 +5728,7 @@ def read_namespaced_stateful_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_scale_with_http_info(name, namespace, **kwargs) @@ -5738,11 +5738,11 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ read scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5752,7 +5752,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5812,7 +5812,7 @@ def read_namespaced_stateful_set_scale_with_http_info(self, name, namespace, **k files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5822,11 +5822,11 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5835,7 +5835,7 @@ def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) @@ -5845,11 +5845,11 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ read status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5859,7 +5859,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5919,7 +5919,7 @@ def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, ** files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5929,11 +5929,11 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ControllerRevision body: (required) @@ -5943,7 +5943,7 @@ def replace_namespaced_controller_revision(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_controller_revision_with_http_info(name, namespace, body, **kwargs) @@ -5953,11 +5953,11 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ replace the specified ControllerRevision This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_controller_revision_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ControllerRevision body: (required) @@ -5968,7 +5968,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6033,7 +6033,7 @@ def replace_namespaced_controller_revision_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta2ControllerRevision', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6043,11 +6043,11 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) @@ -6057,7 +6057,7 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -6067,11 +6067,11 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) @@ -6082,7 +6082,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6147,7 +6147,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6157,11 +6157,11 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) @@ -6171,7 +6171,7 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -6181,11 +6181,11 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2DaemonSet body: (required) @@ -6196,7 +6196,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6261,7 +6261,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta2DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6271,11 +6271,11 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) @@ -6285,7 +6285,7 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -6295,11 +6295,11 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) @@ -6310,7 +6310,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6375,7 +6375,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6385,11 +6385,11 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -6399,7 +6399,7 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -6409,11 +6409,11 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -6424,7 +6424,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6489,7 +6489,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6499,11 +6499,11 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) @@ -6513,7 +6513,7 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -6523,11 +6523,11 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Deployment body: (required) @@ -6538,7 +6538,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6603,7 +6603,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta2Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6613,11 +6613,11 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) @@ -6627,7 +6627,7 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -6637,11 +6637,11 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) @@ -6652,7 +6652,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6717,7 +6717,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6727,11 +6727,11 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -6741,7 +6741,7 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -6751,11 +6751,11 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -6766,7 +6766,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6831,7 +6831,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6841,11 +6841,11 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) @@ -6855,7 +6855,7 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -6865,11 +6865,11 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2ReplicaSet body: (required) @@ -6880,7 +6880,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6945,7 +6945,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta2ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6955,11 +6955,11 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) @@ -6969,7 +6969,7 @@ def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) @@ -6979,11 +6979,11 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ replace the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) @@ -6994,7 +6994,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7059,7 +7059,7 @@ def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7069,11 +7069,11 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -7083,7 +7083,7 @@ def replace_namespaced_stateful_set_scale(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -7093,11 +7093,11 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ replace scale of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2Scale body: (required) @@ -7108,7 +7108,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7173,7 +7173,7 @@ def replace_namespaced_stateful_set_scale_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta2Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7183,11 +7183,11 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) @@ -7197,7 +7197,7 @@ def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) @@ -7207,11 +7207,11 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ replace status of the specified StatefulSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta2StatefulSet body: (required) @@ -7222,7 +7222,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7287,7 +7287,7 @@ def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta2StatefulSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authentication_api.py b/kubernetes/client/apis/authentication_api.py index 4d6c7d028..5ac150dbd 100644 --- a/kubernetes/client/apis/authentication_api.py +++ b/kubernetes/client/apis/authentication_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authentication_v1_api.py b/kubernetes/client/apis/authentication_v1_api.py index 662f3c41b..82a4674ce 100644 --- a/kubernetes/client/apis/authentication_v1_api.py +++ b/kubernetes/client/apis/authentication_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_token_review(self, body, **kwargs): """ create a TokenReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_token_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_token_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1TokenReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1TokenReview @@ -51,7 +51,7 @@ def create_token_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_token_review_with_http_info(body, **kwargs) else: (data) = self.create_token_review_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_token_review_with_http_info(self, body, **kwargs): """ create a TokenReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_token_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_token_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1TokenReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1TokenReview @@ -74,7 +74,7 @@ def create_token_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_token_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1TokenReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,17 +139,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -159,18 +159,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -217,7 +217,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authentication_v1beta1_api.py b/kubernetes/client/apis/authentication_v1beta1_api.py index 551fc6b3e..86b6c5859 100644 --- a/kubernetes/client/apis/authentication_v1beta1_api.py +++ b/kubernetes/client/apis/authentication_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_token_review(self, body, **kwargs): """ create a TokenReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_token_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_token_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1TokenReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1TokenReview @@ -51,7 +51,7 @@ def create_token_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_token_review_with_http_info(body, **kwargs) else: (data) = self.create_token_review_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_token_review_with_http_info(self, body, **kwargs): """ create a TokenReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_token_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_token_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1TokenReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1TokenReview @@ -74,7 +74,7 @@ def create_token_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_token_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1TokenReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,17 +139,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -159,18 +159,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -217,7 +217,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authorization_api.py b/kubernetes/client/apis/authorization_api.py index f61d69edd..5d6c8664d 100644 --- a/kubernetes/client/apis/authorization_api.py +++ b/kubernetes/client/apis/authorization_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authorization_v1_api.py b/kubernetes/client/apis/authorization_v1_api.py index ec2e15f05..54eae99f5 100644 --- a/kubernetes/client/apis/authorization_v1_api.py +++ b/kubernetes/client/apis/authorization_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_local_subject_access_review(self, namespace, body, **kwarg """ create a LocalSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_local_subject_access_review(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_local_subject_access_review(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LocalSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_local_subject_access_review(self, namespace, body, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_local_subject_access_review_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_local_subject_access_review_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace """ create a LocalSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_local_subject_access_review_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_local_subject_access_review_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LocalSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace files=local_var_files, response_type='V1LocalSubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_self_subject_access_review(self, body, **kwargs): """ create a SelfSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_access_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_access_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SelfSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SelfSubjectAccessReview @@ -158,7 +158,7 @@ def create_self_subject_access_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_self_subject_access_review_with_http_info(body, **kwargs) else: (data) = self.create_self_subject_access_review_with_http_info(body, **kwargs) @@ -168,11 +168,11 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): """ create a SelfSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_access_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_access_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SelfSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SelfSubjectAccessReview @@ -181,7 +181,7 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -236,7 +236,7 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1SelfSubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -246,11 +246,11 @@ def create_self_subject_rules_review(self, body, **kwargs): """ create a SelfSubjectRulesReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_rules_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_rules_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SelfSubjectRulesReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SelfSubjectRulesReview @@ -258,7 +258,7 @@ def create_self_subject_rules_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_self_subject_rules_review_with_http_info(body, **kwargs) else: (data) = self.create_self_subject_rules_review_with_http_info(body, **kwargs) @@ -268,11 +268,11 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): """ create a SelfSubjectRulesReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_rules_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_rules_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SelfSubjectRulesReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SelfSubjectRulesReview @@ -281,7 +281,7 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -336,7 +336,7 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1SelfSubjectRulesReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -346,11 +346,11 @@ def create_subject_access_review(self, body, **kwargs): """ create a SubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_subject_access_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_subject_access_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SubjectAccessReview @@ -358,7 +358,7 @@ def create_subject_access_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_subject_access_review_with_http_info(body, **kwargs) else: (data) = self.create_subject_access_review_with_http_info(body, **kwargs) @@ -368,11 +368,11 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): """ create a SubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_subject_access_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_subject_access_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1SubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1SubjectAccessReview @@ -381,7 +381,7 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -436,7 +436,7 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1SubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -446,17 +446,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -466,18 +466,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -524,7 +524,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/authorization_v1beta1_api.py b/kubernetes/client/apis/authorization_v1beta1_api.py index 3e5b4c1be..9de22c242 100644 --- a/kubernetes/client/apis/authorization_v1beta1_api.py +++ b/kubernetes/client/apis/authorization_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_local_subject_access_review(self, namespace, body, **kwarg """ create a LocalSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_local_subject_access_review(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_local_subject_access_review(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1LocalSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_local_subject_access_review(self, namespace, body, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_local_subject_access_review_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_local_subject_access_review_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace """ create a LocalSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_local_subject_access_review_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_local_subject_access_review_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1LocalSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_local_subject_access_review_with_http_info(self, namespace files=local_var_files, response_type='V1beta1LocalSubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_self_subject_access_review(self, body, **kwargs): """ create a SelfSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_access_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_access_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SelfSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SelfSubjectAccessReview @@ -158,7 +158,7 @@ def create_self_subject_access_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_self_subject_access_review_with_http_info(body, **kwargs) else: (data) = self.create_self_subject_access_review_with_http_info(body, **kwargs) @@ -168,11 +168,11 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): """ create a SelfSubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_access_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_access_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SelfSubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SelfSubjectAccessReview @@ -181,7 +181,7 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -236,7 +236,7 @@ def create_self_subject_access_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1SelfSubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -246,11 +246,11 @@ def create_self_subject_rules_review(self, body, **kwargs): """ create a SelfSubjectRulesReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_rules_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_rules_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SelfSubjectRulesReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SelfSubjectRulesReview @@ -258,7 +258,7 @@ def create_self_subject_rules_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_self_subject_rules_review_with_http_info(body, **kwargs) else: (data) = self.create_self_subject_rules_review_with_http_info(body, **kwargs) @@ -268,11 +268,11 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): """ create a SelfSubjectRulesReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_self_subject_rules_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_self_subject_rules_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SelfSubjectRulesReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SelfSubjectRulesReview @@ -281,7 +281,7 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -336,7 +336,7 @@ def create_self_subject_rules_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1SelfSubjectRulesReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -346,11 +346,11 @@ def create_subject_access_review(self, body, **kwargs): """ create a SubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_subject_access_review(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_subject_access_review(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SubjectAccessReview @@ -358,7 +358,7 @@ def create_subject_access_review(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_subject_access_review_with_http_info(body, **kwargs) else: (data) = self.create_subject_access_review_with_http_info(body, **kwargs) @@ -368,11 +368,11 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): """ create a SubjectAccessReview This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_subject_access_review_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_subject_access_review_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1SubjectAccessReview body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1SubjectAccessReview @@ -381,7 +381,7 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -436,7 +436,7 @@ def create_subject_access_review_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1SubjectAccessReview', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -446,17 +446,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -466,18 +466,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -524,7 +524,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/autoscaling_api.py b/kubernetes/client/apis/autoscaling_api.py index e2db00f9d..79eee6cee 100644 --- a/kubernetes/client/apis/autoscaling_api.py +++ b/kubernetes/client/apis/autoscaling_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/autoscaling_v1_api.py b/kubernetes/client/apis/autoscaling_v1_api.py index cfed88e96..1c9e2e05d 100644 --- a/kubernetes/client/apis/autoscaling_v1_api.py +++ b/kubernetes/client/apis/autoscaling_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs) """ create a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, """ create a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kw """ delete collection of HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, """ delete collection of HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **k """ delete a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **k returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names """ delete a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa files=local_var_files, response_type='V1HorizontalPodAutoscalerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** files=local_var_files, response_type='V1HorizontalPodAutoscalerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kw """ partially update the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp """ partially update the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, bod """ partially update status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -877,7 +877,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, bod returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) @@ -887,11 +887,11 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ partially update status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -902,7 +902,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -967,7 +967,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -977,11 +977,11 @@ def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -992,7 +992,7 @@ def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) @@ -1002,11 +1002,11 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa """ read the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1018,7 +1018,7 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1092,11 +1092,11 @@ def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kw """ read status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1105,7 +1105,7 @@ def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) @@ -1115,11 +1115,11 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ read status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1129,7 +1129,7 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1189,7 +1189,7 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1199,11 +1199,11 @@ def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, ** """ replace the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) @@ -1213,7 +1213,7 @@ def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, ** returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -1223,11 +1223,11 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name """ replace the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) @@ -1238,7 +1238,7 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1303,7 +1303,7 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1313,11 +1313,11 @@ def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, b """ replace status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) @@ -1327,7 +1327,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, b returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) @@ -1337,11 +1337,11 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam """ replace status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1HorizontalPodAutoscaler body: (required) @@ -1352,7 +1352,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1417,7 +1417,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam files=local_var_files, response_type='V1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/autoscaling_v2beta1_api.py b/kubernetes/client/apis/autoscaling_v2beta1_api.py index 132cd130a..6687881e8 100644 --- a/kubernetes/client/apis/autoscaling_v2beta1_api.py +++ b/kubernetes/client/apis/autoscaling_v2beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs) """ create a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, """ create a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kw """ delete collection of HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, """ delete collection of HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **k """ delete a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **k returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names """ delete a HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, names files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwa files=local_var_files, response_type='V2beta1HorizontalPodAutoscalerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** """ list or watch objects of kind HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, ** files=local_var_files, response_type='V2beta1HorizontalPodAutoscalerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kw """ partially update the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp """ partially update the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namesp files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, bod """ partially update status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -877,7 +877,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, bod returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) @@ -887,11 +887,11 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ partially update status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -902,7 +902,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -967,7 +967,7 @@ def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -977,11 +977,11 @@ def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -992,7 +992,7 @@ def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) @@ -1002,11 +1002,11 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa """ read the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1018,7 +1018,7 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespa files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1092,11 +1092,11 @@ def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kw """ read status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1105,7 +1105,7 @@ def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) @@ -1115,11 +1115,11 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ read status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1129,7 +1129,7 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1189,7 +1189,7 @@ def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1199,11 +1199,11 @@ def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, ** """ replace the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) @@ -1213,7 +1213,7 @@ def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, ** returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) @@ -1223,11 +1223,11 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name """ replace the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) @@ -1238,7 +1238,7 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1303,7 +1303,7 @@ def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, name files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1313,11 +1313,11 @@ def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, b """ replace status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) @@ -1327,7 +1327,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, b returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) @@ -1337,11 +1337,11 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam """ replace status of the specified HorizontalPodAutoscaler This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the HorizontalPodAutoscaler (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2beta1HorizontalPodAutoscaler body: (required) @@ -1352,7 +1352,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1417,7 +1417,7 @@ def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, nam files=local_var_files, response_type='V2beta1HorizontalPodAutoscaler', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/batch_api.py b/kubernetes/client/apis/batch_api.py index 64c8c1750..5ca58c3d3 100644 --- a/kubernetes/client/apis/batch_api.py +++ b/kubernetes/client/apis/batch_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/batch_v1_api.py b/kubernetes/client/apis/batch_v1_api.py index 15759493d..a41640e1b 100644 --- a/kubernetes/client/apis/batch_v1_api.py +++ b/kubernetes/client/apis/batch_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_job(self, namespace, body, **kwargs): """ create a Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_job(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_job(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_job(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_job_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_job_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_job_with_http_info(self, namespace, body, **kwargs): """ create a Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_job_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_job_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_job_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_job_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_job(self, namespace, **kwargs): """ delete collection of Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_job_with_http_info(self, namespace, **kwargs): """ delete collection of Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_job_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_job_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_job(self, name, namespace, body, **kwargs): """ delete a Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ delete a Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_job_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_job_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_job_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_job_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_job_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_job_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_job_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_job_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_job_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_job_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_job_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1JobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_job(self, namespace, **kwargs): """ list or watch objects of kind Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_job_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_job_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_job_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_job_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_job_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1JobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_job(self, name, namespace, body, **kwargs): """ partially update the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def patch_namespaced_job_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -877,7 +877,7 @@ def patch_namespaced_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) @@ -887,11 +887,11 @@ def patch_namespaced_job_status_with_http_info(self, name, namespace, body, **kw """ partially update status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -902,7 +902,7 @@ def patch_namespaced_job_status_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -967,7 +967,7 @@ def patch_namespaced_job_status_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -977,11 +977,11 @@ def read_namespaced_job(self, name, namespace, **kwargs): """ read the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_job(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_job(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -992,7 +992,7 @@ def read_namespaced_job(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_job_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_job_with_http_info(name, namespace, **kwargs) @@ -1002,11 +1002,11 @@ def read_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ read the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_job_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_job_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1018,7 +1018,7 @@ def read_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def read_namespaced_job_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1092,11 +1092,11 @@ def read_namespaced_job_status(self, name, namespace, **kwargs): """ read status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_job_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_job_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1105,7 +1105,7 @@ def read_namespaced_job_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) @@ -1115,11 +1115,11 @@ def read_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_job_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_job_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1129,7 +1129,7 @@ def read_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1189,7 +1189,7 @@ def read_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1199,11 +1199,11 @@ def replace_namespaced_job(self, name, namespace, body, **kwargs): """ replace the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) @@ -1213,7 +1213,7 @@ def replace_namespaced_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) @@ -1223,11 +1223,11 @@ def replace_namespaced_job_with_http_info(self, name, namespace, body, **kwargs) """ replace the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) @@ -1238,7 +1238,7 @@ def replace_namespaced_job_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1303,7 +1303,7 @@ def replace_namespaced_job_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1313,11 +1313,11 @@ def replace_namespaced_job_status(self, name, namespace, body, **kwargs): """ replace status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) @@ -1327,7 +1327,7 @@ def replace_namespaced_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) @@ -1337,11 +1337,11 @@ def replace_namespaced_job_status_with_http_info(self, name, namespace, body, ** """ replace status of the specified Job This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Job (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Job body: (required) @@ -1352,7 +1352,7 @@ def replace_namespaced_job_status_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1417,7 +1417,7 @@ def replace_namespaced_job_status_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Job', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/batch_v1beta1_api.py b/kubernetes/client/apis/batch_v1beta1_api.py index 5cdd3723b..b2b42ade7 100644 --- a/kubernetes/client/apis/batch_v1beta1_api.py +++ b/kubernetes/client/apis/batch_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_cron_job(self, namespace, body, **kwargs): """ create a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_cron_job(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_cron_job(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_cron_job(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_cron_job_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_cron_job_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): """ create a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_cron_job_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_cron_job_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_cron_job(self, namespace, **kwargs): """ delete collection of CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_cron_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_cron_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_cron_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_cron_job_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_cron_job_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar """ delete collection of CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_cron_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_cron_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_cron_job(self, name, namespace, body, **kwargs): """ delete a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa """ delete a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_cron_job_for_all_namespaces(self, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cron_job_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cron_job_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_cron_job_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cron_job_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_cron_job_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cron_job_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cron_job_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1CronJobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_cron_job(self, namespace, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_cron_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_cron_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_cron_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_cron_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_cron_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1CronJobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_cron_job(self, name, namespace, body, **kwargs): """ partially update the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar """ partially update the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def patch_namespaced_cron_job_status(self, name, namespace, body, **kwargs): """ partially update status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -877,7 +877,7 @@ def patch_namespaced_cron_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) @@ -887,11 +887,11 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, """ partially update status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -902,7 +902,7 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -967,7 +967,7 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -977,11 +977,11 @@ def read_namespaced_cron_job(self, name, namespace, **kwargs): """ read the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -992,7 +992,7 @@ def read_namespaced_cron_job(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_cron_job_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_cron_job_with_http_info(name, namespace, **kwargs) @@ -1002,11 +1002,11 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): """ read the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1018,7 +1018,7 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1092,11 +1092,11 @@ def read_namespaced_cron_job_status(self, name, namespace, **kwargs): """ read status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1105,7 +1105,7 @@ def read_namespaced_cron_job_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_cron_job_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_cron_job_status_with_http_info(name, namespace, **kwargs) @@ -1115,11 +1115,11 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar """ read status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1129,7 +1129,7 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1189,7 +1189,7 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1199,11 +1199,11 @@ def replace_namespaced_cron_job(self, name, namespace, body, **kwargs): """ replace the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) @@ -1213,7 +1213,7 @@ def replace_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -1223,11 +1223,11 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw """ replace the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) @@ -1238,7 +1238,7 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1303,7 +1303,7 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1313,11 +1313,11 @@ def replace_namespaced_cron_job_status(self, name, namespace, body, **kwargs): """ replace status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) @@ -1327,7 +1327,7 @@ def replace_namespaced_cron_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) @@ -1337,11 +1337,11 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod """ replace status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1CronJob body: (required) @@ -1352,7 +1352,7 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1417,7 +1417,7 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1beta1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/batch_v2alpha1_api.py b/kubernetes/client/apis/batch_v2alpha1_api.py index d315d47cb..777b2eb1b 100644 --- a/kubernetes/client/apis/batch_v2alpha1_api.py +++ b/kubernetes/client/apis/batch_v2alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_cron_job(self, namespace, body, **kwargs): """ create a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_cron_job(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_cron_job(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_cron_job(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_cron_job_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_cron_job_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): """ create a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_cron_job_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_cron_job_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_cron_job_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_cron_job(self, namespace, **kwargs): """ delete collection of CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_cron_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_cron_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_cron_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_cron_job_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_cron_job_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar """ delete collection of CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_cron_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_cron_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwar files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_cron_job(self, name, namespace, body, **kwargs): """ delete a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa """ delete a CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwa files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_cron_job_for_all_namespaces(self, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cron_job_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cron_job_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_cron_job_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cron_job_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_cron_job_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cron_job_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cron_job_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_cron_job_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V2alpha1CronJobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_cron_job(self, namespace, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_cron_job(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_cron_job(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_cron_job(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_cron_job_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_cron_job_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_cron_job_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V2alpha1CronJobList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_cron_job(self, name, namespace, body, **kwargs): """ partially update the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar """ partially update the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwar files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def patch_namespaced_cron_job_status(self, name, namespace, body, **kwargs): """ partially update status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -877,7 +877,7 @@ def patch_namespaced_cron_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) @@ -887,11 +887,11 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, """ partially update status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -902,7 +902,7 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -967,7 +967,7 @@ def patch_namespaced_cron_job_status_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -977,11 +977,11 @@ def read_namespaced_cron_job(self, name, namespace, **kwargs): """ read the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -992,7 +992,7 @@ def read_namespaced_cron_job(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_cron_job_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_cron_job_with_http_info(name, namespace, **kwargs) @@ -1002,11 +1002,11 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): """ read the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1018,7 +1018,7 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def read_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1092,11 +1092,11 @@ def read_namespaced_cron_job_status(self, name, namespace, **kwargs): """ read status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1105,7 +1105,7 @@ def read_namespaced_cron_job_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_cron_job_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_cron_job_status_with_http_info(name, namespace, **kwargs) @@ -1115,11 +1115,11 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar """ read status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_cron_job_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_cron_job_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1129,7 +1129,7 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1189,7 +1189,7 @@ def read_namespaced_cron_job_status_with_http_info(self, name, namespace, **kwar files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1199,11 +1199,11 @@ def replace_namespaced_cron_job(self, name, namespace, body, **kwargs): """ replace the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) @@ -1213,7 +1213,7 @@ def replace_namespaced_cron_job(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_cron_job_with_http_info(name, namespace, body, **kwargs) @@ -1223,11 +1223,11 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw """ replace the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) @@ -1238,7 +1238,7 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1303,7 +1303,7 @@ def replace_namespaced_cron_job_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1313,11 +1313,11 @@ def replace_namespaced_cron_job_status(self, name, namespace, body, **kwargs): """ replace status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) @@ -1327,7 +1327,7 @@ def replace_namespaced_cron_job_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, **kwargs) @@ -1337,11 +1337,11 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod """ replace status of the specified CronJob This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CronJob (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V2alpha1CronJob body: (required) @@ -1352,7 +1352,7 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1417,7 +1417,7 @@ def replace_namespaced_cron_job_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V2alpha1CronJob', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/certificates_api.py b/kubernetes/client/apis/certificates_api.py index 2d5781bcc..c7eb79cda 100644 --- a/kubernetes/client/apis/certificates_api.py +++ b/kubernetes/client/apis/certificates_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/certificates_v1beta1_api.py b/kubernetes/client/apis/certificates_v1beta1_api.py index f2ada55f0..bdded8529 100644 --- a/kubernetes/client/apis/certificates_v1beta1_api.py +++ b/kubernetes/client/apis/certificates_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_certificate_signing_request(self, body, **kwargs): """ create a CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_certificate_signing_request(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_certificate_signing_request(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1CertificateSigningRequest @@ -51,7 +51,7 @@ def create_certificate_signing_request(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_certificate_signing_request_with_http_info(body, **kwargs) else: (data) = self.create_certificate_signing_request_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_certificate_signing_request_with_http_info(self, body, **kwargs): """ create a CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_certificate_signing_request_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_certificate_signing_request_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1CertificateSigningRequest @@ -74,7 +74,7 @@ def create_certificate_signing_request_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_certificate_signing_request_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_certificate_signing_request(self, name, body, **kwargs): """ delete a CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_certificate_signing_request(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_certificate_signing_request(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -155,7 +155,7 @@ def delete_certificate_signing_request(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_certificate_signing_request_with_http_info(name, body, **kwargs) else: (data) = self.delete_certificate_signing_request_with_http_info(name, body, **kwargs) @@ -165,11 +165,11 @@ def delete_certificate_signing_request_with_http_info(self, name, body, **kwargs """ delete a CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_certificate_signing_request_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_certificate_signing_request_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -182,7 +182,7 @@ def delete_certificate_signing_request_with_http_info(self, name, body, **kwargs """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -248,7 +248,7 @@ def delete_certificate_signing_request_with_http_info(self, name, body, **kwargs files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -258,11 +258,11 @@ def delete_collection_certificate_signing_request(self, **kwargs): """ delete collection of CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_certificate_signing_request(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_certificate_signing_request(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -277,7 +277,7 @@ def delete_collection_certificate_signing_request(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_certificate_signing_request_with_http_info(**kwargs) else: (data) = self.delete_collection_certificate_signing_request_with_http_info(**kwargs) @@ -287,11 +287,11 @@ def delete_collection_certificate_signing_request_with_http_info(self, **kwargs) """ delete collection of CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_certificate_signing_request_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_certificate_signing_request_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -307,7 +307,7 @@ def delete_collection_certificate_signing_request_with_http_info(self, **kwargs) """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_collection_certificate_signing_request_with_http_info(self, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_certificate_signing_request(self, **kwargs): """ list or watch objects of kind CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_certificate_signing_request(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_certificate_signing_request(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_certificate_signing_request(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_certificate_signing_request_with_http_info(**kwargs) else: (data) = self.list_certificate_signing_request_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_certificate_signing_request_with_http_info(self, **kwargs): """ list or watch objects of kind CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_certificate_signing_request_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_certificate_signing_request_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_certificate_signing_request_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_certificate_signing_request_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1CertificateSigningRequestList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_certificate_signing_request(self, name, body, **kwargs): """ partially update the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_certificate_signing_request(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_certificate_signing_request(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_certificate_signing_request(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_certificate_signing_request_with_http_info(name, body, **kwargs) else: (data) = self.patch_certificate_signing_request_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_certificate_signing_request_with_http_info(self, name, body, **kwargs) """ partially update the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_certificate_signing_request_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_certificate_signing_request_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_certificate_signing_request_with_http_info(self, name, body, **kwargs) """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,114 +693,7 @@ def patch_certificate_signing_request_with_http_info(self, name, body, **kwargs) files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def patch_certificate_signing_request_status(self, name, body, **kwargs): - """ - partially update status of the specified CertificateSigningRequest - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_certificate_signing_request_status(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CertificateSigningRequest (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CertificateSigningRequest - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.patch_certificate_signing_request_status_with_http_info(name, body, **kwargs) - else: - (data) = self.patch_certificate_signing_request_status_with_http_info(name, body, **kwargs) - return data - - def patch_certificate_signing_request_status_with_http_info(self, name, body, **kwargs): - """ - partially update status of the specified CertificateSigningRequest - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_certificate_signing_request_status_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CertificateSigningRequest (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CertificateSigningRequest - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method patch_certificate_signing_request_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `patch_certificate_signing_request_status`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `patch_certificate_signing_request_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1CertificateSigningRequest', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -810,11 +703,11 @@ def read_certificate_signing_request(self, name, **kwargs): """ read the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_certificate_signing_request(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_certificate_signing_request(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -824,7 +717,7 @@ def read_certificate_signing_request(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_certificate_signing_request_with_http_info(name, **kwargs) else: (data) = self.read_certificate_signing_request_with_http_info(name, **kwargs) @@ -834,11 +727,11 @@ def read_certificate_signing_request_with_http_info(self, name, **kwargs): """ read the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_certificate_signing_request_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_certificate_signing_request_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -849,7 +742,7 @@ def read_certificate_signing_request_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,107 +801,7 @@ def read_certificate_signing_request_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def read_certificate_signing_request_status(self, name, **kwargs): - """ - read status of the specified CertificateSigningRequest - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_certificate_signing_request_status(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CertificateSigningRequest (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CertificateSigningRequest - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.read_certificate_signing_request_status_with_http_info(name, **kwargs) - else: - (data) = self.read_certificate_signing_request_status_with_http_info(name, **kwargs) - return data - - def read_certificate_signing_request_status_with_http_info(self, name, **kwargs): - """ - read status of the specified CertificateSigningRequest - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_certificate_signing_request_status_with_http_info(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the CertificateSigningRequest (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1CertificateSigningRequest - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method read_certificate_signing_request_status" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `read_certificate_signing_request_status`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1CertificateSigningRequest', - auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1018,11 +811,11 @@ def replace_certificate_signing_request(self, name, body, **kwargs): """ replace the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1031,7 +824,7 @@ def replace_certificate_signing_request(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_certificate_signing_request_with_http_info(name, body, **kwargs) else: (data) = self.replace_certificate_signing_request_with_http_info(name, body, **kwargs) @@ -1041,11 +834,11 @@ def replace_certificate_signing_request_with_http_info(self, name, body, **kwarg """ replace the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1055,7 +848,7 @@ def replace_certificate_signing_request_with_http_info(self, name, body, **kwarg """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1115,7 +908,7 @@ def replace_certificate_signing_request_with_http_info(self, name, body, **kwarg files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1125,11 +918,11 @@ def replace_certificate_signing_request_approval(self, name, body, **kwargs): """ replace approval of the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request_approval(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request_approval(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1138,7 +931,7 @@ def replace_certificate_signing_request_approval(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_certificate_signing_request_approval_with_http_info(name, body, **kwargs) else: (data) = self.replace_certificate_signing_request_approval_with_http_info(name, body, **kwargs) @@ -1148,11 +941,11 @@ def replace_certificate_signing_request_approval_with_http_info(self, name, body """ replace approval of the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request_approval_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request_approval_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1162,7 +955,7 @@ def replace_certificate_signing_request_approval_with_http_info(self, name, body """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1222,7 +1015,7 @@ def replace_certificate_signing_request_approval_with_http_info(self, name, body files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1232,11 +1025,11 @@ def replace_certificate_signing_request_status(self, name, body, **kwargs): """ replace status of the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1245,7 +1038,7 @@ def replace_certificate_signing_request_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_certificate_signing_request_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_certificate_signing_request_status_with_http_info(name, body, **kwargs) @@ -1255,11 +1048,11 @@ def replace_certificate_signing_request_status_with_http_info(self, name, body, """ replace status of the specified CertificateSigningRequest This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_certificate_signing_request_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_certificate_signing_request_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the CertificateSigningRequest (required) :param V1beta1CertificateSigningRequest body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1269,7 +1062,7 @@ def replace_certificate_signing_request_status_with_http_info(self, name, body, """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1329,7 +1122,7 @@ def replace_certificate_signing_request_status_with_http_info(self, name, body, files=local_var_files, response_type='V1beta1CertificateSigningRequest', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/core_api.py b/kubernetes/client/apis/core_api.py index 9920a2d31..3b403f97c 100644 --- a/kubernetes/client/apis/core_api.py +++ b/kubernetes/client/apis/core_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_versions(self, **kwargs): """ get available API versions This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_versions(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_versions(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIVersions If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_versions_with_http_info(**kwargs) else: (data) = self.get_api_versions_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_versions_with_http_info(self, **kwargs): """ get available API versions This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_versions_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_versions_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIVersions If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_versions_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIVersions', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/core_v1_api.py b/kubernetes/client/apis/core_v1_api.py index d7e4634fe..10f160268 100644 --- a/kubernetes/client/apis/core_v1_api.py +++ b/kubernetes/client/apis/core_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -21,6 +21,7 @@ from six import iteritems from ..api_client import ApiClient +import six class CoreV1Api(object): @@ -39,11 +40,11 @@ def connect_delete_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -52,7 +53,7 @@ def connect_delete_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -62,11 +63,11 @@ def connect_delete_namespaced_pod_proxy_with_http_info(self, name, namespace, ** """ connect DELETE requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -76,7 +77,7 @@ def connect_delete_namespaced_pod_proxy_with_http_info(self, name, namespace, ** """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +137,7 @@ def connect_delete_namespaced_pod_proxy_with_http_info(self, name, namespace, ** files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +147,11 @@ def connect_delete_namespaced_pod_proxy_with_path(self, name, namespace, path, * """ connect DELETE requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -160,7 +161,7 @@ def connect_delete_namespaced_pod_proxy_with_path(self, name, namespace, path, * returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -170,11 +171,11 @@ def connect_delete_namespaced_pod_proxy_with_path_with_http_info(self, name, nam """ connect DELETE requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -185,7 +186,7 @@ def connect_delete_namespaced_pod_proxy_with_path_with_http_info(self, name, nam """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -250,7 +251,7 @@ def connect_delete_namespaced_pod_proxy_with_path_with_http_info(self, name, nam files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -260,11 +261,11 @@ def connect_delete_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -273,7 +274,7 @@ def connect_delete_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -283,11 +284,11 @@ def connect_delete_namespaced_service_proxy_with_http_info(self, name, namespace """ connect DELETE requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -297,7 +298,7 @@ def connect_delete_namespaced_service_proxy_with_http_info(self, name, namespace """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -357,7 +358,7 @@ def connect_delete_namespaced_service_proxy_with_http_info(self, name, namespace files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -367,11 +368,11 @@ def connect_delete_namespaced_service_proxy_with_path(self, name, namespace, pat """ connect DELETE requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -381,7 +382,7 @@ def connect_delete_namespaced_service_proxy_with_path(self, name, namespace, pat returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -391,11 +392,11 @@ def connect_delete_namespaced_service_proxy_with_path_with_http_info(self, name, """ connect DELETE requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -406,7 +407,7 @@ def connect_delete_namespaced_service_proxy_with_path_with_http_info(self, name, """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -471,7 +472,7 @@ def connect_delete_namespaced_service_proxy_with_path_with_http_info(self, name, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -481,11 +482,11 @@ def connect_delete_node_proxy(self, name, **kwargs): """ connect DELETE requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -493,7 +494,7 @@ def connect_delete_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_delete_node_proxy_with_http_info(name, **kwargs) @@ -503,11 +504,11 @@ def connect_delete_node_proxy_with_http_info(self, name, **kwargs): """ connect DELETE requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -516,7 +517,7 @@ def connect_delete_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -571,7 +572,7 @@ def connect_delete_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -581,11 +582,11 @@ def connect_delete_node_proxy_with_path(self, name, path, **kwargs): """ connect DELETE requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -594,7 +595,7 @@ def connect_delete_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -604,11 +605,11 @@ def connect_delete_node_proxy_with_path_with_http_info(self, name, path, **kwarg """ connect DELETE requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_delete_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_delete_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -618,7 +619,7 @@ def connect_delete_node_proxy_with_path_with_http_info(self, name, path, **kwarg """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -678,7 +679,7 @@ def connect_delete_node_proxy_with_path_with_http_info(self, name, path, **kwarg files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -688,11 +689,11 @@ def connect_get_namespaced_pod_attach(self, name, namespace, **kwargs): """ connect GET requests to attach of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_attach(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_attach(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container in which to execute the command. Defaults to only container if there is only one container in the pod. @@ -705,7 +706,7 @@ def connect_get_namespaced_pod_attach(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) @@ -715,11 +716,11 @@ def connect_get_namespaced_pod_attach_with_http_info(self, name, namespace, **kw """ connect GET requests to attach of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_attach_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_attach_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container in which to execute the command. Defaults to only container if there is only one container in the pod. @@ -733,7 +734,7 @@ def connect_get_namespaced_pod_attach_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'container', 'stderr', 'stdin', 'stdout', 'tty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -801,7 +802,7 @@ def connect_get_namespaced_pod_attach_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -811,11 +812,11 @@ def connect_get_namespaced_pod_exec(self, name, namespace, **kwargs): """ connect GET requests to exec of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_exec(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_exec(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str command: Command is the remote command to execute. argv array. Not executed within a shell. @@ -829,7 +830,7 @@ def connect_get_namespaced_pod_exec(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) @@ -839,11 +840,11 @@ def connect_get_namespaced_pod_exec_with_http_info(self, name, namespace, **kwar """ connect GET requests to exec of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_exec_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_exec_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str command: Command is the remote command to execute. argv array. Not executed within a shell. @@ -858,7 +859,7 @@ def connect_get_namespaced_pod_exec_with_http_info(self, name, namespace, **kwar """ all_params = ['name', 'namespace', 'command', 'container', 'stderr', 'stdin', 'stdout', 'tty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -926,9 +927,9 @@ def connect_get_namespaced_pod_exec_with_http_info(self, name, namespace, **kwar body=body_params, post_params=form_params, files=local_var_files, - response_type='str', + response_type=six.binary_type, auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -938,11 +939,11 @@ def connect_get_namespaced_pod_portforward(self, name, namespace, **kwargs): """ connect GET requests to portforward of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_portforward(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_portforward(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param int ports: List of ports to forward Required when using WebSockets @@ -951,7 +952,7 @@ def connect_get_namespaced_pod_portforward(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) @@ -961,11 +962,11 @@ def connect_get_namespaced_pod_portforward_with_http_info(self, name, namespace, """ connect GET requests to portforward of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param int ports: List of ports to forward Required when using WebSockets @@ -975,7 +976,7 @@ def connect_get_namespaced_pod_portforward_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'ports'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1035,7 +1036,7 @@ def connect_get_namespaced_pod_portforward_with_http_info(self, name, namespace, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1045,11 +1046,11 @@ def connect_get_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect GET requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -1058,7 +1059,7 @@ def connect_get_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -1068,11 +1069,11 @@ def connect_get_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa """ connect GET requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -1082,7 +1083,7 @@ def connect_get_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1142,7 +1143,7 @@ def connect_get_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1152,11 +1153,11 @@ def connect_get_namespaced_pod_proxy_with_path(self, name, namespace, path, **kw """ connect GET requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1166,7 +1167,7 @@ def connect_get_namespaced_pod_proxy_with_path(self, name, namespace, path, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -1176,11 +1177,11 @@ def connect_get_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp """ connect GET requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1191,7 +1192,7 @@ def connect_get_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1256,7 +1257,7 @@ def connect_get_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1266,11 +1267,11 @@ def connect_get_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect GET requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1279,7 +1280,7 @@ def connect_get_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -1289,11 +1290,11 @@ def connect_get_namespaced_service_proxy_with_http_info(self, name, namespace, * """ connect GET requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1303,7 +1304,7 @@ def connect_get_namespaced_service_proxy_with_http_info(self, name, namespace, * """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1363,7 +1364,7 @@ def connect_get_namespaced_service_proxy_with_http_info(self, name, namespace, * files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1373,11 +1374,11 @@ def connect_get_namespaced_service_proxy_with_path(self, name, namespace, path, """ connect GET requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1387,7 +1388,7 @@ def connect_get_namespaced_service_proxy_with_path(self, name, namespace, path, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -1397,11 +1398,11 @@ def connect_get_namespaced_service_proxy_with_path_with_http_info(self, name, na """ connect GET requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1412,7 +1413,7 @@ def connect_get_namespaced_service_proxy_with_path_with_http_info(self, name, na """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1477,7 +1478,7 @@ def connect_get_namespaced_service_proxy_with_path_with_http_info(self, name, na files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1487,11 +1488,11 @@ def connect_get_node_proxy(self, name, **kwargs): """ connect GET requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -1499,7 +1500,7 @@ def connect_get_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_get_node_proxy_with_http_info(name, **kwargs) @@ -1509,11 +1510,11 @@ def connect_get_node_proxy_with_http_info(self, name, **kwargs): """ connect GET requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -1522,7 +1523,7 @@ def connect_get_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1577,7 +1578,7 @@ def connect_get_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1587,11 +1588,11 @@ def connect_get_node_proxy_with_path(self, name, path, **kwargs): """ connect GET requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -1600,7 +1601,7 @@ def connect_get_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_get_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_get_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -1610,11 +1611,11 @@ def connect_get_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect GET requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_get_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_get_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -1624,7 +1625,7 @@ def connect_get_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1684,7 +1685,7 @@ def connect_get_node_proxy_with_path_with_http_info(self, name, path, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1694,11 +1695,11 @@ def connect_head_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -1707,7 +1708,7 @@ def connect_head_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -1717,11 +1718,11 @@ def connect_head_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw """ connect HEAD requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -1731,7 +1732,7 @@ def connect_head_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1791,7 +1792,7 @@ def connect_head_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1801,11 +1802,11 @@ def connect_head_namespaced_pod_proxy_with_path(self, name, namespace, path, **k """ connect HEAD requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1815,7 +1816,7 @@ def connect_head_namespaced_pod_proxy_with_path(self, name, namespace, path, **k returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -1825,11 +1826,11 @@ def connect_head_namespaced_pod_proxy_with_path_with_http_info(self, name, names """ connect HEAD requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -1840,7 +1841,7 @@ def connect_head_namespaced_pod_proxy_with_path_with_http_info(self, name, names """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1905,7 +1906,7 @@ def connect_head_namespaced_pod_proxy_with_path_with_http_info(self, name, names files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1915,11 +1916,11 @@ def connect_head_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1928,7 +1929,7 @@ def connect_head_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -1938,11 +1939,11 @@ def connect_head_namespaced_service_proxy_with_http_info(self, name, namespace, """ connect HEAD requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -1952,7 +1953,7 @@ def connect_head_namespaced_service_proxy_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2012,7 +2013,7 @@ def connect_head_namespaced_service_proxy_with_http_info(self, name, namespace, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2022,11 +2023,11 @@ def connect_head_namespaced_service_proxy_with_path(self, name, namespace, path, """ connect HEAD requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2036,7 +2037,7 @@ def connect_head_namespaced_service_proxy_with_path(self, name, namespace, path, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -2046,11 +2047,11 @@ def connect_head_namespaced_service_proxy_with_path_with_http_info(self, name, n """ connect HEAD requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2061,7 +2062,7 @@ def connect_head_namespaced_service_proxy_with_path_with_http_info(self, name, n """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2126,7 +2127,7 @@ def connect_head_namespaced_service_proxy_with_path_with_http_info(self, name, n files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2136,11 +2137,11 @@ def connect_head_node_proxy(self, name, **kwargs): """ connect HEAD requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -2148,7 +2149,7 @@ def connect_head_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_head_node_proxy_with_http_info(name, **kwargs) @@ -2158,11 +2159,11 @@ def connect_head_node_proxy_with_http_info(self, name, **kwargs): """ connect HEAD requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -2171,7 +2172,7 @@ def connect_head_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2226,7 +2227,7 @@ def connect_head_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2236,11 +2237,11 @@ def connect_head_node_proxy_with_path(self, name, path, **kwargs): """ connect HEAD requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -2249,7 +2250,7 @@ def connect_head_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_head_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_head_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -2259,11 +2260,11 @@ def connect_head_node_proxy_with_path_with_http_info(self, name, path, **kwargs) """ connect HEAD requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_head_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_head_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -2273,7 +2274,7 @@ def connect_head_node_proxy_with_path_with_http_info(self, name, path, **kwargs) """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2333,7 +2334,7 @@ def connect_head_node_proxy_with_path_with_http_info(self, name, path, **kwargs) files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2343,11 +2344,11 @@ def connect_options_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -2356,7 +2357,7 @@ def connect_options_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -2366,11 +2367,11 @@ def connect_options_namespaced_pod_proxy_with_http_info(self, name, namespace, * """ connect OPTIONS requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -2380,7 +2381,7 @@ def connect_options_namespaced_pod_proxy_with_http_info(self, name, namespace, * """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2440,7 +2441,7 @@ def connect_options_namespaced_pod_proxy_with_http_info(self, name, namespace, * files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2450,11 +2451,11 @@ def connect_options_namespaced_pod_proxy_with_path(self, name, namespace, path, """ connect OPTIONS requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2464,7 +2465,7 @@ def connect_options_namespaced_pod_proxy_with_path(self, name, namespace, path, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -2474,11 +2475,11 @@ def connect_options_namespaced_pod_proxy_with_path_with_http_info(self, name, na """ connect OPTIONS requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2489,7 +2490,7 @@ def connect_options_namespaced_pod_proxy_with_path_with_http_info(self, name, na """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2554,7 +2555,7 @@ def connect_options_namespaced_pod_proxy_with_path_with_http_info(self, name, na files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2564,11 +2565,11 @@ def connect_options_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2577,7 +2578,7 @@ def connect_options_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -2587,11 +2588,11 @@ def connect_options_namespaced_service_proxy_with_http_info(self, name, namespac """ connect OPTIONS requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -2601,7 +2602,7 @@ def connect_options_namespaced_service_proxy_with_http_info(self, name, namespac """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2661,7 +2662,7 @@ def connect_options_namespaced_service_proxy_with_http_info(self, name, namespac files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2671,11 +2672,11 @@ def connect_options_namespaced_service_proxy_with_path(self, name, namespace, pa """ connect OPTIONS requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2685,7 +2686,7 @@ def connect_options_namespaced_service_proxy_with_path(self, name, namespace, pa returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -2695,11 +2696,11 @@ def connect_options_namespaced_service_proxy_with_path_with_http_info(self, name """ connect OPTIONS requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -2710,7 +2711,7 @@ def connect_options_namespaced_service_proxy_with_path_with_http_info(self, name """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2775,7 +2776,7 @@ def connect_options_namespaced_service_proxy_with_path_with_http_info(self, name files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2785,11 +2786,11 @@ def connect_options_node_proxy(self, name, **kwargs): """ connect OPTIONS requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -2797,7 +2798,7 @@ def connect_options_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_options_node_proxy_with_http_info(name, **kwargs) @@ -2807,11 +2808,11 @@ def connect_options_node_proxy_with_http_info(self, name, **kwargs): """ connect OPTIONS requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -2820,7 +2821,7 @@ def connect_options_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2875,7 +2876,7 @@ def connect_options_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2885,11 +2886,11 @@ def connect_options_node_proxy_with_path(self, name, path, **kwargs): """ connect OPTIONS requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -2898,7 +2899,7 @@ def connect_options_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_options_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_options_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -2908,11 +2909,11 @@ def connect_options_node_proxy_with_path_with_http_info(self, name, path, **kwar """ connect OPTIONS requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_options_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_options_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -2922,7 +2923,7 @@ def connect_options_node_proxy_with_path_with_http_info(self, name, path, **kwar """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2982,7 +2983,7 @@ def connect_options_node_proxy_with_path_with_http_info(self, name, path, **kwar files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2992,11 +2993,11 @@ def connect_patch_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect PATCH requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -3005,7 +3006,7 @@ def connect_patch_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_patch_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -3015,11 +3016,11 @@ def connect_patch_namespaced_pod_proxy_with_http_info(self, name, namespace, **k """ connect PATCH requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -3029,7 +3030,7 @@ def connect_patch_namespaced_pod_proxy_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3089,7 +3090,7 @@ def connect_patch_namespaced_pod_proxy_with_http_info(self, name, namespace, **k files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3099,11 +3100,11 @@ def connect_patch_namespaced_pod_proxy_with_path(self, name, namespace, path, ** """ connect PATCH requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -3113,7 +3114,7 @@ def connect_patch_namespaced_pod_proxy_with_path(self, name, namespace, path, ** returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_patch_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -3123,11 +3124,11 @@ def connect_patch_namespaced_pod_proxy_with_path_with_http_info(self, name, name """ connect PATCH requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -3138,7 +3139,7 @@ def connect_patch_namespaced_pod_proxy_with_path_with_http_info(self, name, name """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3203,7 +3204,7 @@ def connect_patch_namespaced_pod_proxy_with_path_with_http_info(self, name, name files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3213,11 +3214,11 @@ def connect_patch_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect PATCH requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -3226,7 +3227,7 @@ def connect_patch_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_patch_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -3236,11 +3237,11 @@ def connect_patch_namespaced_service_proxy_with_http_info(self, name, namespace, """ connect PATCH requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -3250,7 +3251,7 @@ def connect_patch_namespaced_service_proxy_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3310,7 +3311,7 @@ def connect_patch_namespaced_service_proxy_with_http_info(self, name, namespace, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3320,11 +3321,11 @@ def connect_patch_namespaced_service_proxy_with_path(self, name, namespace, path """ connect PATCH requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -3334,7 +3335,7 @@ def connect_patch_namespaced_service_proxy_with_path(self, name, namespace, path returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_patch_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -3344,11 +3345,11 @@ def connect_patch_namespaced_service_proxy_with_path_with_http_info(self, name, """ connect PATCH requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -3359,7 +3360,7 @@ def connect_patch_namespaced_service_proxy_with_path_with_http_info(self, name, """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3424,7 +3425,7 @@ def connect_patch_namespaced_service_proxy_with_path_with_http_info(self, name, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3434,11 +3435,11 @@ def connect_patch_node_proxy(self, name, **kwargs): """ connect PATCH requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -3446,7 +3447,7 @@ def connect_patch_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_patch_node_proxy_with_http_info(name, **kwargs) @@ -3456,11 +3457,11 @@ def connect_patch_node_proxy_with_http_info(self, name, **kwargs): """ connect PATCH requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -3469,7 +3470,7 @@ def connect_patch_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3524,7 +3525,7 @@ def connect_patch_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3534,11 +3535,11 @@ def connect_patch_node_proxy_with_path(self, name, path, **kwargs): """ connect PATCH requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -3547,7 +3548,7 @@ def connect_patch_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_patch_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_patch_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -3557,11 +3558,11 @@ def connect_patch_node_proxy_with_path_with_http_info(self, name, path, **kwargs """ connect PATCH requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_patch_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_patch_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -3571,7 +3572,7 @@ def connect_patch_node_proxy_with_path_with_http_info(self, name, path, **kwargs """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3631,7 +3632,7 @@ def connect_patch_node_proxy_with_path_with_http_info(self, name, path, **kwargs files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3641,11 +3642,11 @@ def connect_post_namespaced_pod_attach(self, name, namespace, **kwargs): """ connect POST requests to attach of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_attach(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_attach(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container in which to execute the command. Defaults to only container if there is only one container in the pod. @@ -3658,7 +3659,7 @@ def connect_post_namespaced_pod_attach(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) @@ -3668,11 +3669,11 @@ def connect_post_namespaced_pod_attach_with_http_info(self, name, namespace, **k """ connect POST requests to attach of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_attach_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_attach_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container in which to execute the command. Defaults to only container if there is only one container in the pod. @@ -3686,7 +3687,7 @@ def connect_post_namespaced_pod_attach_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'container', 'stderr', 'stdin', 'stdout', 'tty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3754,7 +3755,7 @@ def connect_post_namespaced_pod_attach_with_http_info(self, name, namespace, **k files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3764,11 +3765,11 @@ def connect_post_namespaced_pod_exec(self, name, namespace, **kwargs): """ connect POST requests to exec of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_exec(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_exec(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str command: Command is the remote command to execute. argv array. Not executed within a shell. @@ -3782,7 +3783,7 @@ def connect_post_namespaced_pod_exec(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) @@ -3792,11 +3793,11 @@ def connect_post_namespaced_pod_exec_with_http_info(self, name, namespace, **kwa """ connect POST requests to exec of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_exec_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_exec_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str command: Command is the remote command to execute. argv array. Not executed within a shell. @@ -3811,7 +3812,7 @@ def connect_post_namespaced_pod_exec_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'command', 'container', 'stderr', 'stdin', 'stdout', 'tty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3881,7 +3882,7 @@ def connect_post_namespaced_pod_exec_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3891,11 +3892,11 @@ def connect_post_namespaced_pod_portforward(self, name, namespace, **kwargs): """ connect POST requests to portforward of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_portforward(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_portforward(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param int ports: List of ports to forward Required when using WebSockets @@ -3904,7 +3905,7 @@ def connect_post_namespaced_pod_portforward(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) @@ -3914,11 +3915,11 @@ def connect_post_namespaced_pod_portforward_with_http_info(self, name, namespace """ connect POST requests to portforward of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param int ports: List of ports to forward Required when using WebSockets @@ -3928,7 +3929,7 @@ def connect_post_namespaced_pod_portforward_with_http_info(self, name, namespace """ all_params = ['name', 'namespace', 'ports'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3988,7 +3989,7 @@ def connect_post_namespaced_pod_portforward_with_http_info(self, name, namespace files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3998,11 +3999,11 @@ def connect_post_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect POST requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -4011,7 +4012,7 @@ def connect_post_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -4021,11 +4022,11 @@ def connect_post_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw """ connect POST requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -4035,7 +4036,7 @@ def connect_post_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4095,7 +4096,7 @@ def connect_post_namespaced_pod_proxy_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4105,11 +4106,11 @@ def connect_post_namespaced_pod_proxy_with_path(self, name, namespace, path, **k """ connect POST requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4119,7 +4120,7 @@ def connect_post_namespaced_pod_proxy_with_path(self, name, namespace, path, **k returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -4129,11 +4130,11 @@ def connect_post_namespaced_pod_proxy_with_path_with_http_info(self, name, names """ connect POST requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4144,7 +4145,7 @@ def connect_post_namespaced_pod_proxy_with_path_with_http_info(self, name, names """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4209,7 +4210,7 @@ def connect_post_namespaced_pod_proxy_with_path_with_http_info(self, name, names files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4219,11 +4220,11 @@ def connect_post_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect POST requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -4232,7 +4233,7 @@ def connect_post_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -4242,11 +4243,11 @@ def connect_post_namespaced_service_proxy_with_http_info(self, name, namespace, """ connect POST requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -4256,7 +4257,7 @@ def connect_post_namespaced_service_proxy_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4316,7 +4317,7 @@ def connect_post_namespaced_service_proxy_with_http_info(self, name, namespace, files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4326,11 +4327,11 @@ def connect_post_namespaced_service_proxy_with_path(self, name, namespace, path, """ connect POST requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4340,7 +4341,7 @@ def connect_post_namespaced_service_proxy_with_path(self, name, namespace, path, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -4350,11 +4351,11 @@ def connect_post_namespaced_service_proxy_with_path_with_http_info(self, name, n """ connect POST requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4365,7 +4366,7 @@ def connect_post_namespaced_service_proxy_with_path_with_http_info(self, name, n """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4430,7 +4431,7 @@ def connect_post_namespaced_service_proxy_with_path_with_http_info(self, name, n files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4440,11 +4441,11 @@ def connect_post_node_proxy(self, name, **kwargs): """ connect POST requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -4452,7 +4453,7 @@ def connect_post_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_post_node_proxy_with_http_info(name, **kwargs) @@ -4462,11 +4463,11 @@ def connect_post_node_proxy_with_http_info(self, name, **kwargs): """ connect POST requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -4475,7 +4476,7 @@ def connect_post_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4530,7 +4531,7 @@ def connect_post_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4540,11 +4541,11 @@ def connect_post_node_proxy_with_path(self, name, path, **kwargs): """ connect POST requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -4553,7 +4554,7 @@ def connect_post_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_post_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_post_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -4563,11 +4564,11 @@ def connect_post_node_proxy_with_path_with_http_info(self, name, path, **kwargs) """ connect POST requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_post_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_post_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -4577,7 +4578,7 @@ def connect_post_node_proxy_with_path_with_http_info(self, name, path, **kwargs) """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4637,7 +4638,7 @@ def connect_post_node_proxy_with_path_with_http_info(self, name, path, **kwargs) files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4647,11 +4648,11 @@ def connect_put_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_pod_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_pod_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -4660,7 +4661,7 @@ def connect_put_namespaced_pod_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) @@ -4670,11 +4671,11 @@ def connect_put_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa """ connect PUT requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the URL path to use for the current proxy request to pod. @@ -4684,7 +4685,7 @@ def connect_put_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4744,7 +4745,7 @@ def connect_put_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4754,11 +4755,11 @@ def connect_put_namespaced_pod_proxy_with_path(self, name, namespace, path, **kw """ connect PUT requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_pod_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_pod_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4768,7 +4769,7 @@ def connect_put_namespaced_pod_proxy_with_path(self, name, namespace, path, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -4778,11 +4779,11 @@ def connect_put_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp """ connect PUT requests to proxy of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4793,7 +4794,7 @@ def connect_put_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4858,7 +4859,7 @@ def connect_put_namespaced_pod_proxy_with_path_with_http_info(self, name, namesp files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4868,11 +4869,11 @@ def connect_put_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_service_proxy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_service_proxy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -4881,7 +4882,7 @@ def connect_put_namespaced_service_proxy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: (data) = self.connect_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) @@ -4891,11 +4892,11 @@ def connect_put_namespaced_service_proxy_with_http_info(self, name, namespace, * """ connect PUT requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_service_proxy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_service_proxy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. @@ -4905,7 +4906,7 @@ def connect_put_namespaced_service_proxy_with_http_info(self, name, namespace, * """ all_params = ['name', 'namespace', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4965,7 +4966,7 @@ def connect_put_namespaced_service_proxy_with_http_info(self, name, namespace, * files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4975,11 +4976,11 @@ def connect_put_namespaced_service_proxy_with_path(self, name, namespace, path, """ connect PUT requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_service_proxy_with_path(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_service_proxy_with_path(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -4989,7 +4990,7 @@ def connect_put_namespaced_service_proxy_with_path(self, name, namespace, path, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: (data) = self.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) @@ -4999,11 +5000,11 @@ def connect_put_namespaced_service_proxy_with_path_with_http_info(self, name, na """ connect PUT requests to proxy of Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str path: path to the resource (required) @@ -5014,7 +5015,7 @@ def connect_put_namespaced_service_proxy_with_path_with_http_info(self, name, na """ all_params = ['name', 'namespace', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5079,7 +5080,7 @@ def connect_put_namespaced_service_proxy_with_path_with_http_info(self, name, na files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5089,11 +5090,11 @@ def connect_put_node_proxy(self, name, **kwargs): """ connect PUT requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_node_proxy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_node_proxy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -5101,7 +5102,7 @@ def connect_put_node_proxy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_node_proxy_with_http_info(name, **kwargs) else: (data) = self.connect_put_node_proxy_with_http_info(name, **kwargs) @@ -5111,11 +5112,11 @@ def connect_put_node_proxy_with_http_info(self, name, **kwargs): """ connect PUT requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_node_proxy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_node_proxy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: Path is the URL path to use for the current proxy request to node. :return: str @@ -5124,7 +5125,7 @@ def connect_put_node_proxy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'path'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5179,7 +5180,7 @@ def connect_put_node_proxy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5189,11 +5190,11 @@ def connect_put_node_proxy_with_path(self, name, path, **kwargs): """ connect PUT requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_node_proxy_with_path(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_node_proxy_with_path(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -5202,7 +5203,7 @@ def connect_put_node_proxy_with_path(self, name, path, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.connect_put_node_proxy_with_path_with_http_info(name, path, **kwargs) else: (data) = self.connect_put_node_proxy_with_path_with_http_info(name, path, **kwargs) @@ -5212,11 +5213,11 @@ def connect_put_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect PUT requests to proxy of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.connect_put_node_proxy_with_path_with_http_info(name, path, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.connect_put_node_proxy_with_path_with_http_info(name, path, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str path: path to the resource (required) :param str path2: Path is the URL path to use for the current proxy request to node. @@ -5226,7 +5227,7 @@ def connect_put_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ all_params = ['name', 'path', 'path2'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5286,7 +5287,7 @@ def connect_put_node_proxy_with_path_with_http_info(self, name, path, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5296,11 +5297,11 @@ def create_namespace(self, body, **kwargs): """ create a Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespace(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespace(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Namespace @@ -5308,7 +5309,7 @@ def create_namespace(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespace_with_http_info(body, **kwargs) else: (data) = self.create_namespace_with_http_info(body, **kwargs) @@ -5318,11 +5319,11 @@ def create_namespace_with_http_info(self, body, **kwargs): """ create a Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespace_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespace_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Namespace @@ -5331,7 +5332,7 @@ def create_namespace_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5386,7 +5387,7 @@ def create_namespace_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5396,11 +5397,11 @@ def create_namespaced_binding(self, namespace, body, **kwargs): """ create a Binding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_binding(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_binding(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Binding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5409,7 +5410,7 @@ def create_namespaced_binding(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_binding_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_binding_with_http_info(namespace, body, **kwargs) @@ -5419,11 +5420,11 @@ def create_namespaced_binding_with_http_info(self, namespace, body, **kwargs): """ create a Binding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_binding_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_binding_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Binding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5433,7 +5434,7 @@ def create_namespaced_binding_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5493,7 +5494,7 @@ def create_namespaced_binding_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Binding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5503,11 +5504,11 @@ def create_namespaced_config_map(self, namespace, body, **kwargs): """ create a ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_config_map(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_config_map(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ConfigMap body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5516,7 +5517,7 @@ def create_namespaced_config_map(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_config_map_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_config_map_with_http_info(namespace, body, **kwargs) @@ -5526,11 +5527,11 @@ def create_namespaced_config_map_with_http_info(self, namespace, body, **kwargs) """ create a ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_config_map_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_config_map_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ConfigMap body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5540,7 +5541,7 @@ def create_namespaced_config_map_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5600,7 +5601,7 @@ def create_namespaced_config_map_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1ConfigMap', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5610,11 +5611,11 @@ def create_namespaced_endpoints(self, namespace, body, **kwargs): """ create Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_endpoints(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_endpoints(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Endpoints body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5623,7 +5624,7 @@ def create_namespaced_endpoints(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_endpoints_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_endpoints_with_http_info(namespace, body, **kwargs) @@ -5633,11 +5634,11 @@ def create_namespaced_endpoints_with_http_info(self, namespace, body, **kwargs): """ create Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_endpoints_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_endpoints_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Endpoints body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5647,7 +5648,7 @@ def create_namespaced_endpoints_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5707,7 +5708,7 @@ def create_namespaced_endpoints_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Endpoints', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5717,11 +5718,11 @@ def create_namespaced_event(self, namespace, body, **kwargs): """ create an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_event(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_event(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Event body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5730,7 +5731,7 @@ def create_namespaced_event(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_event_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_event_with_http_info(namespace, body, **kwargs) @@ -5740,11 +5741,11 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): """ create an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_event_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_event_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Event body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5754,7 +5755,7 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5814,7 +5815,7 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5824,11 +5825,11 @@ def create_namespaced_limit_range(self, namespace, body, **kwargs): """ create a LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_limit_range(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_limit_range(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LimitRange body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5837,7 +5838,7 @@ def create_namespaced_limit_range(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_limit_range_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_limit_range_with_http_info(namespace, body, **kwargs) @@ -5847,11 +5848,11 @@ def create_namespaced_limit_range_with_http_info(self, namespace, body, **kwargs """ create a LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_limit_range_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_limit_range_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LimitRange body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5861,7 +5862,7 @@ def create_namespaced_limit_range_with_http_info(self, namespace, body, **kwargs """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5921,7 +5922,7 @@ def create_namespaced_limit_range_with_http_info(self, namespace, body, **kwargs files=local_var_files, response_type='V1LimitRange', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5931,11 +5932,11 @@ def create_namespaced_persistent_volume_claim(self, namespace, body, **kwargs): """ create a PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_persistent_volume_claim(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_persistent_volume_claim(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5944,7 +5945,7 @@ def create_namespaced_persistent_volume_claim(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) @@ -5954,11 +5955,11 @@ def create_namespaced_persistent_volume_claim_with_http_info(self, namespace, bo """ create a PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5968,7 +5969,7 @@ def create_namespaced_persistent_volume_claim_with_http_info(self, namespace, bo """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6028,7 +6029,7 @@ def create_namespaced_persistent_volume_claim_with_http_info(self, namespace, bo files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6038,11 +6039,11 @@ def create_namespaced_pod(self, namespace, body, **kwargs): """ create a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6051,7 +6052,7 @@ def create_namespaced_pod(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_with_http_info(namespace, body, **kwargs) @@ -6061,11 +6062,11 @@ def create_namespaced_pod_with_http_info(self, namespace, body, **kwargs): """ create a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6075,7 +6076,7 @@ def create_namespaced_pod_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6135,7 +6136,7 @@ def create_namespaced_pod_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6145,11 +6146,11 @@ def create_namespaced_pod_binding(self, name, namespace, body, **kwargs): """ create binding of a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Binding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Binding body: (required) @@ -6159,7 +6160,7 @@ def create_namespaced_pod_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_binding_with_http_info(name, namespace, body, **kwargs) @@ -6169,11 +6170,11 @@ def create_namespaced_pod_binding_with_http_info(self, name, namespace, body, ** """ create binding of a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Binding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Binding body: (required) @@ -6184,7 +6185,7 @@ def create_namespaced_pod_binding_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6249,7 +6250,7 @@ def create_namespaced_pod_binding_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Binding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6259,11 +6260,11 @@ def create_namespaced_pod_eviction(self, name, namespace, body, **kwargs): """ create eviction of a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_eviction(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_eviction(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Eviction (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Eviction body: (required) @@ -6273,7 +6274,7 @@ def create_namespaced_pod_eviction(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_eviction_with_http_info(name, namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_eviction_with_http_info(name, namespace, body, **kwargs) @@ -6283,11 +6284,11 @@ def create_namespaced_pod_eviction_with_http_info(self, name, namespace, body, * """ create eviction of a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_eviction_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_eviction_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Eviction (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Eviction body: (required) @@ -6298,7 +6299,7 @@ def create_namespaced_pod_eviction_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6363,7 +6364,7 @@ def create_namespaced_pod_eviction_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1beta1Eviction', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6373,11 +6374,11 @@ def create_namespaced_pod_template(self, namespace, body, **kwargs): """ create a PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_template(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_template(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PodTemplate body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6386,7 +6387,7 @@ def create_namespaced_pod_template(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_template_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_template_with_http_info(namespace, body, **kwargs) @@ -6396,11 +6397,11 @@ def create_namespaced_pod_template_with_http_info(self, namespace, body, **kwarg """ create a PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_template_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_template_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PodTemplate body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6410,7 +6411,7 @@ def create_namespaced_pod_template_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6470,7 +6471,7 @@ def create_namespaced_pod_template_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1PodTemplate', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6480,11 +6481,11 @@ def create_namespaced_replication_controller(self, namespace, body, **kwargs): """ create a ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replication_controller(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replication_controller(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6493,7 +6494,7 @@ def create_namespaced_replication_controller(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) @@ -6503,11 +6504,11 @@ def create_namespaced_replication_controller_with_http_info(self, namespace, bod """ create a ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replication_controller_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replication_controller_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6517,7 +6518,7 @@ def create_namespaced_replication_controller_with_http_info(self, namespace, bod """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6577,7 +6578,7 @@ def create_namespaced_replication_controller_with_http_info(self, namespace, bod files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6587,11 +6588,11 @@ def create_namespaced_resource_quota(self, namespace, body, **kwargs): """ create a ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_resource_quota(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_resource_quota(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6600,7 +6601,7 @@ def create_namespaced_resource_quota(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) @@ -6610,11 +6611,11 @@ def create_namespaced_resource_quota_with_http_info(self, namespace, body, **kwa """ create a ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_resource_quota_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_resource_quota_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6624,7 +6625,7 @@ def create_namespaced_resource_quota_with_http_info(self, namespace, body, **kwa """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6684,7 +6685,7 @@ def create_namespaced_resource_quota_with_http_info(self, namespace, body, **kwa files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6694,11 +6695,11 @@ def create_namespaced_secret(self, namespace, body, **kwargs): """ create a Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_secret(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_secret(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Secret body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6707,7 +6708,7 @@ def create_namespaced_secret(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_secret_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_secret_with_http_info(namespace, body, **kwargs) @@ -6717,11 +6718,11 @@ def create_namespaced_secret_with_http_info(self, namespace, body, **kwargs): """ create a Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_secret_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_secret_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Secret body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6731,7 +6732,7 @@ def create_namespaced_secret_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6791,7 +6792,7 @@ def create_namespaced_secret_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Secret', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6801,11 +6802,11 @@ def create_namespaced_service(self, namespace, body, **kwargs): """ create a Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_service(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_service(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6814,7 +6815,7 @@ def create_namespaced_service(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_service_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_service_with_http_info(namespace, body, **kwargs) @@ -6824,11 +6825,11 @@ def create_namespaced_service_with_http_info(self, namespace, body, **kwargs): """ create a Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_service_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_service_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6838,7 +6839,7 @@ def create_namespaced_service_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6898,7 +6899,7 @@ def create_namespaced_service_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6908,11 +6909,11 @@ def create_namespaced_service_account(self, namespace, body, **kwargs): """ create a ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_service_account(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_service_account(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ServiceAccount body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6921,7 +6922,7 @@ def create_namespaced_service_account(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_service_account_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_service_account_with_http_info(namespace, body, **kwargs) @@ -6931,11 +6932,11 @@ def create_namespaced_service_account_with_http_info(self, namespace, body, **kw """ create a ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_service_account_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_service_account_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ServiceAccount body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6945,7 +6946,7 @@ def create_namespaced_service_account_with_http_info(self, namespace, body, **kw """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7005,7 +7006,7 @@ def create_namespaced_service_account_with_http_info(self, namespace, body, **kw files=local_var_files, response_type='V1ServiceAccount', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7015,11 +7016,11 @@ def create_node(self, body, **kwargs): """ create a Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_node(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_node(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Node @@ -7027,7 +7028,7 @@ def create_node(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_node_with_http_info(body, **kwargs) else: (data) = self.create_node_with_http_info(body, **kwargs) @@ -7037,11 +7038,11 @@ def create_node_with_http_info(self, body, **kwargs): """ create a Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_node_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_node_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Node @@ -7050,7 +7051,7 @@ def create_node_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7105,7 +7106,7 @@ def create_node_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7115,11 +7116,11 @@ def create_persistent_volume(self, body, **kwargs): """ create a PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_persistent_volume(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_persistent_volume(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1PersistentVolume @@ -7127,7 +7128,7 @@ def create_persistent_volume(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_persistent_volume_with_http_info(body, **kwargs) else: (data) = self.create_persistent_volume_with_http_info(body, **kwargs) @@ -7137,11 +7138,11 @@ def create_persistent_volume_with_http_info(self, body, **kwargs): """ create a PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_persistent_volume_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_persistent_volume_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1PersistentVolume @@ -7150,7 +7151,7 @@ def create_persistent_volume_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7205,7 +7206,7 @@ def create_persistent_volume_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7215,11 +7216,11 @@ def delete_collection_namespaced_config_map(self, namespace, **kwargs): """ delete collection of ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_config_map(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_config_map(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7235,7 +7236,7 @@ def delete_collection_namespaced_config_map(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_config_map_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_config_map_with_http_info(namespace, **kwargs) @@ -7245,11 +7246,11 @@ def delete_collection_namespaced_config_map_with_http_info(self, namespace, **kw """ delete collection of ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_config_map_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_config_map_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7266,7 +7267,7 @@ def delete_collection_namespaced_config_map_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7337,7 +7338,7 @@ def delete_collection_namespaced_config_map_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7347,11 +7348,11 @@ def delete_collection_namespaced_endpoints(self, namespace, **kwargs): """ delete collection of Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_endpoints(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_endpoints(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7367,7 +7368,7 @@ def delete_collection_namespaced_endpoints(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) @@ -7377,11 +7378,11 @@ def delete_collection_namespaced_endpoints_with_http_info(self, namespace, **kwa """ delete collection of Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_endpoints_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_endpoints_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7398,7 +7399,7 @@ def delete_collection_namespaced_endpoints_with_http_info(self, namespace, **kwa """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7469,7 +7470,7 @@ def delete_collection_namespaced_endpoints_with_http_info(self, namespace, **kwa files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7479,11 +7480,11 @@ def delete_collection_namespaced_event(self, namespace, **kwargs): """ delete collection of Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_event(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_event(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7499,7 +7500,7 @@ def delete_collection_namespaced_event(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) @@ -7509,11 +7510,11 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) """ delete collection of Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_event_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_event_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7530,7 +7531,7 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7601,7 +7602,7 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7611,11 +7612,11 @@ def delete_collection_namespaced_limit_range(self, namespace, **kwargs): """ delete collection of LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_limit_range(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_limit_range(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7631,7 +7632,7 @@ def delete_collection_namespaced_limit_range(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) @@ -7641,11 +7642,11 @@ def delete_collection_namespaced_limit_range_with_http_info(self, namespace, **k """ delete collection of LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_limit_range_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_limit_range_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7662,7 +7663,7 @@ def delete_collection_namespaced_limit_range_with_http_info(self, namespace, **k """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7733,7 +7734,7 @@ def delete_collection_namespaced_limit_range_with_http_info(self, namespace, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7743,11 +7744,11 @@ def delete_collection_namespaced_persistent_volume_claim(self, namespace, **kwar """ delete collection of PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_persistent_volume_claim(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_persistent_volume_claim(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7763,7 +7764,7 @@ def delete_collection_namespaced_persistent_volume_claim(self, namespace, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) @@ -7773,11 +7774,11 @@ def delete_collection_namespaced_persistent_volume_claim_with_http_info(self, na """ delete collection of PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7794,7 +7795,7 @@ def delete_collection_namespaced_persistent_volume_claim_with_http_info(self, na """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7865,7 +7866,7 @@ def delete_collection_namespaced_persistent_volume_claim_with_http_info(self, na files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7875,11 +7876,11 @@ def delete_collection_namespaced_pod(self, namespace, **kwargs): """ delete collection of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7895,7 +7896,7 @@ def delete_collection_namespaced_pod(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_pod_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_pod_with_http_info(namespace, **kwargs) @@ -7905,11 +7906,11 @@ def delete_collection_namespaced_pod_with_http_info(self, namespace, **kwargs): """ delete collection of Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -7926,7 +7927,7 @@ def delete_collection_namespaced_pod_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7997,7 +7998,7 @@ def delete_collection_namespaced_pod_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8007,11 +8008,11 @@ def delete_collection_namespaced_pod_template(self, namespace, **kwargs): """ delete collection of PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_template(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_template(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8027,7 +8028,7 @@ def delete_collection_namespaced_pod_template(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) @@ -8037,11 +8038,11 @@ def delete_collection_namespaced_pod_template_with_http_info(self, namespace, ** """ delete collection of PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_template_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_template_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8058,7 +8059,7 @@ def delete_collection_namespaced_pod_template_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8129,7 +8130,7 @@ def delete_collection_namespaced_pod_template_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8139,11 +8140,11 @@ def delete_collection_namespaced_replication_controller(self, namespace, **kwarg """ delete collection of ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replication_controller(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replication_controller(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8159,7 +8160,7 @@ def delete_collection_namespaced_replication_controller(self, namespace, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) @@ -8169,11 +8170,11 @@ def delete_collection_namespaced_replication_controller_with_http_info(self, nam """ delete collection of ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replication_controller_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replication_controller_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8190,7 +8191,7 @@ def delete_collection_namespaced_replication_controller_with_http_info(self, nam """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8261,7 +8262,7 @@ def delete_collection_namespaced_replication_controller_with_http_info(self, nam files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8271,11 +8272,11 @@ def delete_collection_namespaced_resource_quota(self, namespace, **kwargs): """ delete collection of ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_resource_quota(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_resource_quota(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8291,7 +8292,7 @@ def delete_collection_namespaced_resource_quota(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) @@ -8301,11 +8302,11 @@ def delete_collection_namespaced_resource_quota_with_http_info(self, namespace, """ delete collection of ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_resource_quota_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_resource_quota_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8322,7 +8323,7 @@ def delete_collection_namespaced_resource_quota_with_http_info(self, namespace, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8393,7 +8394,7 @@ def delete_collection_namespaced_resource_quota_with_http_info(self, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8403,11 +8404,11 @@ def delete_collection_namespaced_secret(self, namespace, **kwargs): """ delete collection of Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_secret(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_secret(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8423,7 +8424,7 @@ def delete_collection_namespaced_secret(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_secret_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_secret_with_http_info(namespace, **kwargs) @@ -8433,11 +8434,11 @@ def delete_collection_namespaced_secret_with_http_info(self, namespace, **kwargs """ delete collection of Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_secret_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_secret_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8454,7 +8455,7 @@ def delete_collection_namespaced_secret_with_http_info(self, namespace, **kwargs """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8525,7 +8526,7 @@ def delete_collection_namespaced_secret_with_http_info(self, namespace, **kwargs files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8535,11 +8536,11 @@ def delete_collection_namespaced_service_account(self, namespace, **kwargs): """ delete collection of ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_service_account(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_service_account(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8555,7 +8556,7 @@ def delete_collection_namespaced_service_account(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_service_account_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_service_account_with_http_info(namespace, **kwargs) @@ -8565,11 +8566,11 @@ def delete_collection_namespaced_service_account_with_http_info(self, namespace, """ delete collection of ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_service_account_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_service_account_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -8586,7 +8587,7 @@ def delete_collection_namespaced_service_account_with_http_info(self, namespace, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8657,7 +8658,7 @@ def delete_collection_namespaced_service_account_with_http_info(self, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8667,11 +8668,11 @@ def delete_collection_node(self, **kwargs): """ delete collection of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_node(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_node(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -8686,7 +8687,7 @@ def delete_collection_node(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_node_with_http_info(**kwargs) else: (data) = self.delete_collection_node_with_http_info(**kwargs) @@ -8696,11 +8697,11 @@ def delete_collection_node_with_http_info(self, **kwargs): """ delete collection of Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_node_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_node_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -8716,7 +8717,7 @@ def delete_collection_node_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8782,7 +8783,7 @@ def delete_collection_node_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8792,11 +8793,11 @@ def delete_collection_persistent_volume(self, **kwargs): """ delete collection of PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_persistent_volume(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_persistent_volume(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -8811,7 +8812,7 @@ def delete_collection_persistent_volume(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_persistent_volume_with_http_info(**kwargs) else: (data) = self.delete_collection_persistent_volume_with_http_info(**kwargs) @@ -8821,11 +8822,11 @@ def delete_collection_persistent_volume_with_http_info(self, **kwargs): """ delete collection of PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_persistent_volume_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_persistent_volume_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -8841,7 +8842,7 @@ def delete_collection_persistent_volume_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8907,7 +8908,7 @@ def delete_collection_persistent_volume_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8917,11 +8918,11 @@ def delete_namespace(self, name, body, **kwargs): """ delete a Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespace(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespace(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -8933,7 +8934,7 @@ def delete_namespace(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespace_with_http_info(name, body, **kwargs) else: (data) = self.delete_namespace_with_http_info(name, body, **kwargs) @@ -8943,11 +8944,11 @@ def delete_namespace_with_http_info(self, name, body, **kwargs): """ delete a Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespace_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespace_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -8960,7 +8961,7 @@ def delete_namespace_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9026,7 +9027,7 @@ def delete_namespace_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9036,11 +9037,11 @@ def delete_namespaced_config_map(self, name, namespace, body, **kwargs): """ delete a ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_config_map(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_config_map(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9053,7 +9054,7 @@ def delete_namespaced_config_map(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) @@ -9063,11 +9064,11 @@ def delete_namespaced_config_map_with_http_info(self, name, namespace, body, **k """ delete a ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_config_map_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_config_map_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9081,7 +9082,7 @@ def delete_namespaced_config_map_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9152,7 +9153,7 @@ def delete_namespaced_config_map_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9162,11 +9163,11 @@ def delete_namespaced_endpoints(self, name, namespace, body, **kwargs): """ delete Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_endpoints(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_endpoints(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9179,7 +9180,7 @@ def delete_namespaced_endpoints(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) @@ -9189,11 +9190,11 @@ def delete_namespaced_endpoints_with_http_info(self, name, namespace, body, **kw """ delete Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_endpoints_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_endpoints_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9207,7 +9208,7 @@ def delete_namespaced_endpoints_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9278,7 +9279,7 @@ def delete_namespaced_endpoints_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9288,11 +9289,11 @@ def delete_namespaced_event(self, name, namespace, body, **kwargs): """ delete an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9305,7 +9306,7 @@ def delete_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -9315,11 +9316,11 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs """ delete an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9333,7 +9334,7 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9404,7 +9405,7 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9414,11 +9415,11 @@ def delete_namespaced_limit_range(self, name, namespace, body, **kwargs): """ delete a LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_limit_range(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_limit_range(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9431,7 +9432,7 @@ def delete_namespaced_limit_range(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) @@ -9441,11 +9442,11 @@ def delete_namespaced_limit_range_with_http_info(self, name, namespace, body, ** """ delete a LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_limit_range_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_limit_range_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9459,7 +9460,7 @@ def delete_namespaced_limit_range_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9530,7 +9531,7 @@ def delete_namespaced_limit_range_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9540,11 +9541,11 @@ def delete_namespaced_persistent_volume_claim(self, name, namespace, body, **kwa """ delete a PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_persistent_volume_claim(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_persistent_volume_claim(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9557,7 +9558,7 @@ def delete_namespaced_persistent_volume_claim(self, name, namespace, body, **kwa returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) @@ -9567,11 +9568,11 @@ def delete_namespaced_persistent_volume_claim_with_http_info(self, name, namespa """ delete a PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9585,7 +9586,7 @@ def delete_namespaced_persistent_volume_claim_with_http_info(self, name, namespa """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9656,7 +9657,7 @@ def delete_namespaced_persistent_volume_claim_with_http_info(self, name, namespa files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9666,11 +9667,11 @@ def delete_namespaced_pod(self, name, namespace, body, **kwargs): """ delete a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9683,7 +9684,7 @@ def delete_namespaced_pod(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_pod_with_http_info(name, namespace, body, **kwargs) @@ -9693,11 +9694,11 @@ def delete_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ delete a Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9711,7 +9712,7 @@ def delete_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9782,7 +9783,7 @@ def delete_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9792,11 +9793,11 @@ def delete_namespaced_pod_template(self, name, namespace, body, **kwargs): """ delete a PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_template(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_template(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9809,7 +9810,7 @@ def delete_namespaced_pod_template(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) @@ -9819,11 +9820,11 @@ def delete_namespaced_pod_template_with_http_info(self, name, namespace, body, * """ delete a PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_template_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_template_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9837,7 +9838,7 @@ def delete_namespaced_pod_template_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -9908,7 +9909,7 @@ def delete_namespaced_pod_template_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -9918,11 +9919,11 @@ def delete_namespaced_replication_controller(self, name, namespace, body, **kwar """ delete a ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replication_controller(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replication_controller(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9935,7 +9936,7 @@ def delete_namespaced_replication_controller(self, name, namespace, body, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) @@ -9945,11 +9946,11 @@ def delete_namespaced_replication_controller_with_http_info(self, name, namespac """ delete a ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replication_controller_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replication_controller_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -9963,7 +9964,7 @@ def delete_namespaced_replication_controller_with_http_info(self, name, namespac """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10034,7 +10035,7 @@ def delete_namespaced_replication_controller_with_http_info(self, name, namespac files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10044,11 +10045,11 @@ def delete_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ delete a ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_resource_quota(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_resource_quota(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10061,7 +10062,7 @@ def delete_namespaced_resource_quota(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) @@ -10071,11 +10072,11 @@ def delete_namespaced_resource_quota_with_http_info(self, name, namespace, body, """ delete a ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_resource_quota_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_resource_quota_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10089,7 +10090,7 @@ def delete_namespaced_resource_quota_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10160,7 +10161,7 @@ def delete_namespaced_resource_quota_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10170,11 +10171,11 @@ def delete_namespaced_secret(self, name, namespace, body, **kwargs): """ delete a Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_secret(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_secret(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10187,7 +10188,7 @@ def delete_namespaced_secret(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_secret_with_http_info(name, namespace, body, **kwargs) @@ -10197,11 +10198,11 @@ def delete_namespaced_secret_with_http_info(self, name, namespace, body, **kwarg """ delete a Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_secret_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_secret_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10215,7 +10216,7 @@ def delete_namespaced_secret_with_http_info(self, name, namespace, body, **kwarg """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10286,7 +10287,7 @@ def delete_namespaced_secret_with_http_info(self, name, namespace, body, **kwarg files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10296,11 +10297,11 @@ def delete_namespaced_service(self, name, namespace, body, **kwargs): """ delete a Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_service(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_service(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10313,7 +10314,7 @@ def delete_namespaced_service(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_service_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_service_with_http_info(name, namespace, body, **kwargs) @@ -10323,11 +10324,11 @@ def delete_namespaced_service_with_http_info(self, name, namespace, body, **kwar """ delete a Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_service_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_service_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10341,7 +10342,7 @@ def delete_namespaced_service_with_http_info(self, name, namespace, body, **kwar """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10412,7 +10413,7 @@ def delete_namespaced_service_with_http_info(self, name, namespace, body, **kwar files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10422,11 +10423,11 @@ def delete_namespaced_service_account(self, name, namespace, body, **kwargs): """ delete a ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_service_account(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_service_account(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10439,7 +10440,7 @@ def delete_namespaced_service_account(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) @@ -10449,11 +10450,11 @@ def delete_namespaced_service_account_with_http_info(self, name, namespace, body """ delete a ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_service_account_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_service_account_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -10467,7 +10468,7 @@ def delete_namespaced_service_account_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10538,7 +10539,7 @@ def delete_namespaced_service_account_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10548,11 +10549,11 @@ def delete_node(self, name, body, **kwargs): """ delete a Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_node(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_node(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -10564,7 +10565,7 @@ def delete_node(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_node_with_http_info(name, body, **kwargs) else: (data) = self.delete_node_with_http_info(name, body, **kwargs) @@ -10574,11 +10575,11 @@ def delete_node_with_http_info(self, name, body, **kwargs): """ delete a Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_node_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_node_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -10591,7 +10592,7 @@ def delete_node_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10657,7 +10658,7 @@ def delete_node_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10667,11 +10668,11 @@ def delete_persistent_volume(self, name, body, **kwargs): """ delete a PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_persistent_volume(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_persistent_volume(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -10683,7 +10684,7 @@ def delete_persistent_volume(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_persistent_volume_with_http_info(name, body, **kwargs) else: (data) = self.delete_persistent_volume_with_http_info(name, body, **kwargs) @@ -10693,11 +10694,11 @@ def delete_persistent_volume_with_http_info(self, name, body, **kwargs): """ delete a PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_persistent_volume_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_persistent_volume_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -10710,7 +10711,7 @@ def delete_persistent_volume_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10776,7 +10777,7 @@ def delete_persistent_volume_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10786,17 +10787,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -10806,18 +10807,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10864,7 +10865,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10874,11 +10875,11 @@ def list_component_status(self, **kwargs): """ list objects of kind ComponentStatus This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_component_status(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_component_status(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -10893,7 +10894,7 @@ def list_component_status(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_component_status_with_http_info(**kwargs) else: (data) = self.list_component_status_with_http_info(**kwargs) @@ -10903,11 +10904,11 @@ def list_component_status_with_http_info(self, **kwargs): """ list objects of kind ComponentStatus This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_component_status_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_component_status_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -10923,7 +10924,7 @@ def list_component_status_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -10989,7 +10990,7 @@ def list_component_status_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ComponentStatusList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -10999,11 +11000,11 @@ def list_config_map_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_config_map_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_config_map_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11018,7 +11019,7 @@ def list_config_map_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_config_map_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_config_map_for_all_namespaces_with_http_info(**kwargs) @@ -11028,11 +11029,11 @@ def list_config_map_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_config_map_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_config_map_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11048,7 +11049,7 @@ def list_config_map_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11114,7 +11115,7 @@ def list_config_map_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ConfigMapList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11124,11 +11125,11 @@ def list_endpoints_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_endpoints_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_endpoints_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11143,7 +11144,7 @@ def list_endpoints_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_endpoints_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_endpoints_for_all_namespaces_with_http_info(**kwargs) @@ -11153,11 +11154,11 @@ def list_endpoints_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_endpoints_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_endpoints_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11173,7 +11174,7 @@ def list_endpoints_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11239,7 +11240,7 @@ def list_endpoints_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1EndpointsList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11249,11 +11250,11 @@ def list_event_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_event_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_event_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11268,7 +11269,7 @@ def list_event_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_event_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_event_for_all_namespaces_with_http_info(**kwargs) @@ -11278,11 +11279,11 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_event_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_event_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11298,7 +11299,7 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11364,7 +11365,7 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1EventList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11374,11 +11375,11 @@ def list_limit_range_for_all_namespaces(self, **kwargs): """ list or watch objects of kind LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_limit_range_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_limit_range_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11393,7 +11394,7 @@ def list_limit_range_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_limit_range_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_limit_range_for_all_namespaces_with_http_info(**kwargs) @@ -11403,11 +11404,11 @@ def list_limit_range_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_limit_range_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_limit_range_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -11423,7 +11424,7 @@ def list_limit_range_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11489,7 +11490,7 @@ def list_limit_range_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1LimitRangeList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11499,11 +11500,11 @@ def list_namespace(self, **kwargs): """ list or watch objects of kind Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespace(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespace(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -11518,7 +11519,7 @@ def list_namespace(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespace_with_http_info(**kwargs) else: (data) = self.list_namespace_with_http_info(**kwargs) @@ -11528,11 +11529,11 @@ def list_namespace_with_http_info(self, **kwargs): """ list or watch objects of kind Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespace_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespace_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -11548,7 +11549,7 @@ def list_namespace_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11614,7 +11615,7 @@ def list_namespace_with_http_info(self, **kwargs): files=local_var_files, response_type='V1NamespaceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11624,11 +11625,11 @@ def list_namespaced_config_map(self, namespace, **kwargs): """ list or watch objects of kind ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_config_map(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_config_map(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11644,7 +11645,7 @@ def list_namespaced_config_map(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_config_map_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_config_map_with_http_info(namespace, **kwargs) @@ -11654,11 +11655,11 @@ def list_namespaced_config_map_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_config_map_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_config_map_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11675,7 +11676,7 @@ def list_namespaced_config_map_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11746,7 +11747,7 @@ def list_namespaced_config_map_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1ConfigMapList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11756,11 +11757,11 @@ def list_namespaced_endpoints(self, namespace, **kwargs): """ list or watch objects of kind Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_endpoints(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_endpoints(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11776,7 +11777,7 @@ def list_namespaced_endpoints(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_endpoints_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_endpoints_with_http_info(namespace, **kwargs) @@ -11786,11 +11787,11 @@ def list_namespaced_endpoints_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_endpoints_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_endpoints_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11807,7 +11808,7 @@ def list_namespaced_endpoints_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -11878,7 +11879,7 @@ def list_namespaced_endpoints_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1EndpointsList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -11888,11 +11889,11 @@ def list_namespaced_event(self, namespace, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_event(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_event(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11908,7 +11909,7 @@ def list_namespaced_event(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_event_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_event_with_http_info(namespace, **kwargs) @@ -11918,11 +11919,11 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_event_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_event_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -11939,7 +11940,7 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12010,7 +12011,7 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1EventList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12020,11 +12021,11 @@ def list_namespaced_limit_range(self, namespace, **kwargs): """ list or watch objects of kind LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_limit_range(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_limit_range(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12040,7 +12041,7 @@ def list_namespaced_limit_range(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_limit_range_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_limit_range_with_http_info(namespace, **kwargs) @@ -12050,11 +12051,11 @@ def list_namespaced_limit_range_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_limit_range_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_limit_range_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12071,7 +12072,7 @@ def list_namespaced_limit_range_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12142,7 +12143,7 @@ def list_namespaced_limit_range_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1LimitRangeList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12152,11 +12153,11 @@ def list_namespaced_persistent_volume_claim(self, namespace, **kwargs): """ list or watch objects of kind PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_persistent_volume_claim(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_persistent_volume_claim(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12172,7 +12173,7 @@ def list_namespaced_persistent_volume_claim(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) @@ -12182,11 +12183,11 @@ def list_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kw """ list or watch objects of kind PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_persistent_volume_claim_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_persistent_volume_claim_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12203,7 +12204,7 @@ def list_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12274,7 +12275,7 @@ def list_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1PersistentVolumeClaimList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12284,11 +12285,11 @@ def list_namespaced_pod(self, namespace, **kwargs): """ list or watch objects of kind Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12304,7 +12305,7 @@ def list_namespaced_pod(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_pod_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_pod_with_http_info(namespace, **kwargs) @@ -12314,11 +12315,11 @@ def list_namespaced_pod_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12335,7 +12336,7 @@ def list_namespaced_pod_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12406,7 +12407,7 @@ def list_namespaced_pod_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1PodList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12416,11 +12417,11 @@ def list_namespaced_pod_template(self, namespace, **kwargs): """ list or watch objects of kind PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_template(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_template(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12436,7 +12437,7 @@ def list_namespaced_pod_template(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_pod_template_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_pod_template_with_http_info(namespace, **kwargs) @@ -12446,11 +12447,11 @@ def list_namespaced_pod_template_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_template_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_template_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12467,7 +12468,7 @@ def list_namespaced_pod_template_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12538,7 +12539,7 @@ def list_namespaced_pod_template_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1PodTemplateList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12548,11 +12549,11 @@ def list_namespaced_replication_controller(self, namespace, **kwargs): """ list or watch objects of kind ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replication_controller(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replication_controller(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12568,7 +12569,7 @@ def list_namespaced_replication_controller(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_replication_controller_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_replication_controller_with_http_info(namespace, **kwargs) @@ -12578,11 +12579,11 @@ def list_namespaced_replication_controller_with_http_info(self, namespace, **kwa """ list or watch objects of kind ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replication_controller_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replication_controller_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12599,7 +12600,7 @@ def list_namespaced_replication_controller_with_http_info(self, namespace, **kwa """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12670,7 +12671,7 @@ def list_namespaced_replication_controller_with_http_info(self, namespace, **kwa files=local_var_files, response_type='V1ReplicationControllerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12680,11 +12681,11 @@ def list_namespaced_resource_quota(self, namespace, **kwargs): """ list or watch objects of kind ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_resource_quota(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_resource_quota(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12700,7 +12701,7 @@ def list_namespaced_resource_quota(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_resource_quota_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_resource_quota_with_http_info(namespace, **kwargs) @@ -12710,11 +12711,11 @@ def list_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_resource_quota_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_resource_quota_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12731,7 +12732,7 @@ def list_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12802,7 +12803,7 @@ def list_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1ResourceQuotaList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12812,11 +12813,11 @@ def list_namespaced_secret(self, namespace, **kwargs): """ list or watch objects of kind Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_secret(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_secret(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12832,7 +12833,7 @@ def list_namespaced_secret(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_secret_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_secret_with_http_info(namespace, **kwargs) @@ -12842,11 +12843,11 @@ def list_namespaced_secret_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_secret_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_secret_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12863,7 +12864,7 @@ def list_namespaced_secret_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -12934,7 +12935,7 @@ def list_namespaced_secret_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1SecretList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -12944,11 +12945,11 @@ def list_namespaced_service(self, namespace, **kwargs): """ list or watch objects of kind Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_service(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_service(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12964,7 +12965,7 @@ def list_namespaced_service(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_service_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_service_with_http_info(namespace, **kwargs) @@ -12974,11 +12975,11 @@ def list_namespaced_service_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_service_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_service_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -12995,7 +12996,7 @@ def list_namespaced_service_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13066,7 +13067,7 @@ def list_namespaced_service_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1ServiceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13076,11 +13077,11 @@ def list_namespaced_service_account(self, namespace, **kwargs): """ list or watch objects of kind ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_service_account(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_service_account(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -13096,7 +13097,7 @@ def list_namespaced_service_account(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_service_account_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_service_account_with_http_info(namespace, **kwargs) @@ -13106,11 +13107,11 @@ def list_namespaced_service_account_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_service_account_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_service_account_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -13127,7 +13128,7 @@ def list_namespaced_service_account_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13198,7 +13199,7 @@ def list_namespaced_service_account_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1ServiceAccountList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13208,11 +13209,11 @@ def list_node(self, **kwargs): """ list or watch objects of kind Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_node(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_node(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -13227,7 +13228,7 @@ def list_node(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_node_with_http_info(**kwargs) else: (data) = self.list_node_with_http_info(**kwargs) @@ -13237,11 +13238,11 @@ def list_node_with_http_info(self, **kwargs): """ list or watch objects of kind Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_node_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_node_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -13257,7 +13258,7 @@ def list_node_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13323,7 +13324,7 @@ def list_node_with_http_info(self, **kwargs): files=local_var_files, response_type='V1NodeList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13333,11 +13334,11 @@ def list_persistent_volume(self, **kwargs): """ list or watch objects of kind PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_persistent_volume(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_persistent_volume(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -13352,7 +13353,7 @@ def list_persistent_volume(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_persistent_volume_with_http_info(**kwargs) else: (data) = self.list_persistent_volume_with_http_info(**kwargs) @@ -13362,11 +13363,11 @@ def list_persistent_volume_with_http_info(self, **kwargs): """ list or watch objects of kind PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_persistent_volume_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_persistent_volume_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -13382,7 +13383,7 @@ def list_persistent_volume_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13448,7 +13449,7 @@ def list_persistent_volume_with_http_info(self, **kwargs): files=local_var_files, response_type='V1PersistentVolumeList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13458,11 +13459,11 @@ def list_persistent_volume_claim_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_persistent_volume_claim_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_persistent_volume_claim_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13477,7 +13478,7 @@ def list_persistent_volume_claim_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) @@ -13487,11 +13488,11 @@ def list_persistent_volume_claim_for_all_namespaces_with_http_info(self, **kwarg """ list or watch objects of kind PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_persistent_volume_claim_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_persistent_volume_claim_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13507,7 +13508,7 @@ def list_persistent_volume_claim_for_all_namespaces_with_http_info(self, **kwarg """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13573,7 +13574,7 @@ def list_persistent_volume_claim_for_all_namespaces_with_http_info(self, **kwarg files=local_var_files, response_type='V1PersistentVolumeClaimList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13583,11 +13584,11 @@ def list_pod_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13602,7 +13603,7 @@ def list_pod_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_pod_for_all_namespaces_with_http_info(**kwargs) @@ -13612,11 +13613,11 @@ def list_pod_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13632,7 +13633,7 @@ def list_pod_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13698,7 +13699,7 @@ def list_pod_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1PodList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13708,11 +13709,11 @@ def list_pod_template_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_template_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_template_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13727,7 +13728,7 @@ def list_pod_template_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_template_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_pod_template_for_all_namespaces_with_http_info(**kwargs) @@ -13737,11 +13738,11 @@ def list_pod_template_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_template_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_template_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13757,7 +13758,7 @@ def list_pod_template_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13823,7 +13824,7 @@ def list_pod_template_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1PodTemplateList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13833,11 +13834,11 @@ def list_replication_controller_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replication_controller_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replication_controller_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13852,7 +13853,7 @@ def list_replication_controller_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_replication_controller_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_replication_controller_for_all_namespaces_with_http_info(**kwargs) @@ -13862,11 +13863,11 @@ def list_replication_controller_for_all_namespaces_with_http_info(self, **kwargs """ list or watch objects of kind ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replication_controller_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replication_controller_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13882,7 +13883,7 @@ def list_replication_controller_for_all_namespaces_with_http_info(self, **kwargs """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -13948,7 +13949,7 @@ def list_replication_controller_for_all_namespaces_with_http_info(self, **kwargs files=local_var_files, response_type='V1ReplicationControllerList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -13958,11 +13959,11 @@ def list_resource_quota_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_resource_quota_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_resource_quota_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -13977,7 +13978,7 @@ def list_resource_quota_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_resource_quota_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_resource_quota_for_all_namespaces_with_http_info(**kwargs) @@ -13987,11 +13988,11 @@ def list_resource_quota_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_resource_quota_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_resource_quota_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14007,7 +14008,7 @@ def list_resource_quota_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14073,7 +14074,7 @@ def list_resource_quota_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ResourceQuotaList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14083,11 +14084,11 @@ def list_secret_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_secret_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_secret_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14102,7 +14103,7 @@ def list_secret_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_secret_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_secret_for_all_namespaces_with_http_info(**kwargs) @@ -14112,11 +14113,11 @@ def list_secret_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_secret_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_secret_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14132,7 +14133,7 @@ def list_secret_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14198,7 +14199,7 @@ def list_secret_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1SecretList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14208,11 +14209,11 @@ def list_service_account_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_service_account_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_service_account_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14227,7 +14228,7 @@ def list_service_account_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_service_account_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_service_account_for_all_namespaces_with_http_info(**kwargs) @@ -14237,11 +14238,11 @@ def list_service_account_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_service_account_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_service_account_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14257,7 +14258,7 @@ def list_service_account_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14323,7 +14324,7 @@ def list_service_account_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ServiceAccountList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14333,11 +14334,11 @@ def list_service_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_service_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_service_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14352,7 +14353,7 @@ def list_service_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_service_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_service_for_all_namespaces_with_http_info(**kwargs) @@ -14362,11 +14363,11 @@ def list_service_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_service_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_service_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -14382,7 +14383,7 @@ def list_service_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14448,7 +14449,7 @@ def list_service_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ServiceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14458,11 +14459,11 @@ def patch_namespace(self, name, body, **kwargs): """ partially update the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespace(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespace(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -14471,7 +14472,7 @@ def patch_namespace(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespace_with_http_info(name, body, **kwargs) else: (data) = self.patch_namespace_with_http_info(name, body, **kwargs) @@ -14481,11 +14482,11 @@ def patch_namespace_with_http_info(self, name, body, **kwargs): """ partially update the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespace_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespace_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -14495,7 +14496,7 @@ def patch_namespace_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14555,7 +14556,7 @@ def patch_namespace_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14565,11 +14566,11 @@ def patch_namespace_status(self, name, body, **kwargs): """ partially update status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespace_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespace_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -14578,7 +14579,7 @@ def patch_namespace_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespace_status_with_http_info(name, body, **kwargs) else: (data) = self.patch_namespace_status_with_http_info(name, body, **kwargs) @@ -14588,11 +14589,11 @@ def patch_namespace_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespace_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespace_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -14602,7 +14603,7 @@ def patch_namespace_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14662,7 +14663,7 @@ def patch_namespace_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14672,11 +14673,11 @@ def patch_namespaced_config_map(self, name, namespace, body, **kwargs): """ partially update the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_config_map(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_config_map(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14686,7 +14687,7 @@ def patch_namespaced_config_map(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) @@ -14696,11 +14697,11 @@ def patch_namespaced_config_map_with_http_info(self, name, namespace, body, **kw """ partially update the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_config_map_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_config_map_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14711,7 +14712,7 @@ def patch_namespaced_config_map_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14776,7 +14777,7 @@ def patch_namespaced_config_map_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1ConfigMap', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14786,11 +14787,11 @@ def patch_namespaced_endpoints(self, name, namespace, body, **kwargs): """ partially update the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_endpoints(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_endpoints(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14800,7 +14801,7 @@ def patch_namespaced_endpoints(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) @@ -14810,11 +14811,11 @@ def patch_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwa """ partially update the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_endpoints_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_endpoints_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14825,7 +14826,7 @@ def patch_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwa """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -14890,7 +14891,7 @@ def patch_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwa files=local_var_files, response_type='V1Endpoints', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -14900,11 +14901,11 @@ def patch_namespaced_event(self, name, namespace, body, **kwargs): """ partially update the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14914,7 +14915,7 @@ def patch_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -14924,11 +14925,11 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) """ partially update the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -14939,7 +14940,7 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15004,7 +15005,7 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15014,11 +15015,11 @@ def patch_namespaced_limit_range(self, name, namespace, body, **kwargs): """ partially update the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_limit_range(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_limit_range(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15028,7 +15029,7 @@ def patch_namespaced_limit_range(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) @@ -15038,11 +15039,11 @@ def patch_namespaced_limit_range_with_http_info(self, name, namespace, body, **k """ partially update the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_limit_range_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_limit_range_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15053,7 +15054,7 @@ def patch_namespaced_limit_range_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15118,7 +15119,7 @@ def patch_namespaced_limit_range_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1LimitRange', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15128,11 +15129,11 @@ def patch_namespaced_persistent_volume_claim(self, name, namespace, body, **kwar """ partially update the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_persistent_volume_claim(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_persistent_volume_claim(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15142,7 +15143,7 @@ def patch_namespaced_persistent_volume_claim(self, name, namespace, body, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) @@ -15152,11 +15153,11 @@ def patch_namespaced_persistent_volume_claim_with_http_info(self, name, namespac """ partially update the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15167,7 +15168,7 @@ def patch_namespaced_persistent_volume_claim_with_http_info(self, name, namespac """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15232,7 +15233,7 @@ def patch_namespaced_persistent_volume_claim_with_http_info(self, name, namespac files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15242,11 +15243,11 @@ def patch_namespaced_persistent_volume_claim_status(self, name, namespace, body, """ partially update status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_persistent_volume_claim_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_persistent_volume_claim_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15256,7 +15257,7 @@ def patch_namespaced_persistent_volume_claim_status(self, name, namespace, body, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) @@ -15266,11 +15267,11 @@ def patch_namespaced_persistent_volume_claim_status_with_http_info(self, name, n """ partially update status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15281,7 +15282,7 @@ def patch_namespaced_persistent_volume_claim_status_with_http_info(self, name, n """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15346,7 +15347,7 @@ def patch_namespaced_persistent_volume_claim_status_with_http_info(self, name, n files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15356,11 +15357,11 @@ def patch_namespaced_pod(self, name, namespace, body, **kwargs): """ partially update the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15370,7 +15371,7 @@ def patch_namespaced_pod(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_with_http_info(name, namespace, body, **kwargs) @@ -15380,11 +15381,11 @@ def patch_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15395,7 +15396,7 @@ def patch_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15460,7 +15461,7 @@ def patch_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15470,11 +15471,11 @@ def patch_namespaced_pod_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15484,7 +15485,7 @@ def patch_namespaced_pod_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) @@ -15494,11 +15495,11 @@ def patch_namespaced_pod_status_with_http_info(self, name, namespace, body, **kw """ partially update status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15509,7 +15510,7 @@ def patch_namespaced_pod_status_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15574,7 +15575,7 @@ def patch_namespaced_pod_status_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15584,11 +15585,11 @@ def patch_namespaced_pod_template(self, name, namespace, body, **kwargs): """ partially update the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_template(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_template(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15598,7 +15599,7 @@ def patch_namespaced_pod_template(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) @@ -15608,11 +15609,11 @@ def patch_namespaced_pod_template_with_http_info(self, name, namespace, body, ** """ partially update the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_template_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_template_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15623,7 +15624,7 @@ def patch_namespaced_pod_template_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15688,7 +15689,7 @@ def patch_namespaced_pod_template_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1PodTemplate', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15698,11 +15699,11 @@ def patch_namespaced_replication_controller(self, name, namespace, body, **kwarg """ partially update the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15712,7 +15713,7 @@ def patch_namespaced_replication_controller(self, name, namespace, body, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) @@ -15722,11 +15723,11 @@ def patch_namespaced_replication_controller_with_http_info(self, name, namespace """ partially update the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15737,7 +15738,7 @@ def patch_namespaced_replication_controller_with_http_info(self, name, namespace """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15802,7 +15803,7 @@ def patch_namespaced_replication_controller_with_http_info(self, name, namespace files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15812,11 +15813,11 @@ def patch_namespaced_replication_controller_scale(self, name, namespace, body, * """ partially update scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15826,7 +15827,7 @@ def patch_namespaced_replication_controller_scale(self, name, namespace, body, * returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replication_controller_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replication_controller_scale_with_http_info(name, namespace, body, **kwargs) @@ -15836,11 +15837,11 @@ def patch_namespaced_replication_controller_scale_with_http_info(self, name, nam """ partially update scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15851,7 +15852,7 @@ def patch_namespaced_replication_controller_scale_with_http_info(self, name, nam """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -15916,7 +15917,7 @@ def patch_namespaced_replication_controller_scale_with_http_info(self, name, nam files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -15926,11 +15927,11 @@ def patch_namespaced_replication_controller_status(self, name, namespace, body, """ partially update status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15940,7 +15941,7 @@ def patch_namespaced_replication_controller_status(self, name, namespace, body, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) @@ -15950,11 +15951,11 @@ def patch_namespaced_replication_controller_status_with_http_info(self, name, na """ partially update status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -15965,7 +15966,7 @@ def patch_namespaced_replication_controller_status_with_http_info(self, name, na """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16030,7 +16031,7 @@ def patch_namespaced_replication_controller_status_with_http_info(self, name, na files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16040,11 +16041,11 @@ def patch_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ partially update the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_resource_quota(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_resource_quota(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16054,7 +16055,7 @@ def patch_namespaced_resource_quota(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) @@ -16064,11 +16065,11 @@ def patch_namespaced_resource_quota_with_http_info(self, name, namespace, body, """ partially update the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_resource_quota_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_resource_quota_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16079,7 +16080,7 @@ def patch_namespaced_resource_quota_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16144,7 +16145,7 @@ def patch_namespaced_resource_quota_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16154,11 +16155,11 @@ def patch_namespaced_resource_quota_status(self, name, namespace, body, **kwargs """ partially update status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_resource_quota_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_resource_quota_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16168,7 +16169,7 @@ def patch_namespaced_resource_quota_status(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) @@ -16178,11 +16179,11 @@ def patch_namespaced_resource_quota_status_with_http_info(self, name, namespace, """ partially update status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16193,7 +16194,7 @@ def patch_namespaced_resource_quota_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16258,7 +16259,7 @@ def patch_namespaced_resource_quota_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16268,11 +16269,11 @@ def patch_namespaced_secret(self, name, namespace, body, **kwargs): """ partially update the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_secret(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_secret(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16282,7 +16283,7 @@ def patch_namespaced_secret(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_secret_with_http_info(name, namespace, body, **kwargs) @@ -16292,11 +16293,11 @@ def patch_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs """ partially update the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_secret_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_secret_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16307,7 +16308,7 @@ def patch_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16372,7 +16373,7 @@ def patch_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1Secret', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16382,11 +16383,11 @@ def patch_namespaced_service(self, name, namespace, body, **kwargs): """ partially update the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16396,7 +16397,7 @@ def patch_namespaced_service(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_service_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_service_with_http_info(name, namespace, body, **kwargs) @@ -16406,11 +16407,11 @@ def patch_namespaced_service_with_http_info(self, name, namespace, body, **kwarg """ partially update the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16421,7 +16422,7 @@ def patch_namespaced_service_with_http_info(self, name, namespace, body, **kwarg """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16486,7 +16487,7 @@ def patch_namespaced_service_with_http_info(self, name, namespace, body, **kwarg files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16496,11 +16497,11 @@ def patch_namespaced_service_account(self, name, namespace, body, **kwargs): """ partially update the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service_account(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service_account(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16510,7 +16511,7 @@ def patch_namespaced_service_account(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) @@ -16520,11 +16521,11 @@ def patch_namespaced_service_account_with_http_info(self, name, namespace, body, """ partially update the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service_account_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service_account_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16535,7 +16536,7 @@ def patch_namespaced_service_account_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16600,7 +16601,7 @@ def patch_namespaced_service_account_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1ServiceAccount', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16610,11 +16611,11 @@ def patch_namespaced_service_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16624,7 +16625,7 @@ def patch_namespaced_service_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) @@ -16634,11 +16635,11 @@ def patch_namespaced_service_status_with_http_info(self, name, namespace, body, """ partially update status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_service_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_service_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -16649,7 +16650,7 @@ def patch_namespaced_service_status_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16714,7 +16715,7 @@ def patch_namespaced_service_status_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16724,11 +16725,11 @@ def patch_node(self, name, body, **kwargs): """ partially update the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_node(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_node(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16737,7 +16738,7 @@ def patch_node(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_node_with_http_info(name, body, **kwargs) else: (data) = self.patch_node_with_http_info(name, body, **kwargs) @@ -16747,11 +16748,11 @@ def patch_node_with_http_info(self, name, body, **kwargs): """ partially update the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_node_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_node_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16761,7 +16762,7 @@ def patch_node_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16821,7 +16822,7 @@ def patch_node_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16831,11 +16832,11 @@ def patch_node_status(self, name, body, **kwargs): """ partially update status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_node_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_node_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16844,7 +16845,7 @@ def patch_node_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_node_status_with_http_info(name, body, **kwargs) else: (data) = self.patch_node_status_with_http_info(name, body, **kwargs) @@ -16854,11 +16855,11 @@ def patch_node_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_node_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_node_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16868,7 +16869,7 @@ def patch_node_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -16928,7 +16929,7 @@ def patch_node_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -16938,11 +16939,11 @@ def patch_persistent_volume(self, name, body, **kwargs): """ partially update the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_persistent_volume(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_persistent_volume(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16951,7 +16952,7 @@ def patch_persistent_volume(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_persistent_volume_with_http_info(name, body, **kwargs) else: (data) = self.patch_persistent_volume_with_http_info(name, body, **kwargs) @@ -16961,11 +16962,11 @@ def patch_persistent_volume_with_http_info(self, name, body, **kwargs): """ partially update the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_persistent_volume_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_persistent_volume_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -16975,7 +16976,7 @@ def patch_persistent_volume_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17035,7 +17036,7 @@ def patch_persistent_volume_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17045,11 +17046,11 @@ def patch_persistent_volume_status(self, name, body, **kwargs): """ partially update status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_persistent_volume_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_persistent_volume_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17058,7 +17059,7 @@ def patch_persistent_volume_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_persistent_volume_status_with_http_info(name, body, **kwargs) else: (data) = self.patch_persistent_volume_status_with_http_info(name, body, **kwargs) @@ -17068,11 +17069,11 @@ def patch_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_persistent_volume_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_persistent_volume_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17082,7 +17083,7 @@ def patch_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17142,7 +17143,7 @@ def patch_persistent_volume_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17152,11 +17153,11 @@ def read_component_status(self, name, **kwargs): """ read the specified ComponentStatus This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_component_status(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_component_status(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ComponentStatus (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ComponentStatus @@ -17164,7 +17165,7 @@ def read_component_status(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_component_status_with_http_info(name, **kwargs) else: (data) = self.read_component_status_with_http_info(name, **kwargs) @@ -17174,11 +17175,11 @@ def read_component_status_with_http_info(self, name, **kwargs): """ read the specified ComponentStatus This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_component_status_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_component_status_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ComponentStatus (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ComponentStatus @@ -17187,7 +17188,7 @@ def read_component_status_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17242,7 +17243,7 @@ def read_component_status_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1ComponentStatus', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17252,11 +17253,11 @@ def read_namespace(self, name, **kwargs): """ read the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespace(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespace(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -17266,7 +17267,7 @@ def read_namespace(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespace_with_http_info(name, **kwargs) else: (data) = self.read_namespace_with_http_info(name, **kwargs) @@ -17276,11 +17277,11 @@ def read_namespace_with_http_info(self, name, **kwargs): """ read the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespace_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespace_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -17291,7 +17292,7 @@ def read_namespace_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17350,7 +17351,7 @@ def read_namespace_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17360,11 +17361,11 @@ def read_namespace_status(self, name, **kwargs): """ read status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespace_status(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespace_status(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Namespace @@ -17372,7 +17373,7 @@ def read_namespace_status(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespace_status_with_http_info(name, **kwargs) else: (data) = self.read_namespace_status_with_http_info(name, **kwargs) @@ -17382,11 +17383,11 @@ def read_namespace_status_with_http_info(self, name, **kwargs): """ read status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespace_status_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespace_status_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Namespace @@ -17395,7 +17396,7 @@ def read_namespace_status_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17450,7 +17451,7 @@ def read_namespace_status_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17460,11 +17461,11 @@ def read_namespaced_config_map(self, name, namespace, **kwargs): """ read the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_config_map(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_config_map(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17475,7 +17476,7 @@ def read_namespaced_config_map(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_config_map_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_config_map_with_http_info(name, namespace, **kwargs) @@ -17485,11 +17486,11 @@ def read_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): """ read the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_config_map_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_config_map_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17501,7 +17502,7 @@ def read_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17565,7 +17566,7 @@ def read_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1ConfigMap', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17575,11 +17576,11 @@ def read_namespaced_endpoints(self, name, namespace, **kwargs): """ read the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_endpoints(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_endpoints(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17590,7 +17591,7 @@ def read_namespaced_endpoints(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_endpoints_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_endpoints_with_http_info(name, namespace, **kwargs) @@ -17600,11 +17601,11 @@ def read_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): """ read the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_endpoints_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_endpoints_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17616,7 +17617,7 @@ def read_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17680,7 +17681,7 @@ def read_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Endpoints', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17690,11 +17691,11 @@ def read_namespaced_event(self, name, namespace, **kwargs): """ read the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_event(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_event(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17705,7 +17706,7 @@ def read_namespaced_event(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_event_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_event_with_http_info(name, namespace, **kwargs) @@ -17715,11 +17716,11 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ read the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_event_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_event_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17731,7 +17732,7 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17795,7 +17796,7 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17805,11 +17806,11 @@ def read_namespaced_limit_range(self, name, namespace, **kwargs): """ read the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_limit_range(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_limit_range(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17820,7 +17821,7 @@ def read_namespaced_limit_range(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_limit_range_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_limit_range_with_http_info(name, namespace, **kwargs) @@ -17830,11 +17831,11 @@ def read_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): """ read the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_limit_range_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_limit_range_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17846,7 +17847,7 @@ def read_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -17910,7 +17911,7 @@ def read_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1LimitRange', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -17920,11 +17921,11 @@ def read_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): """ read the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_persistent_volume_claim(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_persistent_volume_claim(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17935,7 +17936,7 @@ def read_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) @@ -17945,11 +17946,11 @@ def read_namespaced_persistent_volume_claim_with_http_info(self, name, namespace """ read the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -17961,7 +17962,7 @@ def read_namespaced_persistent_volume_claim_with_http_info(self, name, namespace """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18025,7 +18026,7 @@ def read_namespaced_persistent_volume_claim_with_http_info(self, name, namespace files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18035,11 +18036,11 @@ def read_namespaced_persistent_volume_claim_status(self, name, namespace, **kwar """ read status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_persistent_volume_claim_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_persistent_volume_claim_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18048,7 +18049,7 @@ def read_namespaced_persistent_volume_claim_status(self, name, namespace, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) @@ -18058,11 +18059,11 @@ def read_namespaced_persistent_volume_claim_status_with_http_info(self, name, na """ read status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18072,7 +18073,7 @@ def read_namespaced_persistent_volume_claim_status_with_http_info(self, name, na """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18132,7 +18133,7 @@ def read_namespaced_persistent_volume_claim_status_with_http_info(self, name, na files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18142,11 +18143,11 @@ def read_namespaced_pod(self, name, namespace, **kwargs): """ read the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18157,7 +18158,7 @@ def read_namespaced_pod(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_with_http_info(name, namespace, **kwargs) @@ -18167,11 +18168,11 @@ def read_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ read the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18183,7 +18184,7 @@ def read_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18247,7 +18248,7 @@ def read_namespaced_pod_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18257,11 +18258,11 @@ def read_namespaced_pod_log(self, name, namespace, **kwargs): """ read log of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_log(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_log(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container for which to stream logs. Defaults to only container if there is one container in the pod. @@ -18277,7 +18278,7 @@ def read_namespaced_pod_log(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_log_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_log_with_http_info(name, namespace, **kwargs) @@ -18287,11 +18288,11 @@ def read_namespaced_pod_log_with_http_info(self, name, namespace, **kwargs): """ read log of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_log_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_log_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str container: The container for which to stream logs. Defaults to only container if there is one container in the pod. @@ -18308,7 +18309,7 @@ def read_namespaced_pod_log_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'container', 'follow', 'limit_bytes', 'pretty', 'previous', 'since_seconds', 'tail_lines', 'timestamps'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18382,7 +18383,7 @@ def read_namespaced_pod_log_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='str', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18392,11 +18393,11 @@ def read_namespaced_pod_status(self, name, namespace, **kwargs): """ read status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18405,7 +18406,7 @@ def read_namespaced_pod_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_status_with_http_info(name, namespace, **kwargs) @@ -18415,11 +18416,11 @@ def read_namespaced_pod_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18429,7 +18430,7 @@ def read_namespaced_pod_status_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18489,7 +18490,7 @@ def read_namespaced_pod_status_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18499,11 +18500,11 @@ def read_namespaced_pod_template(self, name, namespace, **kwargs): """ read the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_template(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_template(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18514,7 +18515,7 @@ def read_namespaced_pod_template(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_template_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_template_with_http_info(name, namespace, **kwargs) @@ -18524,11 +18525,11 @@ def read_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs) """ read the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_template_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_template_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18540,7 +18541,7 @@ def read_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18604,7 +18605,7 @@ def read_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1PodTemplate', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18614,11 +18615,11 @@ def read_namespaced_replication_controller(self, name, namespace, **kwargs): """ read the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18629,7 +18630,7 @@ def read_namespaced_replication_controller(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) @@ -18639,11 +18640,11 @@ def read_namespaced_replication_controller_with_http_info(self, name, namespace, """ read the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18655,7 +18656,7 @@ def read_namespaced_replication_controller_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18719,7 +18720,7 @@ def read_namespaced_replication_controller_with_http_info(self, name, namespace, files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18729,11 +18730,11 @@ def read_namespaced_replication_controller_scale(self, name, namespace, **kwargs """ read scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18742,7 +18743,7 @@ def read_namespaced_replication_controller_scale(self, name, namespace, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replication_controller_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replication_controller_scale_with_http_info(name, namespace, **kwargs) @@ -18752,11 +18753,11 @@ def read_namespaced_replication_controller_scale_with_http_info(self, name, name """ read scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18766,7 +18767,7 @@ def read_namespaced_replication_controller_scale_with_http_info(self, name, name """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18826,7 +18827,7 @@ def read_namespaced_replication_controller_scale_with_http_info(self, name, name files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18836,11 +18837,11 @@ def read_namespaced_replication_controller_status(self, name, namespace, **kwarg """ read status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18849,7 +18850,7 @@ def read_namespaced_replication_controller_status(self, name, namespace, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) @@ -18859,11 +18860,11 @@ def read_namespaced_replication_controller_status_with_http_info(self, name, nam """ read status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18873,7 +18874,7 @@ def read_namespaced_replication_controller_status_with_http_info(self, name, nam """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -18933,7 +18934,7 @@ def read_namespaced_replication_controller_status_with_http_info(self, name, nam files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -18943,11 +18944,11 @@ def read_namespaced_resource_quota(self, name, namespace, **kwargs): """ read the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_resource_quota(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_resource_quota(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18958,7 +18959,7 @@ def read_namespaced_resource_quota(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) @@ -18968,11 +18969,11 @@ def read_namespaced_resource_quota_with_http_info(self, name, namespace, **kwarg """ read the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_resource_quota_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_resource_quota_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -18984,7 +18985,7 @@ def read_namespaced_resource_quota_with_http_info(self, name, namespace, **kwarg """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19048,7 +19049,7 @@ def read_namespaced_resource_quota_with_http_info(self, name, namespace, **kwarg files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19058,11 +19059,11 @@ def read_namespaced_resource_quota_status(self, name, namespace, **kwargs): """ read status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_resource_quota_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_resource_quota_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19071,7 +19072,7 @@ def read_namespaced_resource_quota_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) @@ -19081,11 +19082,11 @@ def read_namespaced_resource_quota_status_with_http_info(self, name, namespace, """ read status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_resource_quota_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_resource_quota_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19095,7 +19096,7 @@ def read_namespaced_resource_quota_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19155,7 +19156,7 @@ def read_namespaced_resource_quota_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19165,11 +19166,11 @@ def read_namespaced_secret(self, name, namespace, **kwargs): """ read the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_secret(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_secret(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19180,7 +19181,7 @@ def read_namespaced_secret(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_secret_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_secret_with_http_info(name, namespace, **kwargs) @@ -19190,11 +19191,11 @@ def read_namespaced_secret_with_http_info(self, name, namespace, **kwargs): """ read the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_secret_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_secret_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19206,7 +19207,7 @@ def read_namespaced_secret_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19270,7 +19271,7 @@ def read_namespaced_secret_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Secret', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19280,11 +19281,11 @@ def read_namespaced_service(self, name, namespace, **kwargs): """ read the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19295,7 +19296,7 @@ def read_namespaced_service(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_service_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_service_with_http_info(name, namespace, **kwargs) @@ -19305,11 +19306,11 @@ def read_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ read the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19321,7 +19322,7 @@ def read_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19385,7 +19386,7 @@ def read_namespaced_service_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19395,11 +19396,11 @@ def read_namespaced_service_account(self, name, namespace, **kwargs): """ read the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service_account(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service_account(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19410,7 +19411,7 @@ def read_namespaced_service_account(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_service_account_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_service_account_with_http_info(name, namespace, **kwargs) @@ -19420,11 +19421,11 @@ def read_namespaced_service_account_with_http_info(self, name, namespace, **kwar """ read the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service_account_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service_account_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19436,7 +19437,7 @@ def read_namespaced_service_account_with_http_info(self, name, namespace, **kwar """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19500,7 +19501,7 @@ def read_namespaced_service_account_with_http_info(self, name, namespace, **kwar files=local_var_files, response_type='V1ServiceAccount', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19510,11 +19511,11 @@ def read_namespaced_service_status(self, name, namespace, **kwargs): """ read status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19523,7 +19524,7 @@ def read_namespaced_service_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_service_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_service_status_with_http_info(name, namespace, **kwargs) @@ -19533,11 +19534,11 @@ def read_namespaced_service_status_with_http_info(self, name, namespace, **kwarg """ read status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_service_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_service_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -19547,7 +19548,7 @@ def read_namespaced_service_status_with_http_info(self, name, namespace, **kwarg """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19607,7 +19608,7 @@ def read_namespaced_service_status_with_http_info(self, name, namespace, **kwarg files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19617,11 +19618,11 @@ def read_node(self, name, **kwargs): """ read the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_node(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_node(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -19631,7 +19632,7 @@ def read_node(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_node_with_http_info(name, **kwargs) else: (data) = self.read_node_with_http_info(name, **kwargs) @@ -19641,11 +19642,11 @@ def read_node_with_http_info(self, name, **kwargs): """ read the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_node_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_node_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -19656,7 +19657,7 @@ def read_node_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19715,7 +19716,7 @@ def read_node_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19725,11 +19726,11 @@ def read_node_status(self, name, **kwargs): """ read status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_node_status(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_node_status(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Node @@ -19737,7 +19738,7 @@ def read_node_status(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_node_status_with_http_info(name, **kwargs) else: (data) = self.read_node_status_with_http_info(name, **kwargs) @@ -19747,11 +19748,11 @@ def read_node_status_with_http_info(self, name, **kwargs): """ read status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_node_status_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_node_status_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1Node @@ -19760,7 +19761,7 @@ def read_node_status_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19815,7 +19816,7 @@ def read_node_status_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19825,11 +19826,11 @@ def read_persistent_volume(self, name, **kwargs): """ read the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_persistent_volume(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_persistent_volume(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -19839,7 +19840,7 @@ def read_persistent_volume(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_persistent_volume_with_http_info(name, **kwargs) else: (data) = self.read_persistent_volume_with_http_info(name, **kwargs) @@ -19849,11 +19850,11 @@ def read_persistent_volume_with_http_info(self, name, **kwargs): """ read the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_persistent_volume_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_persistent_volume_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -19864,7 +19865,7 @@ def read_persistent_volume_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -19923,7 +19924,7 @@ def read_persistent_volume_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -19933,11 +19934,11 @@ def read_persistent_volume_status(self, name, **kwargs): """ read status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_persistent_volume_status(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_persistent_volume_status(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1PersistentVolume @@ -19945,7 +19946,7 @@ def read_persistent_volume_status(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_persistent_volume_status_with_http_info(name, **kwargs) else: (data) = self.read_persistent_volume_status_with_http_info(name, **kwargs) @@ -19955,11 +19956,11 @@ def read_persistent_volume_status_with_http_info(self, name, **kwargs): """ read status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_persistent_volume_status_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_persistent_volume_status_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1PersistentVolume @@ -19968,7 +19969,7 @@ def read_persistent_volume_status_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20023,7 +20024,7 @@ def read_persistent_volume_status_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20033,11 +20034,11 @@ def replace_namespace(self, name, body, **kwargs): """ replace the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20046,7 +20047,7 @@ def replace_namespace(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespace_with_http_info(name, body, **kwargs) else: (data) = self.replace_namespace_with_http_info(name, body, **kwargs) @@ -20056,11 +20057,11 @@ def replace_namespace_with_http_info(self, name, body, **kwargs): """ replace the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20070,7 +20071,7 @@ def replace_namespace_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20130,7 +20131,7 @@ def replace_namespace_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20140,11 +20141,11 @@ def replace_namespace_finalize(self, name, body, **kwargs): """ replace finalize of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace_finalize(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace_finalize(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20153,7 +20154,7 @@ def replace_namespace_finalize(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespace_finalize_with_http_info(name, body, **kwargs) else: (data) = self.replace_namespace_finalize_with_http_info(name, body, **kwargs) @@ -20163,11 +20164,11 @@ def replace_namespace_finalize_with_http_info(self, name, body, **kwargs): """ replace finalize of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace_finalize_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace_finalize_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20177,7 +20178,7 @@ def replace_namespace_finalize_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20237,7 +20238,7 @@ def replace_namespace_finalize_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20247,11 +20248,11 @@ def replace_namespace_status(self, name, body, **kwargs): """ replace status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20260,7 +20261,7 @@ def replace_namespace_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespace_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_namespace_status_with_http_info(name, body, **kwargs) @@ -20270,11 +20271,11 @@ def replace_namespace_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified Namespace This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespace_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespace_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Namespace (required) :param V1Namespace body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -20284,7 +20285,7 @@ def replace_namespace_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20344,7 +20345,7 @@ def replace_namespace_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Namespace', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20354,11 +20355,11 @@ def replace_namespaced_config_map(self, name, namespace, body, **kwargs): """ replace the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_config_map(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_config_map(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ConfigMap body: (required) @@ -20368,7 +20369,7 @@ def replace_namespaced_config_map(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) @@ -20378,11 +20379,11 @@ def replace_namespaced_config_map_with_http_info(self, name, namespace, body, ** """ replace the specified ConfigMap This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_config_map_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_config_map_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ConfigMap (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ConfigMap body: (required) @@ -20393,7 +20394,7 @@ def replace_namespaced_config_map_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20458,7 +20459,7 @@ def replace_namespaced_config_map_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1ConfigMap', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20468,11 +20469,11 @@ def replace_namespaced_endpoints(self, name, namespace, body, **kwargs): """ replace the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_endpoints(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_endpoints(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Endpoints body: (required) @@ -20482,7 +20483,7 @@ def replace_namespaced_endpoints(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) @@ -20492,11 +20493,11 @@ def replace_namespaced_endpoints_with_http_info(self, name, namespace, body, **k """ replace the specified Endpoints This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_endpoints_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_endpoints_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Endpoints (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Endpoints body: (required) @@ -20507,7 +20508,7 @@ def replace_namespaced_endpoints_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20572,7 +20573,7 @@ def replace_namespaced_endpoints_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Endpoints', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20582,11 +20583,11 @@ def replace_namespaced_event(self, name, namespace, body, **kwargs): """ replace the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Event body: (required) @@ -20596,7 +20597,7 @@ def replace_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -20606,11 +20607,11 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg """ replace the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Event body: (required) @@ -20621,7 +20622,7 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20686,7 +20687,7 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg files=local_var_files, response_type='V1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20696,11 +20697,11 @@ def replace_namespaced_limit_range(self, name, namespace, body, **kwargs): """ replace the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_limit_range(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_limit_range(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LimitRange body: (required) @@ -20710,7 +20711,7 @@ def replace_namespaced_limit_range(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) @@ -20720,11 +20721,11 @@ def replace_namespaced_limit_range_with_http_info(self, name, namespace, body, * """ replace the specified LimitRange This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_limit_range_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_limit_range_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the LimitRange (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1LimitRange body: (required) @@ -20735,7 +20736,7 @@ def replace_namespaced_limit_range_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20800,7 +20801,7 @@ def replace_namespaced_limit_range_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1LimitRange', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20810,11 +20811,11 @@ def replace_namespaced_persistent_volume_claim(self, name, namespace, body, **kw """ replace the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_persistent_volume_claim(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_persistent_volume_claim(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) @@ -20824,7 +20825,7 @@ def replace_namespaced_persistent_volume_claim(self, name, namespace, body, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) @@ -20834,11 +20835,11 @@ def replace_namespaced_persistent_volume_claim_with_http_info(self, name, namesp """ replace the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) @@ -20849,7 +20850,7 @@ def replace_namespaced_persistent_volume_claim_with_http_info(self, name, namesp """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -20914,7 +20915,7 @@ def replace_namespaced_persistent_volume_claim_with_http_info(self, name, namesp files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -20924,11 +20925,11 @@ def replace_namespaced_persistent_volume_claim_status(self, name, namespace, bod """ replace status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_persistent_volume_claim_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_persistent_volume_claim_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) @@ -20938,7 +20939,7 @@ def replace_namespaced_persistent_volume_claim_status(self, name, namespace, bod returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) @@ -20948,11 +20949,11 @@ def replace_namespaced_persistent_volume_claim_status_with_http_info(self, name, """ replace status of the specified PersistentVolumeClaim This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolumeClaim (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PersistentVolumeClaim body: (required) @@ -20963,7 +20964,7 @@ def replace_namespaced_persistent_volume_claim_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21028,7 +21029,7 @@ def replace_namespaced_persistent_volume_claim_status_with_http_info(self, name, files=local_var_files, response_type='V1PersistentVolumeClaim', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21038,11 +21039,11 @@ def replace_namespaced_pod(self, name, namespace, body, **kwargs): """ replace the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) @@ -21052,7 +21053,7 @@ def replace_namespaced_pod(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_with_http_info(name, namespace, body, **kwargs) @@ -21062,11 +21063,11 @@ def replace_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs) """ replace the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) @@ -21077,7 +21078,7 @@ def replace_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21142,7 +21143,7 @@ def replace_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21152,11 +21153,11 @@ def replace_namespaced_pod_status(self, name, namespace, body, **kwargs): """ replace status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) @@ -21166,7 +21167,7 @@ def replace_namespaced_pod_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) @@ -21176,11 +21177,11 @@ def replace_namespaced_pod_status_with_http_info(self, name, namespace, body, ** """ replace status of the specified Pod This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Pod (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Pod body: (required) @@ -21191,7 +21192,7 @@ def replace_namespaced_pod_status_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21256,7 +21257,7 @@ def replace_namespaced_pod_status_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Pod', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21266,11 +21267,11 @@ def replace_namespaced_pod_template(self, name, namespace, body, **kwargs): """ replace the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_template(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_template(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PodTemplate body: (required) @@ -21280,7 +21281,7 @@ def replace_namespaced_pod_template(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) @@ -21290,11 +21291,11 @@ def replace_namespaced_pod_template_with_http_info(self, name, namespace, body, """ replace the specified PodTemplate This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_template_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_template_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodTemplate (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1PodTemplate body: (required) @@ -21305,7 +21306,7 @@ def replace_namespaced_pod_template_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21370,7 +21371,7 @@ def replace_namespaced_pod_template_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1PodTemplate', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21380,11 +21381,11 @@ def replace_namespaced_replication_controller(self, name, namespace, body, **kwa """ replace the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) @@ -21394,7 +21395,7 @@ def replace_namespaced_replication_controller(self, name, namespace, body, **kwa returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) @@ -21404,11 +21405,11 @@ def replace_namespaced_replication_controller_with_http_info(self, name, namespa """ replace the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) @@ -21419,7 +21420,7 @@ def replace_namespaced_replication_controller_with_http_info(self, name, namespa """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21484,7 +21485,7 @@ def replace_namespaced_replication_controller_with_http_info(self, name, namespa files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21494,11 +21495,11 @@ def replace_namespaced_replication_controller_scale(self, name, namespace, body, """ replace scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -21508,7 +21509,7 @@ def replace_namespaced_replication_controller_scale(self, name, namespace, body, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replication_controller_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replication_controller_scale_with_http_info(name, namespace, body, **kwargs) @@ -21518,11 +21519,11 @@ def replace_namespaced_replication_controller_scale_with_http_info(self, name, n """ replace scale of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Scale body: (required) @@ -21533,7 +21534,7 @@ def replace_namespaced_replication_controller_scale_with_http_info(self, name, n """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21598,7 +21599,7 @@ def replace_namespaced_replication_controller_scale_with_http_info(self, name, n files=local_var_files, response_type='V1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21608,11 +21609,11 @@ def replace_namespaced_replication_controller_status(self, name, namespace, body """ replace status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) @@ -21622,7 +21623,7 @@ def replace_namespaced_replication_controller_status(self, name, namespace, body returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) @@ -21632,11 +21633,11 @@ def replace_namespaced_replication_controller_status_with_http_info(self, name, """ replace status of the specified ReplicationController This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicationController (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ReplicationController body: (required) @@ -21647,7 +21648,7 @@ def replace_namespaced_replication_controller_status_with_http_info(self, name, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21712,7 +21713,7 @@ def replace_namespaced_replication_controller_status_with_http_info(self, name, files=local_var_files, response_type='V1ReplicationController', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21722,11 +21723,11 @@ def replace_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ replace the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_resource_quota(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_resource_quota(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) @@ -21736,7 +21737,7 @@ def replace_namespaced_resource_quota(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) @@ -21746,11 +21747,11 @@ def replace_namespaced_resource_quota_with_http_info(self, name, namespace, body """ replace the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_resource_quota_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_resource_quota_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) @@ -21761,7 +21762,7 @@ def replace_namespaced_resource_quota_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21826,7 +21827,7 @@ def replace_namespaced_resource_quota_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21836,11 +21837,11 @@ def replace_namespaced_resource_quota_status(self, name, namespace, body, **kwar """ replace status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_resource_quota_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_resource_quota_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) @@ -21850,7 +21851,7 @@ def replace_namespaced_resource_quota_status(self, name, namespace, body, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) @@ -21860,11 +21861,11 @@ def replace_namespaced_resource_quota_status_with_http_info(self, name, namespac """ replace status of the specified ResourceQuota This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ResourceQuota (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ResourceQuota body: (required) @@ -21875,7 +21876,7 @@ def replace_namespaced_resource_quota_status_with_http_info(self, name, namespac """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -21940,7 +21941,7 @@ def replace_namespaced_resource_quota_status_with_http_info(self, name, namespac files=local_var_files, response_type='V1ResourceQuota', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -21950,11 +21951,11 @@ def replace_namespaced_secret(self, name, namespace, body, **kwargs): """ replace the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_secret(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_secret(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Secret body: (required) @@ -21964,7 +21965,7 @@ def replace_namespaced_secret(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_secret_with_http_info(name, namespace, body, **kwargs) @@ -21974,11 +21975,11 @@ def replace_namespaced_secret_with_http_info(self, name, namespace, body, **kwar """ replace the specified Secret This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_secret_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_secret_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Secret (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Secret body: (required) @@ -21989,7 +21990,7 @@ def replace_namespaced_secret_with_http_info(self, name, namespace, body, **kwar """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22054,7 +22055,7 @@ def replace_namespaced_secret_with_http_info(self, name, namespace, body, **kwar files=local_var_files, response_type='V1Secret', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22064,11 +22065,11 @@ def replace_namespaced_service(self, name, namespace, body, **kwargs): """ replace the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) @@ -22078,7 +22079,7 @@ def replace_namespaced_service(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_service_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_service_with_http_info(name, namespace, body, **kwargs) @@ -22088,11 +22089,11 @@ def replace_namespaced_service_with_http_info(self, name, namespace, body, **kwa """ replace the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) @@ -22103,7 +22104,7 @@ def replace_namespaced_service_with_http_info(self, name, namespace, body, **kwa """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22168,7 +22169,7 @@ def replace_namespaced_service_with_http_info(self, name, namespace, body, **kwa files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22178,11 +22179,11 @@ def replace_namespaced_service_account(self, name, namespace, body, **kwargs): """ replace the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service_account(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service_account(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ServiceAccount body: (required) @@ -22192,7 +22193,7 @@ def replace_namespaced_service_account(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) @@ -22202,11 +22203,11 @@ def replace_namespaced_service_account_with_http_info(self, name, namespace, bod """ replace the specified ServiceAccount This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service_account_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service_account_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ServiceAccount (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1ServiceAccount body: (required) @@ -22217,7 +22218,7 @@ def replace_namespaced_service_account_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22282,7 +22283,7 @@ def replace_namespaced_service_account_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1ServiceAccount', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22292,11 +22293,11 @@ def replace_namespaced_service_status(self, name, namespace, body, **kwargs): """ replace status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) @@ -22306,7 +22307,7 @@ def replace_namespaced_service_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) @@ -22316,11 +22317,11 @@ def replace_namespaced_service_status_with_http_info(self, name, namespace, body """ replace status of the specified Service This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_service_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_service_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Service (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Service body: (required) @@ -22331,7 +22332,7 @@ def replace_namespaced_service_status_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22396,7 +22397,7 @@ def replace_namespaced_service_status_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1Service', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22406,11 +22407,11 @@ def replace_node(self, name, body, **kwargs): """ replace the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_node(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_node(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22419,7 +22420,7 @@ def replace_node(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_node_with_http_info(name, body, **kwargs) else: (data) = self.replace_node_with_http_info(name, body, **kwargs) @@ -22429,11 +22430,11 @@ def replace_node_with_http_info(self, name, body, **kwargs): """ replace the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_node_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_node_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22443,7 +22444,7 @@ def replace_node_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22503,7 +22504,7 @@ def replace_node_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22513,11 +22514,11 @@ def replace_node_status(self, name, body, **kwargs): """ replace status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_node_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_node_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22526,7 +22527,7 @@ def replace_node_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_node_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_node_status_with_http_info(name, body, **kwargs) @@ -22536,11 +22537,11 @@ def replace_node_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified Node This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_node_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_node_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Node (required) :param V1Node body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22550,7 +22551,7 @@ def replace_node_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22610,7 +22611,7 @@ def replace_node_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Node', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22620,11 +22621,11 @@ def replace_persistent_volume(self, name, body, **kwargs): """ replace the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_persistent_volume(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_persistent_volume(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22633,7 +22634,7 @@ def replace_persistent_volume(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_persistent_volume_with_http_info(name, body, **kwargs) else: (data) = self.replace_persistent_volume_with_http_info(name, body, **kwargs) @@ -22643,11 +22644,11 @@ def replace_persistent_volume_with_http_info(self, name, body, **kwargs): """ replace the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_persistent_volume_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_persistent_volume_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22657,7 +22658,7 @@ def replace_persistent_volume_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22717,7 +22718,7 @@ def replace_persistent_volume_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -22727,11 +22728,11 @@ def replace_persistent_volume_status(self, name, body, **kwargs): """ replace status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_persistent_volume_status(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_persistent_volume_status(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22740,7 +22741,7 @@ def replace_persistent_volume_status(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_persistent_volume_status_with_http_info(name, body, **kwargs) else: (data) = self.replace_persistent_volume_status_with_http_info(name, body, **kwargs) @@ -22750,11 +22751,11 @@ def replace_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified PersistentVolume This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_persistent_volume_status_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_persistent_volume_status_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PersistentVolume (required) :param V1PersistentVolume body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -22764,7 +22765,7 @@ def replace_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -22824,7 +22825,7 @@ def replace_persistent_volume_status_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1PersistentVolume', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/custom_objects_api.py b/kubernetes/client/apis/custom_objects_api.py index 835e1a507..b10e0932c 100644 --- a/kubernetes/client/apis/custom_objects_api.py +++ b/kubernetes/client/apis/custom_objects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_cluster_custom_object(self, group, version, plural, body, **kwargs): """ Creates a cluster scoped Custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_custom_object(group, version, plural, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_custom_object(group, version, plural, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required) @@ -54,7 +54,7 @@ def create_cluster_custom_object(self, group, version, plural, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_custom_object_with_http_info(group, version, plural, body, **kwargs) else: (data) = self.create_cluster_custom_object_with_http_info(group, version, plural, body, **kwargs) @@ -64,11 +64,11 @@ def create_cluster_custom_object_with_http_info(self, group, version, plural, bo """ Creates a cluster scoped Custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_custom_object_with_http_info(group, version, plural, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_custom_object_with_http_info(group, version, plural, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required) @@ -80,7 +80,7 @@ def create_cluster_custom_object_with_http_info(self, group, version, plural, bo """ all_params = ['group', 'version', 'plural', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -146,7 +146,7 @@ def create_cluster_custom_object_with_http_info(self, group, version, plural, bo files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -156,11 +156,11 @@ def create_namespaced_custom_object(self, group, version, namespace, plural, bod """ Creates a namespace scoped Custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_custom_object(group, version, namespace, plural, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_custom_object(group, version, namespace, plural, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -172,7 +172,7 @@ def create_namespaced_custom_object(self, group, version, namespace, plural, bod returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_custom_object_with_http_info(group, version, namespace, plural, body, **kwargs) else: (data) = self.create_namespaced_custom_object_with_http_info(group, version, namespace, plural, body, **kwargs) @@ -182,11 +182,11 @@ def create_namespaced_custom_object_with_http_info(self, group, version, namespa """ Creates a namespace scoped Custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_custom_object_with_http_info(group, version, namespace, plural, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_custom_object_with_http_info(group, version, namespace, plural, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -199,7 +199,7 @@ def create_namespaced_custom_object_with_http_info(self, group, version, namespa """ all_params = ['group', 'version', 'namespace', 'plural', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -270,7 +270,7 @@ def create_namespaced_custom_object_with_http_info(self, group, version, namespa files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -280,11 +280,11 @@ def delete_cluster_custom_object(self, group, version, plural, name, body, **kwa """ Deletes the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_custom_object(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_custom_object(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -298,7 +298,7 @@ def delete_cluster_custom_object(self, group, version, plural, name, body, **kwa returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) else: (data) = self.delete_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) @@ -308,11 +308,11 @@ def delete_cluster_custom_object_with_http_info(self, group, version, plural, na """ Deletes the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_custom_object_with_http_info(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_custom_object_with_http_info(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -327,7 +327,7 @@ def delete_cluster_custom_object_with_http_info(self, group, version, plural, na """ all_params = ['group', 'version', 'plural', 'name', 'body', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -406,7 +406,7 @@ def delete_cluster_custom_object_with_http_info(self, group, version, plural, na files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -416,11 +416,11 @@ def delete_namespaced_custom_object(self, group, version, namespace, plural, nam """ Deletes the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_custom_object(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_custom_object(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -435,7 +435,7 @@ def delete_namespaced_custom_object(self, group, version, namespace, plural, nam returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) else: (data) = self.delete_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) @@ -445,11 +445,11 @@ def delete_namespaced_custom_object_with_http_info(self, group, version, namespa """ Deletes the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -465,7 +465,7 @@ def delete_namespaced_custom_object_with_http_info(self, group, version, namespa """ all_params = ['group', 'version', 'namespace', 'plural', 'name', 'body', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -549,7 +549,7 @@ def delete_namespaced_custom_object_with_http_info(self, group, version, namespa files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -559,11 +559,11 @@ def get_cluster_custom_object(self, group, version, plural, name, **kwargs): """ Returns a cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_cluster_custom_object(group, version, plural, name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_cluster_custom_object(group, version, plural, name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -573,7 +573,7 @@ def get_cluster_custom_object(self, group, version, plural, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_cluster_custom_object_with_http_info(group, version, plural, name, **kwargs) else: (data) = self.get_cluster_custom_object_with_http_info(group, version, plural, name, **kwargs) @@ -583,11 +583,11 @@ def get_cluster_custom_object_with_http_info(self, group, version, plural, name, """ Returns a cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_cluster_custom_object_with_http_info(group, version, plural, name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_cluster_custom_object_with_http_info(group, version, plural, name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -598,7 +598,7 @@ def get_cluster_custom_object_with_http_info(self, group, version, plural, name, """ all_params = ['group', 'version', 'plural', 'name'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -666,7 +666,7 @@ def get_cluster_custom_object_with_http_info(self, group, version, plural, name, files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -676,11 +676,11 @@ def get_namespaced_custom_object(self, group, version, namespace, plural, name, """ Returns a namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_namespaced_custom_object(group, version, namespace, plural, name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_namespaced_custom_object(group, version, namespace, plural, name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -691,7 +691,7 @@ def get_namespaced_custom_object(self, group, version, namespace, plural, name, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, **kwargs) else: (data) = self.get_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, **kwargs) @@ -701,11 +701,11 @@ def get_namespaced_custom_object_with_http_info(self, group, version, namespace, """ Returns a namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -717,7 +717,7 @@ def get_namespaced_custom_object_with_http_info(self, group, version, namespace, """ all_params = ['group', 'version', 'namespace', 'plural', 'name'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -790,7 +790,7 @@ def get_namespaced_custom_object_with_http_info(self, group, version, namespace, files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -800,11 +800,11 @@ def list_cluster_custom_object(self, group, version, plural, **kwargs): """ list or watch cluster scoped custom objects This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_custom_object(group, version, plural, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_custom_object(group, version, plural, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required) @@ -817,7 +817,7 @@ def list_cluster_custom_object(self, group, version, plural, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_custom_object_with_http_info(group, version, plural, **kwargs) else: (data) = self.list_cluster_custom_object_with_http_info(group, version, plural, **kwargs) @@ -827,11 +827,11 @@ def list_cluster_custom_object_with_http_info(self, group, version, plural, **kw """ list or watch cluster scoped custom objects This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_custom_object_with_http_info(group, version, plural, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_custom_object_with_http_info(group, version, plural, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required) @@ -845,7 +845,7 @@ def list_cluster_custom_object_with_http_info(self, group, version, plural, **kw """ all_params = ['group', 'version', 'plural', 'pretty', 'label_selector', 'resource_version', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -916,7 +916,7 @@ def list_cluster_custom_object_with_http_info(self, group, version, plural, **kw files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -926,11 +926,11 @@ def list_namespaced_custom_object(self, group, version, namespace, plural, **kwa """ list or watch namespace scoped custom objects This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_custom_object(group, version, namespace, plural, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_custom_object(group, version, namespace, plural, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -944,7 +944,7 @@ def list_namespaced_custom_object(self, group, version, namespace, plural, **kwa returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_custom_object_with_http_info(group, version, namespace, plural, **kwargs) else: (data) = self.list_namespaced_custom_object_with_http_info(group, version, namespace, plural, **kwargs) @@ -954,11 +954,11 @@ def list_namespaced_custom_object_with_http_info(self, group, version, namespace """ list or watch namespace scoped custom objects This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_custom_object_with_http_info(group, version, namespace, plural, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_custom_object_with_http_info(group, version, namespace, plural, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: The custom resource's group name (required) :param str version: The custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -973,7 +973,7 @@ def list_namespaced_custom_object_with_http_info(self, group, version, namespace """ all_params = ['group', 'version', 'namespace', 'plural', 'pretty', 'label_selector', 'resource_version', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1049,7 +1049,7 @@ def list_namespaced_custom_object_with_http_info(self, group, version, namespace files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1059,11 +1059,11 @@ def patch_cluster_custom_object(self, group, version, plural, name, body, **kwar """ patch the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_custom_object(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_custom_object(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -1074,7 +1074,7 @@ def patch_cluster_custom_object(self, group, version, plural, name, body, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) else: (data) = self.patch_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) @@ -1084,11 +1084,11 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam """ patch the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_custom_object_with_http_info(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_custom_object_with_http_info(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -1100,7 +1100,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam """ all_params = ['group', 'version', 'plural', 'name', 'body'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1173,7 +1173,7 @@ def patch_cluster_custom_object_with_http_info(self, group, version, plural, nam files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1183,11 +1183,11 @@ def patch_namespaced_custom_object(self, group, version, namespace, plural, name """ patch the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_custom_object(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_custom_object(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -1199,7 +1199,7 @@ def patch_namespaced_custom_object(self, group, version, namespace, plural, name returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) else: (data) = self.patch_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) @@ -1209,11 +1209,11 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac """ patch the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -1226,7 +1226,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac """ all_params = ['group', 'version', 'namespace', 'plural', 'name', 'body'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1304,7 +1304,7 @@ def patch_namespaced_custom_object_with_http_info(self, group, version, namespac files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1314,11 +1314,11 @@ def replace_cluster_custom_object(self, group, version, plural, name, body, **kw """ replace the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_custom_object(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_custom_object(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -1329,7 +1329,7 @@ def replace_cluster_custom_object(self, group, version, plural, name, body, **kw returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) else: (data) = self.replace_cluster_custom_object_with_http_info(group, version, plural, name, body, **kwargs) @@ -1339,11 +1339,11 @@ def replace_cluster_custom_object_with_http_info(self, group, version, plural, n """ replace the specified cluster scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_custom_object_with_http_info(group, version, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_custom_object_with_http_info(group, version, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str plural: the custom object's plural name. For TPRs this would be lowercase plural kind. (required) @@ -1355,7 +1355,7 @@ def replace_cluster_custom_object_with_http_info(self, group, version, plural, n """ all_params = ['group', 'version', 'plural', 'name', 'body'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1428,7 +1428,7 @@ def replace_cluster_custom_object_with_http_info(self, group, version, plural, n files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1438,11 +1438,11 @@ def replace_namespaced_custom_object(self, group, version, namespace, plural, na """ replace the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_custom_object(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_custom_object(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -1454,7 +1454,7 @@ def replace_namespaced_custom_object(self, group, version, namespace, plural, na returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) else: (data) = self.replace_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, **kwargs) @@ -1464,11 +1464,11 @@ def replace_namespaced_custom_object_with_http_info(self, group, version, namesp """ replace the specified namespace scoped custom object This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_custom_object_with_http_info(group, version, namespace, plural, name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str group: the custom resource's group (required) :param str version: the custom resource's version (required) :param str namespace: The custom resource's namespace (required) @@ -1481,7 +1481,7 @@ def replace_namespaced_custom_object_with_http_info(self, group, version, namesp """ all_params = ['group', 'version', 'namespace', 'plural', 'name', 'body'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1559,7 +1559,7 @@ def replace_namespaced_custom_object_with_http_info(self, group, version, namesp files=local_var_files, response_type='object', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/events_api.py b/kubernetes/client/apis/events_api.py index 71420769c..a9a794743 100644 --- a/kubernetes/client/apis/events_api.py +++ b/kubernetes/client/apis/events_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/events_v1beta1_api.py b/kubernetes/client/apis/events_v1beta1_api.py index 59cd60132..9b0e2c3f2 100644 --- a/kubernetes/client/apis/events_v1beta1_api.py +++ b/kubernetes/client/apis/events_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_event(self, namespace, body, **kwargs): """ create an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_event(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_event(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Event body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_event(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_event_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_event_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): """ create an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_event_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_event_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Event body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1beta1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_event(self, namespace, **kwargs): """ delete collection of Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_event(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_event(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_event(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) """ delete collection of Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_event_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_event_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_event(self, name, namespace, body, **kwargs): """ delete an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs """ delete an Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_event_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_event_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_event_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -511,7 +511,7 @@ def list_event_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_event_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_event_for_all_namespaces_with_http_info(**kwargs) @@ -521,11 +521,11 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_event_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_event_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -541,7 +541,7 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -607,7 +607,7 @@ def list_event_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1EventList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -617,11 +617,11 @@ def list_namespaced_event(self, namespace, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_event(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_event(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -637,7 +637,7 @@ def list_namespaced_event(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_event_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_event_with_http_info(namespace, **kwargs) @@ -647,11 +647,11 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_event_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_event_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -668,7 +668,7 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_namespaced_event_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1EventList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_event(self, name, namespace, body, **kwargs): """ partially update the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) """ partially update the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1beta1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def read_namespaced_event(self, name, namespace, **kwargs): """ read the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_event(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_event(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -878,7 +878,7 @@ def read_namespaced_event(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_event_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_event_with_http_info(name, namespace, **kwargs) @@ -888,11 +888,11 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ read the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_event_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_event_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -904,7 +904,7 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -968,7 +968,7 @@ def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -978,11 +978,11 @@ def replace_namespaced_event(self, name, namespace, body, **kwargs): """ replace the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_event(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_event(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Event body: (required) @@ -992,7 +992,7 @@ def replace_namespaced_event(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) @@ -1002,11 +1002,11 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg """ replace the specified Event This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_event_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_event_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Event (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Event body: (required) @@ -1017,7 +1017,7 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwarg files=local_var_files, response_type='V1beta1Event', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/extensions_api.py b/kubernetes/client/apis/extensions_api.py index 63c1eb8a4..33d0b5a08 100644 --- a/kubernetes/client/apis/extensions_api.py +++ b/kubernetes/client/apis/extensions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/extensions_v1beta1_api.py b/kubernetes/client/apis/extensions_v1beta1_api.py index 2dee67418..ef4abe4f9 100644 --- a/kubernetes/client/apis/extensions_v1beta1_api.py +++ b/kubernetes/client/apis/extensions_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_daemon_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ create a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -159,7 +159,7 @@ def create_namespaced_deployment(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) @@ -169,11 +169,11 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ create a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -183,7 +183,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -243,7 +243,7 @@ def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -253,11 +253,11 @@ def create_namespaced_deployment_rollback(self, name, namespace, body, **kwargs) """ create rollback of a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_rollback(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_rollback(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1DeploymentRollback body: (required) @@ -267,7 +267,7 @@ def create_namespaced_deployment_rollback(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, **kwargs) else: (data) = self.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, **kwargs) @@ -277,11 +277,11 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, """ create rollback of a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_deployment_rollback_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1DeploymentRollback body: (required) @@ -292,7 +292,7 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -357,7 +357,7 @@ def create_namespaced_deployment_rollback_with_http_info(self, name, namespace, files=local_var_files, response_type='ExtensionsV1beta1DeploymentRollback', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -367,11 +367,11 @@ def create_namespaced_ingress(self, namespace, body, **kwargs): """ create an Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_ingress(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_ingress(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -380,7 +380,7 @@ def create_namespaced_ingress(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_ingress_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_ingress_with_http_info(namespace, body, **kwargs) @@ -390,11 +390,11 @@ def create_namespaced_ingress_with_http_info(self, namespace, body, **kwargs): """ create an Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_ingress_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_ingress_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -404,7 +404,7 @@ def create_namespaced_ingress_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -464,7 +464,7 @@ def create_namespaced_ingress_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -474,11 +474,11 @@ def create_namespaced_network_policy(self, namespace, body, **kwargs): """ create a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_network_policy(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_network_policy(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1NetworkPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -487,7 +487,7 @@ def create_namespaced_network_policy(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) @@ -497,11 +497,11 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa """ create a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_network_policy_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_network_policy_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1NetworkPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -511,7 +511,7 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -571,7 +571,7 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa files=local_var_files, response_type='V1beta1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -581,11 +581,11 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -594,7 +594,7 @@ def create_namespaced_replica_set(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) @@ -604,11 +604,11 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ create a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -618,7 +618,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -678,7 +678,7 @@ def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -688,11 +688,11 @@ def create_pod_security_policy(self, body, **kwargs): """ create a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_pod_security_policy(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_pod_security_policy(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param ExtensionsV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: ExtensionsV1beta1PodSecurityPolicy @@ -700,7 +700,7 @@ def create_pod_security_policy(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_pod_security_policy_with_http_info(body, **kwargs) else: (data) = self.create_pod_security_policy_with_http_info(body, **kwargs) @@ -710,11 +710,11 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): """ create a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_pod_security_policy_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_pod_security_policy_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param ExtensionsV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: ExtensionsV1beta1PodSecurityPolicy @@ -723,7 +723,7 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -778,7 +778,7 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -788,11 +788,11 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -808,7 +808,7 @@ def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -818,11 +818,11 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ delete collection of DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -839,7 +839,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -910,7 +910,7 @@ def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -920,11 +920,11 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -940,7 +940,7 @@ def delete_collection_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -950,11 +950,11 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ delete collection of Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -971,7 +971,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1042,7 +1042,7 @@ def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1052,11 +1052,11 @@ def delete_collection_namespaced_ingress(self, namespace, **kwargs): """ delete collection of Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_ingress(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_ingress(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1072,7 +1072,7 @@ def delete_collection_namespaced_ingress(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_ingress_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_ingress_with_http_info(namespace, **kwargs) @@ -1082,11 +1082,11 @@ def delete_collection_namespaced_ingress_with_http_info(self, namespace, **kwarg """ delete collection of Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_ingress_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_ingress_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1103,7 +1103,7 @@ def delete_collection_namespaced_ingress_with_http_info(self, namespace, **kwarg """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1174,7 +1174,7 @@ def delete_collection_namespaced_ingress_with_http_info(self, namespace, **kwarg files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1184,11 +1184,11 @@ def delete_collection_namespaced_network_policy(self, namespace, **kwargs): """ delete collection of NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_network_policy(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_network_policy(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1204,7 +1204,7 @@ def delete_collection_namespaced_network_policy(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) @@ -1214,11 +1214,11 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, """ delete collection of NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_network_policy_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_network_policy_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1235,7 +1235,7 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1306,7 +1306,7 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1316,11 +1316,11 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1336,7 +1336,7 @@ def delete_collection_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -1346,11 +1346,11 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ delete collection of ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1367,7 +1367,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1438,7 +1438,7 @@ def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1448,11 +1448,11 @@ def delete_collection_pod_security_policy(self, **kwargs): """ delete collection of PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_pod_security_policy(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_pod_security_policy(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1467,7 +1467,7 @@ def delete_collection_pod_security_policy(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_pod_security_policy_with_http_info(**kwargs) else: (data) = self.delete_collection_pod_security_policy_with_http_info(**kwargs) @@ -1477,11 +1477,11 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): """ delete collection of PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_pod_security_policy_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_pod_security_policy_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1497,7 +1497,7 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1563,7 +1563,7 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1573,11 +1573,11 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1590,7 +1590,7 @@ def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -1600,11 +1600,11 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ delete a DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1618,7 +1618,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1689,7 +1689,7 @@ def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1699,11 +1699,11 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1716,7 +1716,7 @@ def delete_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -1726,11 +1726,11 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ delete a Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1744,7 +1744,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1815,7 +1815,7 @@ def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1825,11 +1825,11 @@ def delete_namespaced_ingress(self, name, namespace, body, **kwargs): """ delete an Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_ingress(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_ingress(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1842,7 +1842,7 @@ def delete_namespaced_ingress(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) @@ -1852,11 +1852,11 @@ def delete_namespaced_ingress_with_http_info(self, name, namespace, body, **kwar """ delete an Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_ingress_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_ingress_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1870,7 +1870,7 @@ def delete_namespaced_ingress_with_http_info(self, name, namespace, body, **kwar """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1941,7 +1941,7 @@ def delete_namespaced_ingress_with_http_info(self, name, namespace, body, **kwar files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1951,11 +1951,11 @@ def delete_namespaced_network_policy(self, name, namespace, body, **kwargs): """ delete a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1968,7 +1968,7 @@ def delete_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -1978,11 +1978,11 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, """ delete a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1996,7 +1996,7 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2067,7 +2067,7 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2077,11 +2077,11 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -2094,7 +2094,7 @@ def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -2104,11 +2104,11 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ delete a ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -2122,7 +2122,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2193,7 +2193,7 @@ def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2203,11 +2203,11 @@ def delete_pod_security_policy(self, name, body, **kwargs): """ delete a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2219,7 +2219,7 @@ def delete_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.delete_pod_security_policy_with_http_info(name, body, **kwargs) @@ -2229,11 +2229,11 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): """ delete a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2246,7 +2246,7 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2312,7 +2312,7 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2322,17 +2322,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -2342,18 +2342,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2400,7 +2400,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2410,11 +2410,11 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2429,7 +2429,7 @@ def list_daemon_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) @@ -2439,11 +2439,11 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2459,7 +2459,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2525,7 +2525,7 @@ def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2535,11 +2535,11 @@ def list_deployment_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2554,7 +2554,7 @@ def list_deployment_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_deployment_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_deployment_for_all_namespaces_with_http_info(**kwargs) @@ -2564,11 +2564,11 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_deployment_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2584,7 +2584,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2650,7 +2650,7 @@ def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2660,11 +2660,11 @@ def list_ingress_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_ingress_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_ingress_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2679,7 +2679,7 @@ def list_ingress_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_ingress_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_ingress_for_all_namespaces_with_http_info(**kwargs) @@ -2689,11 +2689,11 @@ def list_ingress_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_ingress_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_ingress_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2709,7 +2709,7 @@ def list_ingress_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2775,7 +2775,7 @@ def list_ingress_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1IngressList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2785,11 +2785,11 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2805,7 +2805,7 @@ def list_namespaced_daemon_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) @@ -2815,11 +2815,11 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2836,7 +2836,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2907,7 +2907,7 @@ def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1DaemonSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2917,11 +2917,11 @@ def list_namespaced_deployment(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2937,7 +2937,7 @@ def list_namespaced_deployment(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_deployment_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_deployment_with_http_info(namespace, **kwargs) @@ -2947,11 +2947,11 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_deployment_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -2968,7 +2968,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3039,7 +3039,7 @@ def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1DeploymentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3049,11 +3049,11 @@ def list_namespaced_ingress(self, namespace, **kwargs): """ list or watch objects of kind Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_ingress(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_ingress(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3069,7 +3069,7 @@ def list_namespaced_ingress(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_ingress_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_ingress_with_http_info(namespace, **kwargs) @@ -3079,11 +3079,11 @@ def list_namespaced_ingress_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_ingress_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_ingress_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3100,7 +3100,7 @@ def list_namespaced_ingress_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3171,7 +3171,7 @@ def list_namespaced_ingress_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1IngressList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3181,11 +3181,11 @@ def list_namespaced_network_policy(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_network_policy(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_network_policy(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3201,7 +3201,7 @@ def list_namespaced_network_policy(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) @@ -3211,11 +3211,11 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_network_policy_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_network_policy_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3232,7 +3232,7 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3303,7 +3303,7 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1NetworkPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3313,11 +3313,11 @@ def list_namespaced_replica_set(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3333,7 +3333,7 @@ def list_namespaced_replica_set(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) @@ -3343,11 +3343,11 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -3364,7 +3364,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3435,7 +3435,7 @@ def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3445,11 +3445,11 @@ def list_network_policy_for_all_namespaces(self, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_network_policy_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_network_policy_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3464,7 +3464,7 @@ def list_network_policy_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) @@ -3474,11 +3474,11 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_network_policy_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_network_policy_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3494,7 +3494,7 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3560,7 +3560,7 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1NetworkPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3570,11 +3570,11 @@ def list_pod_security_policy(self, **kwargs): """ list or watch objects of kind PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_security_policy(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_security_policy(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -3589,7 +3589,7 @@ def list_pod_security_policy(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_security_policy_with_http_info(**kwargs) else: (data) = self.list_pod_security_policy_with_http_info(**kwargs) @@ -3599,11 +3599,11 @@ def list_pod_security_policy_with_http_info(self, **kwargs): """ list or watch objects of kind PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_security_policy_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_security_policy_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -3619,7 +3619,7 @@ def list_pod_security_policy_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3685,7 +3685,7 @@ def list_pod_security_policy_with_http_info(self, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1PodSecurityPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3695,11 +3695,11 @@ def list_replica_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3714,7 +3714,7 @@ def list_replica_set_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) @@ -3724,11 +3724,11 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -3744,7 +3744,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3810,7 +3810,7 @@ def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1ReplicaSetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3820,11 +3820,11 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3834,7 +3834,7 @@ def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -3844,11 +3844,11 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ partially update the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3859,7 +3859,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3924,7 +3924,7 @@ def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3934,11 +3934,11 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3948,7 +3948,7 @@ def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -3958,11 +3958,11 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ partially update status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -3973,7 +3973,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4038,7 +4038,7 @@ def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4048,11 +4048,11 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4062,7 +4062,7 @@ def patch_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -4072,11 +4072,11 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ partially update the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4087,7 +4087,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4152,7 +4152,7 @@ def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4162,11 +4162,11 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4176,7 +4176,7 @@ def patch_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -4186,11 +4186,11 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ partially update scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4201,7 +4201,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4266,7 +4266,7 @@ def patch_namespaced_deployment_scale_with_http_info(self, name, namespace, body files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4276,11 +4276,11 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4290,7 +4290,7 @@ def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -4300,11 +4300,11 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ partially update status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4315,7 +4315,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4380,7 +4380,7 @@ def patch_namespaced_deployment_status_with_http_info(self, name, namespace, bod files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4390,11 +4390,11 @@ def patch_namespaced_ingress(self, name, namespace, body, **kwargs): """ partially update the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_ingress(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_ingress(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4404,7 +4404,7 @@ def patch_namespaced_ingress(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) @@ -4414,11 +4414,11 @@ def patch_namespaced_ingress_with_http_info(self, name, namespace, body, **kwarg """ partially update the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_ingress_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_ingress_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4429,7 +4429,7 @@ def patch_namespaced_ingress_with_http_info(self, name, namespace, body, **kwarg """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4494,7 +4494,7 @@ def patch_namespaced_ingress_with_http_info(self, name, namespace, body, **kwarg files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4504,11 +4504,11 @@ def patch_namespaced_ingress_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_ingress_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_ingress_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4518,7 +4518,7 @@ def patch_namespaced_ingress_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) @@ -4528,11 +4528,11 @@ def patch_namespaced_ingress_status_with_http_info(self, name, namespace, body, """ partially update status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_ingress_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_ingress_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4543,7 +4543,7 @@ def patch_namespaced_ingress_status_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4608,7 +4608,7 @@ def patch_namespaced_ingress_status_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4618,11 +4618,11 @@ def patch_namespaced_network_policy(self, name, namespace, body, **kwargs): """ partially update the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4632,7 +4632,7 @@ def patch_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -4642,11 +4642,11 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, """ partially update the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4657,7 +4657,7 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4722,7 +4722,7 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4732,11 +4732,11 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4746,7 +4746,7 @@ def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -4756,11 +4756,11 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ partially update the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4771,7 +4771,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4836,7 +4836,7 @@ def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4846,11 +4846,11 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4860,7 +4860,7 @@ def patch_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -4870,11 +4870,11 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ partially update scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4885,7 +4885,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -4950,7 +4950,7 @@ def patch_namespaced_replica_set_scale_with_http_info(self, name, namespace, bod files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -4960,11 +4960,11 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4974,7 +4974,7 @@ def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -4984,11 +4984,11 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ partially update status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -4999,7 +4999,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5064,7 +5064,7 @@ def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, bo files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5074,11 +5074,11 @@ def patch_namespaced_replication_controller_dummy_scale(self, name, namespace, b """ partially update scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_dummy_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_dummy_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -5088,7 +5088,7 @@ def patch_namespaced_replication_controller_dummy_scale(self, name, namespace, b returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, **kwargs) @@ -5098,11 +5098,11 @@ def patch_namespaced_replication_controller_dummy_scale_with_http_info(self, nam """ partially update scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -5113,7 +5113,7 @@ def patch_namespaced_replication_controller_dummy_scale_with_http_info(self, nam """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5178,7 +5178,7 @@ def patch_namespaced_replication_controller_dummy_scale_with_http_info(self, nam files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5188,11 +5188,11 @@ def patch_pod_security_policy(self, name, body, **kwargs): """ partially update the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5201,7 +5201,7 @@ def patch_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.patch_pod_security_policy_with_http_info(name, body, **kwargs) @@ -5211,11 +5211,11 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): """ partially update the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5225,7 +5225,7 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5285,7 +5285,7 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5295,11 +5295,11 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5310,7 +5310,7 @@ def read_namespaced_daemon_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) @@ -5320,11 +5320,11 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ read the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5336,7 +5336,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5400,7 +5400,7 @@ def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5410,11 +5410,11 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5423,7 +5423,7 @@ def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) @@ -5433,11 +5433,11 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ read status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5447,7 +5447,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5507,7 +5507,7 @@ def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5517,11 +5517,11 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5532,7 +5532,7 @@ def read_namespaced_deployment(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) @@ -5542,11 +5542,11 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ read the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5558,7 +5558,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5622,7 +5622,7 @@ def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5632,11 +5632,11 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5645,7 +5645,7 @@ def read_namespaced_deployment_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_scale_with_http_info(name, namespace, **kwargs) @@ -5655,11 +5655,11 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ read scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5669,7 +5669,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5729,7 +5729,7 @@ def read_namespaced_deployment_scale_with_http_info(self, name, namespace, **kwa files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5739,11 +5739,11 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5752,7 +5752,7 @@ def read_namespaced_deployment_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) @@ -5762,11 +5762,11 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ read status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5776,7 +5776,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5836,7 +5836,7 @@ def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5846,11 +5846,11 @@ def read_namespaced_ingress(self, name, namespace, **kwargs): """ read the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_ingress(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_ingress(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5861,7 +5861,7 @@ def read_namespaced_ingress(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_ingress_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_ingress_with_http_info(name, namespace, **kwargs) @@ -5871,11 +5871,11 @@ def read_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): """ read the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_ingress_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_ingress_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5887,7 +5887,7 @@ def read_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -5951,7 +5951,7 @@ def read_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -5961,11 +5961,11 @@ def read_namespaced_ingress_status(self, name, namespace, **kwargs): """ read status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_ingress_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_ingress_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5974,7 +5974,7 @@ def read_namespaced_ingress_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) @@ -5984,11 +5984,11 @@ def read_namespaced_ingress_status_with_http_info(self, name, namespace, **kwarg """ read status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_ingress_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_ingress_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -5998,7 +5998,7 @@ def read_namespaced_ingress_status_with_http_info(self, name, namespace, **kwarg """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6058,7 +6058,7 @@ def read_namespaced_ingress_status_with_http_info(self, name, namespace, **kwarg files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6068,11 +6068,11 @@ def read_namespaced_network_policy(self, name, namespace, **kwargs): """ read the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_network_policy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_network_policy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6083,7 +6083,7 @@ def read_namespaced_network_policy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) @@ -6093,11 +6093,11 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg """ read the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_network_policy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_network_policy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6109,7 +6109,7 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6173,7 +6173,7 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg files=local_var_files, response_type='V1beta1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6183,11 +6183,11 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6198,7 +6198,7 @@ def read_namespaced_replica_set(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) @@ -6208,11 +6208,11 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ read the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6224,7 +6224,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6288,7 +6288,7 @@ def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6298,11 +6298,11 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6311,7 +6311,7 @@ def read_namespaced_replica_set_scale(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_scale_with_http_info(name, namespace, **kwargs) @@ -6321,11 +6321,11 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ read scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6335,7 +6335,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6395,7 +6395,7 @@ def read_namespaced_replica_set_scale_with_http_info(self, name, namespace, **kw files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6405,11 +6405,11 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6418,7 +6418,7 @@ def read_namespaced_replica_set_status(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) @@ -6428,11 +6428,11 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ read status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6442,7 +6442,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6502,7 +6502,7 @@ def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **k files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6512,11 +6512,11 @@ def read_namespaced_replication_controller_dummy_scale(self, name, namespace, ** """ read scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_dummy_scale(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_dummy_scale(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6525,7 +6525,7 @@ def read_namespaced_replication_controller_dummy_scale(self, name, namespace, ** returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, **kwargs) @@ -6535,11 +6535,11 @@ def read_namespaced_replication_controller_dummy_scale_with_http_info(self, name """ read scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -6549,7 +6549,7 @@ def read_namespaced_replication_controller_dummy_scale_with_http_info(self, name """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6609,7 +6609,7 @@ def read_namespaced_replication_controller_dummy_scale_with_http_info(self, name files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6619,11 +6619,11 @@ def read_pod_security_policy(self, name, **kwargs): """ read the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_pod_security_policy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_pod_security_policy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -6633,7 +6633,7 @@ def read_pod_security_policy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_pod_security_policy_with_http_info(name, **kwargs) else: (data) = self.read_pod_security_policy_with_http_info(name, **kwargs) @@ -6643,11 +6643,11 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): """ read the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_pod_security_policy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_pod_security_policy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -6658,7 +6658,7 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6717,7 +6717,7 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6727,11 +6727,11 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) @@ -6741,7 +6741,7 @@ def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) @@ -6751,11 +6751,11 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ replace the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) @@ -6766,7 +6766,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6831,7 +6831,7 @@ def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6841,11 +6841,11 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) @@ -6855,7 +6855,7 @@ def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) @@ -6865,11 +6865,11 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ replace status of the specified DaemonSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the DaemonSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1DaemonSet body: (required) @@ -6880,7 +6880,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -6945,7 +6945,7 @@ def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='V1beta1DaemonSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -6955,11 +6955,11 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) @@ -6969,7 +6969,7 @@ def replace_namespaced_deployment(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) @@ -6979,11 +6979,11 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ replace the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) @@ -6994,7 +6994,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7059,7 +7059,7 @@ def replace_namespaced_deployment_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7069,11 +7069,11 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -7083,7 +7083,7 @@ def replace_namespaced_deployment_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, **kwargs) @@ -7093,11 +7093,11 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ replace scale of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -7108,7 +7108,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7173,7 +7173,7 @@ def replace_namespaced_deployment_scale_with_http_info(self, name, namespace, bo files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7183,11 +7183,11 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) @@ -7197,7 +7197,7 @@ def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) @@ -7207,11 +7207,11 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ replace status of the specified Deployment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Deployment body: (required) @@ -7222,7 +7222,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7287,7 +7287,7 @@ def replace_namespaced_deployment_status_with_http_info(self, name, namespace, b files=local_var_files, response_type='ExtensionsV1beta1Deployment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7297,11 +7297,11 @@ def replace_namespaced_ingress(self, name, namespace, body, **kwargs): """ replace the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_ingress(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_ingress(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) @@ -7311,7 +7311,7 @@ def replace_namespaced_ingress(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) @@ -7321,11 +7321,11 @@ def replace_namespaced_ingress_with_http_info(self, name, namespace, body, **kwa """ replace the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_ingress_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_ingress_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) @@ -7336,7 +7336,7 @@ def replace_namespaced_ingress_with_http_info(self, name, namespace, body, **kwa """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7401,7 +7401,7 @@ def replace_namespaced_ingress_with_http_info(self, name, namespace, body, **kwa files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7411,11 +7411,11 @@ def replace_namespaced_ingress_status(self, name, namespace, body, **kwargs): """ replace status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_ingress_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_ingress_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) @@ -7425,7 +7425,7 @@ def replace_namespaced_ingress_status(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) @@ -7435,11 +7435,11 @@ def replace_namespaced_ingress_status_with_http_info(self, name, namespace, body """ replace status of the specified Ingress This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_ingress_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_ingress_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Ingress (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Ingress body: (required) @@ -7450,7 +7450,7 @@ def replace_namespaced_ingress_status_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7515,7 +7515,7 @@ def replace_namespaced_ingress_status_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1beta1Ingress', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7525,11 +7525,11 @@ def replace_namespaced_network_policy(self, name, namespace, body, **kwargs): """ replace the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1NetworkPolicy body: (required) @@ -7539,7 +7539,7 @@ def replace_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -7549,11 +7549,11 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body """ replace the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1NetworkPolicy body: (required) @@ -7564,7 +7564,7 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7629,7 +7629,7 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1beta1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7639,11 +7639,11 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) @@ -7653,7 +7653,7 @@ def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) @@ -7663,11 +7663,11 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ replace the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) @@ -7678,7 +7678,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7743,7 +7743,7 @@ def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7753,11 +7753,11 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -7767,7 +7767,7 @@ def replace_namespaced_replica_set_scale(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, **kwargs) @@ -7777,11 +7777,11 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ replace scale of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -7792,7 +7792,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7857,7 +7857,7 @@ def replace_namespaced_replica_set_scale_with_http_info(self, name, namespace, b files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7867,11 +7867,11 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) @@ -7881,7 +7881,7 @@ def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs) returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) @@ -7891,11 +7891,11 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ replace status of the specified ReplicaSet This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ReplicaSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ReplicaSet body: (required) @@ -7906,7 +7906,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -7971,7 +7971,7 @@ def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta1ReplicaSet', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -7981,11 +7981,11 @@ def replace_namespaced_replication_controller_dummy_scale(self, name, namespace, """ replace scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_dummy_scale(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_dummy_scale(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -7995,7 +7995,7 @@ def replace_namespaced_replication_controller_dummy_scale(self, name, namespace, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, **kwargs) @@ -8005,11 +8005,11 @@ def replace_namespaced_replication_controller_dummy_scale_with_http_info(self, n """ replace scale of the specified ReplicationControllerDummy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_replication_controller_dummy_scale_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param ExtensionsV1beta1Scale body: (required) @@ -8020,7 +8020,7 @@ def replace_namespaced_replication_controller_dummy_scale_with_http_info(self, n """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8085,7 +8085,7 @@ def replace_namespaced_replication_controller_dummy_scale_with_http_info(self, n files=local_var_files, response_type='ExtensionsV1beta1Scale', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -8095,11 +8095,11 @@ def replace_pod_security_policy(self, name, body, **kwargs): """ replace the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param ExtensionsV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -8108,7 +8108,7 @@ def replace_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.replace_pod_security_policy_with_http_info(name, body, **kwargs) @@ -8118,11 +8118,11 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): """ replace the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param ExtensionsV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -8132,7 +8132,7 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -8192,7 +8192,7 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='ExtensionsV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/logs_api.py b/kubernetes/client/apis/logs_api.py index 118892c3f..c104a79fc 100644 --- a/kubernetes/client/apis/logs_api.py +++ b/kubernetes/client/apis/logs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -38,18 +38,18 @@ def __init__(self, api_client=None): def log_file_handler(self, logpath, **kwargs): """ This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.log_file_handler(logpath, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.log_file_handler(logpath, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str logpath: path to the log (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.log_file_handler_with_http_info(logpath, **kwargs) else: (data) = self.log_file_handler_with_http_info(logpath, **kwargs) @@ -58,11 +58,11 @@ def log_file_handler(self, logpath, **kwargs): def log_file_handler_with_http_info(self, logpath, **kwargs): """ This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.log_file_handler_with_http_info(logpath, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.log_file_handler_with_http_info(logpath, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str logpath: path to the log (required) :return: None If the method is called asynchronously, @@ -70,7 +70,7 @@ def log_file_handler_with_http_info(self, logpath, **kwargs): """ all_params = ['logpath'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -115,7 +115,7 @@ def log_file_handler_with_http_info(self, logpath, **kwargs): files=local_var_files, response_type=None, auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -124,17 +124,17 @@ def log_file_handler_with_http_info(self, logpath, **kwargs): def log_file_list_handler(self, **kwargs): """ This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.log_file_list_handler(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.log_file_list_handler(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.log_file_list_handler_with_http_info(**kwargs) else: (data) = self.log_file_list_handler_with_http_info(**kwargs) @@ -143,18 +143,18 @@ def log_file_list_handler(self, **kwargs): def log_file_list_handler_with_http_info(self, **kwargs): """ This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.log_file_list_handler_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.log_file_list_handler_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: None If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -193,7 +193,7 @@ def log_file_list_handler_with_http_info(self, **kwargs): files=local_var_files, response_type=None, auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/networking_api.py b/kubernetes/client/apis/networking_api.py index 7a6a1677f..a814029cb 100644 --- a/kubernetes/client/apis/networking_api.py +++ b/kubernetes/client/apis/networking_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/networking_v1_api.py b/kubernetes/client/apis/networking_v1_api.py index 11f4647c3..598f33b5e 100644 --- a/kubernetes/client/apis/networking_v1_api.py +++ b/kubernetes/client/apis/networking_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_network_policy(self, namespace, body, **kwargs): """ create a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_network_policy(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_network_policy(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1NetworkPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_network_policy(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa """ create a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_network_policy_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_network_policy_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1NetworkPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwa files=local_var_files, response_type='V1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_network_policy(self, namespace, **kwargs): """ delete collection of NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_network_policy(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_network_policy(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_network_policy(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, """ delete collection of NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_network_policy_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_network_policy_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_network_policy_with_http_info(self, namespace, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_network_policy(self, name, namespace, body, **kwargs): """ delete a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, """ delete a NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_namespaced_network_policy(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_network_policy(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_network_policy(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -512,7 +512,7 @@ def list_namespaced_network_policy(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) @@ -522,11 +522,11 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_network_policy_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_network_policy_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -543,7 +543,7 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -614,7 +614,7 @@ def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1NetworkPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -624,11 +624,11 @@ def list_network_policy_for_all_namespaces(self, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_network_policy_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_network_policy_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -643,7 +643,7 @@ def list_network_policy_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) @@ -653,11 +653,11 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_network_policy_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_network_policy_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -673,7 +673,7 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1NetworkPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_network_policy(self, name, namespace, body, **kwargs): """ partially update the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, """ partially update the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def read_namespaced_network_policy(self, name, namespace, **kwargs): """ read the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_network_policy(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_network_policy(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -878,7 +878,7 @@ def read_namespaced_network_policy(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) @@ -888,11 +888,11 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg """ read the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_network_policy_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_network_policy_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -904,7 +904,7 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -968,7 +968,7 @@ def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwarg files=local_var_files, response_type='V1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -978,11 +978,11 @@ def replace_namespaced_network_policy(self, name, namespace, body, **kwargs): """ replace the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_network_policy(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_network_policy(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1NetworkPolicy body: (required) @@ -992,7 +992,7 @@ def replace_namespaced_network_policy(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) @@ -1002,11 +1002,11 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body """ replace the specified NetworkPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_network_policy_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_network_policy_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the NetworkPolicy (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1NetworkPolicy body: (required) @@ -1017,7 +1017,7 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def replace_namespaced_network_policy_with_http_info(self, name, namespace, body files=local_var_files, response_type='V1NetworkPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/policy_api.py b/kubernetes/client/apis/policy_api.py index 3a8f5d05b..223831cf2 100644 --- a/kubernetes/client/apis/policy_api.py +++ b/kubernetes/client/apis/policy_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/policy_v1beta1_api.py b/kubernetes/client/apis/policy_v1beta1_api.py index e7035b5cb..ef96088f1 100644 --- a/kubernetes/client/apis/policy_v1beta1_api.py +++ b/kubernetes/client/apis/policy_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_pod_disruption_budget(self, namespace, body, **kwargs): """ create a PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_disruption_budget(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_disruption_budget(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_pod_disruption_budget(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_pod_disruption_budget_with_http_info(self, namespace, body """ create a PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_pod_disruption_budget_with_http_info(self, namespace, body """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_pod_disruption_budget_with_http_info(self, namespace, body files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def create_pod_security_policy(self, body, **kwargs): """ create a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_pod_security_policy(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_pod_security_policy(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param PolicyV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: PolicyV1beta1PodSecurityPolicy @@ -158,7 +158,7 @@ def create_pod_security_policy(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_pod_security_policy_with_http_info(body, **kwargs) else: (data) = self.create_pod_security_policy_with_http_info(body, **kwargs) @@ -168,11 +168,11 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): """ create a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_pod_security_policy_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_pod_security_policy_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param PolicyV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: PolicyV1beta1PodSecurityPolicy @@ -181,7 +181,7 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -236,7 +236,7 @@ def create_pod_security_policy_with_http_info(self, body, **kwargs): files=local_var_files, response_type='PolicyV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -246,11 +246,11 @@ def delete_collection_namespaced_pod_disruption_budget(self, namespace, **kwargs """ delete collection of PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_disruption_budget(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_disruption_budget(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -266,7 +266,7 @@ def delete_collection_namespaced_pod_disruption_budget(self, namespace, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) @@ -276,11 +276,11 @@ def delete_collection_namespaced_pod_disruption_budget_with_http_info(self, name """ delete collection of PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -297,7 +297,7 @@ def delete_collection_namespaced_pod_disruption_budget_with_http_info(self, name """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -368,7 +368,7 @@ def delete_collection_namespaced_pod_disruption_budget_with_http_info(self, name files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -378,11 +378,11 @@ def delete_collection_pod_security_policy(self, **kwargs): """ delete collection of PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_pod_security_policy(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_pod_security_policy(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -397,7 +397,7 @@ def delete_collection_pod_security_policy(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_pod_security_policy_with_http_info(**kwargs) else: (data) = self.delete_collection_pod_security_policy_with_http_info(**kwargs) @@ -407,11 +407,11 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): """ delete collection of PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_pod_security_policy_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_pod_security_policy_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -427,7 +427,7 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -493,7 +493,7 @@ def delete_collection_pod_security_policy_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -503,11 +503,11 @@ def delete_namespaced_pod_disruption_budget(self, name, namespace, body, **kwarg """ delete a PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_disruption_budget(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_disruption_budget(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -520,7 +520,7 @@ def delete_namespaced_pod_disruption_budget(self, name, namespace, body, **kwarg returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) @@ -530,11 +530,11 @@ def delete_namespaced_pod_disruption_budget_with_http_info(self, name, namespace """ delete a PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -548,7 +548,7 @@ def delete_namespaced_pod_disruption_budget_with_http_info(self, name, namespace """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -619,7 +619,7 @@ def delete_namespaced_pod_disruption_budget_with_http_info(self, name, namespace files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -629,11 +629,11 @@ def delete_pod_security_policy(self, name, body, **kwargs): """ delete a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -645,7 +645,7 @@ def delete_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.delete_pod_security_policy_with_http_info(name, body, **kwargs) @@ -655,11 +655,11 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): """ delete a PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -672,7 +672,7 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -738,7 +738,7 @@ def delete_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -748,17 +748,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -768,18 +768,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -826,7 +826,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -836,11 +836,11 @@ def list_namespaced_pod_disruption_budget(self, namespace, **kwargs): """ list or watch objects of kind PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_disruption_budget(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_disruption_budget(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -856,7 +856,7 @@ def list_namespaced_pod_disruption_budget(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) @@ -866,11 +866,11 @@ def list_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwar """ list or watch objects of kind PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_disruption_budget_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_disruption_budget_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -887,7 +887,7 @@ def list_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwar """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -958,7 +958,7 @@ def list_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwar files=local_var_files, response_type='V1beta1PodDisruptionBudgetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -968,11 +968,11 @@ def list_pod_disruption_budget_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_disruption_budget_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_disruption_budget_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -987,7 +987,7 @@ def list_pod_disruption_budget_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) @@ -997,11 +997,11 @@ def list_pod_disruption_budget_for_all_namespaces_with_http_info(self, **kwargs) """ list or watch objects of kind PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_disruption_budget_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_disruption_budget_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -1017,7 +1017,7 @@ def list_pod_disruption_budget_for_all_namespaces_with_http_info(self, **kwargs) """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1083,7 +1083,7 @@ def list_pod_disruption_budget_for_all_namespaces_with_http_info(self, **kwargs) files=local_var_files, response_type='V1beta1PodDisruptionBudgetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1093,11 +1093,11 @@ def list_pod_security_policy(self, **kwargs): """ list or watch objects of kind PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_security_policy(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_security_policy(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1112,7 +1112,7 @@ def list_pod_security_policy(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_security_policy_with_http_info(**kwargs) else: (data) = self.list_pod_security_policy_with_http_info(**kwargs) @@ -1122,11 +1122,11 @@ def list_pod_security_policy_with_http_info(self, **kwargs): """ list or watch objects of kind PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_security_policy_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_security_policy_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1142,7 +1142,7 @@ def list_pod_security_policy_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1208,7 +1208,7 @@ def list_pod_security_policy_with_http_info(self, **kwargs): files=local_var_files, response_type='PolicyV1beta1PodSecurityPolicyList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1218,11 +1218,11 @@ def patch_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs """ partially update the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_disruption_budget(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_disruption_budget(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -1232,7 +1232,7 @@ def patch_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) @@ -1242,11 +1242,11 @@ def patch_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, """ partially update the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -1257,7 +1257,7 @@ def patch_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1322,7 +1322,7 @@ def patch_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1332,11 +1332,11 @@ def patch_namespaced_pod_disruption_budget_status(self, name, namespace, body, * """ partially update status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_disruption_budget_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_disruption_budget_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -1346,7 +1346,7 @@ def patch_namespaced_pod_disruption_budget_status(self, name, namespace, body, * returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) @@ -1356,11 +1356,11 @@ def patch_namespaced_pod_disruption_budget_status_with_http_info(self, name, nam """ partially update status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -1371,7 +1371,7 @@ def patch_namespaced_pod_disruption_budget_status_with_http_info(self, name, nam """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1436,7 +1436,7 @@ def patch_namespaced_pod_disruption_budget_status_with_http_info(self, name, nam files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1446,11 +1446,11 @@ def patch_pod_security_policy(self, name, body, **kwargs): """ partially update the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1459,7 +1459,7 @@ def patch_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.patch_pod_security_policy_with_http_info(name, body, **kwargs) @@ -1469,11 +1469,11 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): """ partially update the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1483,7 +1483,7 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1543,7 +1543,7 @@ def patch_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='PolicyV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1553,11 +1553,11 @@ def read_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): """ read the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_disruption_budget(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_disruption_budget(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1568,7 +1568,7 @@ def read_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) @@ -1578,11 +1578,11 @@ def read_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, """ read the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1594,7 +1594,7 @@ def read_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1658,7 +1658,7 @@ def read_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1668,11 +1668,11 @@ def read_namespaced_pod_disruption_budget_status(self, name, namespace, **kwargs """ read status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_disruption_budget_status(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_disruption_budget_status(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1681,7 +1681,7 @@ def read_namespaced_pod_disruption_budget_status(self, name, namespace, **kwargs returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) @@ -1691,11 +1691,11 @@ def read_namespaced_pod_disruption_budget_status_with_http_info(self, name, name """ read status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1705,7 +1705,7 @@ def read_namespaced_pod_disruption_budget_status_with_http_info(self, name, name """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1765,7 +1765,7 @@ def read_namespaced_pod_disruption_budget_status_with_http_info(self, name, name files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1775,11 +1775,11 @@ def read_pod_security_policy(self, name, **kwargs): """ read the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_pod_security_policy(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_pod_security_policy(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1789,7 +1789,7 @@ def read_pod_security_policy(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_pod_security_policy_with_http_info(name, **kwargs) else: (data) = self.read_pod_security_policy_with_http_info(name, **kwargs) @@ -1799,11 +1799,11 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): """ read the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_pod_security_policy_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_pod_security_policy_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1814,7 +1814,7 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1873,7 +1873,7 @@ def read_pod_security_policy_with_http_info(self, name, **kwargs): files=local_var_files, response_type='PolicyV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1883,11 +1883,11 @@ def replace_namespaced_pod_disruption_budget(self, name, namespace, body, **kwar """ replace the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_disruption_budget(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_disruption_budget(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) @@ -1897,7 +1897,7 @@ def replace_namespaced_pod_disruption_budget(self, name, namespace, body, **kwar returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) @@ -1907,11 +1907,11 @@ def replace_namespaced_pod_disruption_budget_with_http_info(self, name, namespac """ replace the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) @@ -1922,7 +1922,7 @@ def replace_namespaced_pod_disruption_budget_with_http_info(self, name, namespac """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1987,7 +1987,7 @@ def replace_namespaced_pod_disruption_budget_with_http_info(self, name, namespac files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1997,11 +1997,11 @@ def replace_namespaced_pod_disruption_budget_status(self, name, namespace, body, """ replace status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_disruption_budget_status(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_disruption_budget_status(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) @@ -2011,7 +2011,7 @@ def replace_namespaced_pod_disruption_budget_status(self, name, namespace, body, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) @@ -2021,11 +2021,11 @@ def replace_namespaced_pod_disruption_budget_status_with_http_info(self, name, n """ replace status of the specified PodDisruptionBudget This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1PodDisruptionBudget body: (required) @@ -2036,7 +2036,7 @@ def replace_namespaced_pod_disruption_budget_status_with_http_info(self, name, n """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2101,7 +2101,7 @@ def replace_namespaced_pod_disruption_budget_status_with_http_info(self, name, n files=local_var_files, response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2111,11 +2111,11 @@ def replace_pod_security_policy(self, name, body, **kwargs): """ replace the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_pod_security_policy(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_pod_security_policy(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param PolicyV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2124,7 +2124,7 @@ def replace_pod_security_policy(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_pod_security_policy_with_http_info(name, body, **kwargs) else: (data) = self.replace_pod_security_policy_with_http_info(name, body, **kwargs) @@ -2134,11 +2134,11 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): """ replace the specified PodSecurityPolicy This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_pod_security_policy_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_pod_security_policy_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodSecurityPolicy (required) :param PolicyV1beta1PodSecurityPolicy body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2148,7 +2148,7 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2208,7 +2208,7 @@ def replace_pod_security_policy_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='PolicyV1beta1PodSecurityPolicy', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/rbac_authorization_api.py b/kubernetes/client/apis/rbac_authorization_api.py index eaaf40729..9002427dc 100644 --- a/kubernetes/client/apis/rbac_authorization_api.py +++ b/kubernetes/client/apis/rbac_authorization_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/rbac_authorization_v1_api.py b/kubernetes/client/apis/rbac_authorization_v1_api.py index 1faae7cf6..97a017142 100644 --- a/kubernetes/client/apis/rbac_authorization_v1_api.py +++ b/kubernetes/client/apis/rbac_authorization_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_cluster_role(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRole @@ -51,7 +51,7 @@ def create_cluster_role(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRole @@ -74,7 +74,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def create_cluster_role_binding(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRoleBinding @@ -151,7 +151,7 @@ def create_cluster_role_binding(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_binding_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_binding_with_http_info(body, **kwargs) @@ -161,11 +161,11 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRoleBinding @@ -174,7 +174,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -229,7 +229,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -239,11 +239,11 @@ def create_namespaced_role(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -252,7 +252,7 @@ def create_namespaced_role(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_with_http_info(namespace, body, **kwargs) @@ -262,11 +262,11 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -276,7 +276,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -336,7 +336,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -346,11 +346,11 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -359,7 +359,7 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) @@ -369,11 +369,11 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -383,7 +383,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -443,7 +443,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -453,11 +453,11 @@ def delete_cluster_role(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -469,7 +469,7 @@ def delete_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_with_http_info(name, body, **kwargs) @@ -479,11 +479,11 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -496,7 +496,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -562,7 +562,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -572,11 +572,11 @@ def delete_cluster_role_binding(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -588,7 +588,7 @@ def delete_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -598,11 +598,11 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -615,7 +615,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -681,7 +681,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -691,11 +691,11 @@ def delete_collection_cluster_role(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -710,7 +710,7 @@ def delete_collection_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_with_http_info(**kwargs) @@ -720,11 +720,11 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -740,7 +740,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -806,7 +806,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -816,11 +816,11 @@ def delete_collection_cluster_role_binding(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -835,7 +835,7 @@ def delete_collection_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_binding_with_http_info(**kwargs) @@ -845,11 +845,11 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -865,7 +865,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -931,7 +931,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -941,11 +941,11 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -961,7 +961,7 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) @@ -971,11 +971,11 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -992,7 +992,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1063,7 +1063,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1073,11 +1073,11 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1093,7 +1093,7 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1103,11 +1103,11 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1124,7 +1124,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1195,7 +1195,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1205,11 +1205,11 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1222,7 +1222,7 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -1232,11 +1232,11 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1250,7 +1250,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1321,7 +1321,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1331,11 +1331,11 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1348,7 +1348,7 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -1358,11 +1358,11 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1376,7 +1376,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1447,7 +1447,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1457,17 +1457,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1477,18 +1477,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1535,7 +1535,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1545,11 +1545,11 @@ def list_cluster_role(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1564,7 +1564,7 @@ def list_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_with_http_info(**kwargs) else: (data) = self.list_cluster_role_with_http_info(**kwargs) @@ -1574,11 +1574,11 @@ def list_cluster_role_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1594,7 +1594,7 @@ def list_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1660,7 +1660,7 @@ def list_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ClusterRoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1670,11 +1670,11 @@ def list_cluster_role_binding(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1689,7 +1689,7 @@ def list_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.list_cluster_role_binding_with_http_info(**kwargs) @@ -1699,11 +1699,11 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1719,7 +1719,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1785,7 +1785,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1ClusterRoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1795,11 +1795,11 @@ def list_namespaced_role(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1815,7 +1815,7 @@ def list_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_with_http_info(namespace, **kwargs) @@ -1825,11 +1825,11 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1846,7 +1846,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1917,7 +1917,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1927,11 +1927,11 @@ def list_namespaced_role_binding(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1947,7 +1947,7 @@ def list_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1957,11 +1957,11 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1978,7 +1978,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2049,7 +2049,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2059,11 +2059,11 @@ def list_role_binding_for_all_namespaces(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2078,7 +2078,7 @@ def list_role_binding_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) @@ -2088,11 +2088,11 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2108,7 +2108,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2174,7 +2174,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2184,11 +2184,11 @@ def list_role_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2203,7 +2203,7 @@ def list_role_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_for_all_namespaces_with_http_info(**kwargs) @@ -2213,11 +2213,11 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2233,7 +2233,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2299,7 +2299,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2309,11 +2309,11 @@ def patch_cluster_role(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2322,7 +2322,7 @@ def patch_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_with_http_info(name, body, **kwargs) @@ -2332,11 +2332,11 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2346,7 +2346,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2406,7 +2406,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2416,11 +2416,11 @@ def patch_cluster_role_binding(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2429,7 +2429,7 @@ def patch_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -2439,11 +2439,11 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2453,7 +2453,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2513,7 +2513,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2523,11 +2523,11 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2537,7 +2537,7 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -2547,11 +2547,11 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2562,7 +2562,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2627,7 +2627,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2637,11 +2637,11 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2651,7 +2651,7 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -2661,11 +2661,11 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2676,7 +2676,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2741,7 +2741,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2751,11 +2751,11 @@ def read_cluster_role(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRole @@ -2763,7 +2763,7 @@ def read_cluster_role(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_with_http_info(name, **kwargs) @@ -2773,11 +2773,11 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRole @@ -2786,7 +2786,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2841,7 +2841,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2851,11 +2851,11 @@ def read_cluster_role_binding(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRoleBinding @@ -2863,7 +2863,7 @@ def read_cluster_role_binding(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_binding_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_binding_with_http_info(name, **kwargs) @@ -2873,11 +2873,11 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1ClusterRoleBinding @@ -2886,7 +2886,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2941,7 +2941,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2951,11 +2951,11 @@ def read_namespaced_role(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2964,7 +2964,7 @@ def read_namespaced_role(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_with_http_info(name, namespace, **kwargs) @@ -2974,11 +2974,11 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2988,7 +2988,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3048,7 +3048,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3058,11 +3058,11 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3071,7 +3071,7 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) @@ -3081,11 +3081,11 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3095,7 +3095,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3155,7 +3155,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3165,11 +3165,11 @@ def replace_cluster_role(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3178,7 +3178,7 @@ def replace_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_with_http_info(name, body, **kwargs) @@ -3188,11 +3188,11 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3202,7 +3202,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3262,7 +3262,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3272,11 +3272,11 @@ def replace_cluster_role_binding(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3285,7 +3285,7 @@ def replace_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -3295,11 +3295,11 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3309,7 +3309,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3369,7 +3369,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3379,11 +3379,11 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Role body: (required) @@ -3393,7 +3393,7 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -3403,11 +3403,11 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1Role body: (required) @@ -3418,7 +3418,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3483,7 +3483,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3493,11 +3493,11 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1RoleBinding body: (required) @@ -3507,7 +3507,7 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -3517,11 +3517,11 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1RoleBinding body: (required) @@ -3532,7 +3532,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3597,7 +3597,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/rbac_authorization_v1alpha1_api.py b/kubernetes/client/apis/rbac_authorization_v1alpha1_api.py index 185c84cfc..7a79159ec 100644 --- a/kubernetes/client/apis/rbac_authorization_v1alpha1_api.py +++ b/kubernetes/client/apis/rbac_authorization_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_cluster_role(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRole @@ -51,7 +51,7 @@ def create_cluster_role(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRole @@ -74,7 +74,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def create_cluster_role_binding(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRoleBinding @@ -151,7 +151,7 @@ def create_cluster_role_binding(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_binding_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_binding_with_http_info(body, **kwargs) @@ -161,11 +161,11 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRoleBinding @@ -174,7 +174,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -229,7 +229,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -239,11 +239,11 @@ def create_namespaced_role(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -252,7 +252,7 @@ def create_namespaced_role(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_with_http_info(namespace, body, **kwargs) @@ -262,11 +262,11 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -276,7 +276,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -336,7 +336,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1alpha1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -346,11 +346,11 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -359,7 +359,7 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) @@ -369,11 +369,11 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -383,7 +383,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -443,7 +443,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1alpha1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -453,11 +453,11 @@ def delete_cluster_role(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -469,7 +469,7 @@ def delete_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_with_http_info(name, body, **kwargs) @@ -479,11 +479,11 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -496,7 +496,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -562,7 +562,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -572,11 +572,11 @@ def delete_cluster_role_binding(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -588,7 +588,7 @@ def delete_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -598,11 +598,11 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -615,7 +615,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -681,7 +681,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -691,11 +691,11 @@ def delete_collection_cluster_role(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -710,7 +710,7 @@ def delete_collection_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_with_http_info(**kwargs) @@ -720,11 +720,11 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -740,7 +740,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -806,7 +806,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -816,11 +816,11 @@ def delete_collection_cluster_role_binding(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -835,7 +835,7 @@ def delete_collection_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_binding_with_http_info(**kwargs) @@ -845,11 +845,11 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -865,7 +865,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -931,7 +931,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -941,11 +941,11 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -961,7 +961,7 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) @@ -971,11 +971,11 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -992,7 +992,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1063,7 +1063,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1073,11 +1073,11 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1093,7 +1093,7 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1103,11 +1103,11 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1124,7 +1124,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1195,7 +1195,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1205,11 +1205,11 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1222,7 +1222,7 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -1232,11 +1232,11 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1250,7 +1250,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1321,7 +1321,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1331,11 +1331,11 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1348,7 +1348,7 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -1358,11 +1358,11 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1376,7 +1376,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1447,7 +1447,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1457,17 +1457,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1477,18 +1477,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1535,7 +1535,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1545,11 +1545,11 @@ def list_cluster_role(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1564,7 +1564,7 @@ def list_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_with_http_info(**kwargs) else: (data) = self.list_cluster_role_with_http_info(**kwargs) @@ -1574,11 +1574,11 @@ def list_cluster_role_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1594,7 +1594,7 @@ def list_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1660,7 +1660,7 @@ def list_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1670,11 +1670,11 @@ def list_cluster_role_binding(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1689,7 +1689,7 @@ def list_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.list_cluster_role_binding_with_http_info(**kwargs) @@ -1699,11 +1699,11 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1719,7 +1719,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1785,7 +1785,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1795,11 +1795,11 @@ def list_namespaced_role(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1815,7 +1815,7 @@ def list_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_with_http_info(namespace, **kwargs) @@ -1825,11 +1825,11 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1846,7 +1846,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1917,7 +1917,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1alpha1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1927,11 +1927,11 @@ def list_namespaced_role_binding(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1947,7 +1947,7 @@ def list_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1957,11 +1957,11 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1978,7 +1978,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2049,7 +2049,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1alpha1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2059,11 +2059,11 @@ def list_role_binding_for_all_namespaces(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2078,7 +2078,7 @@ def list_role_binding_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) @@ -2088,11 +2088,11 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2108,7 +2108,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2174,7 +2174,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2184,11 +2184,11 @@ def list_role_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2203,7 +2203,7 @@ def list_role_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_for_all_namespaces_with_http_info(**kwargs) @@ -2213,11 +2213,11 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2233,7 +2233,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2299,7 +2299,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2309,11 +2309,11 @@ def patch_cluster_role(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2322,7 +2322,7 @@ def patch_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_with_http_info(name, body, **kwargs) @@ -2332,11 +2332,11 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2346,7 +2346,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2406,7 +2406,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2416,11 +2416,11 @@ def patch_cluster_role_binding(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2429,7 +2429,7 @@ def patch_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -2439,11 +2439,11 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2453,7 +2453,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2513,7 +2513,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2523,11 +2523,11 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2537,7 +2537,7 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -2547,11 +2547,11 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2562,7 +2562,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2627,7 +2627,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1alpha1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2637,11 +2637,11 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2651,7 +2651,7 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -2661,11 +2661,11 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2676,7 +2676,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2741,7 +2741,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1alpha1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2751,11 +2751,11 @@ def read_cluster_role(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRole @@ -2763,7 +2763,7 @@ def read_cluster_role(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_with_http_info(name, **kwargs) @@ -2773,11 +2773,11 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRole @@ -2786,7 +2786,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2841,7 +2841,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2851,11 +2851,11 @@ def read_cluster_role_binding(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRoleBinding @@ -2863,7 +2863,7 @@ def read_cluster_role_binding(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_binding_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_binding_with_http_info(name, **kwargs) @@ -2873,11 +2873,11 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1ClusterRoleBinding @@ -2886,7 +2886,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2941,7 +2941,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2951,11 +2951,11 @@ def read_namespaced_role(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2964,7 +2964,7 @@ def read_namespaced_role(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_with_http_info(name, namespace, **kwargs) @@ -2974,11 +2974,11 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2988,7 +2988,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3048,7 +3048,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1alpha1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3058,11 +3058,11 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3071,7 +3071,7 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) @@ -3081,11 +3081,11 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3095,7 +3095,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3155,7 +3155,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1alpha1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3165,11 +3165,11 @@ def replace_cluster_role(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1alpha1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3178,7 +3178,7 @@ def replace_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_with_http_info(name, body, **kwargs) @@ -3188,11 +3188,11 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1alpha1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3202,7 +3202,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3262,7 +3262,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3272,11 +3272,11 @@ def replace_cluster_role_binding(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1alpha1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3285,7 +3285,7 @@ def replace_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -3295,11 +3295,11 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1alpha1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3309,7 +3309,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3369,7 +3369,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3379,11 +3379,11 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1Role body: (required) @@ -3393,7 +3393,7 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -3403,11 +3403,11 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1Role body: (required) @@ -3418,7 +3418,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3483,7 +3483,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1alpha1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3493,11 +3493,11 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1RoleBinding body: (required) @@ -3507,7 +3507,7 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -3517,11 +3517,11 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1RoleBinding body: (required) @@ -3532,7 +3532,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3597,7 +3597,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1alpha1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/rbac_authorization_v1beta1_api.py b/kubernetes/client/apis/rbac_authorization_v1beta1_api.py index 68c0ae7a8..686c08d4d 100644 --- a/kubernetes/client/apis/rbac_authorization_v1beta1_api.py +++ b/kubernetes/client/apis/rbac_authorization_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_cluster_role(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRole @@ -51,7 +51,7 @@ def create_cluster_role(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ create a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRole @@ -74,7 +74,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_cluster_role_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def create_cluster_role_binding(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRoleBinding @@ -151,7 +151,7 @@ def create_cluster_role_binding(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_cluster_role_binding_with_http_info(body, **kwargs) else: (data) = self.create_cluster_role_binding_with_http_info(body, **kwargs) @@ -161,11 +161,11 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ create a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_cluster_role_binding_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_cluster_role_binding_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRoleBinding @@ -174,7 +174,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -229,7 +229,7 @@ def create_cluster_role_binding_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -239,11 +239,11 @@ def create_namespaced_role(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -252,7 +252,7 @@ def create_namespaced_role(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_with_http_info(namespace, body, **kwargs) @@ -262,11 +262,11 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ create a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Role body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -276,7 +276,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -336,7 +336,7 @@ def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): files=local_var_files, response_type='V1beta1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -346,11 +346,11 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -359,7 +359,7 @@ def create_namespaced_role_binding(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) @@ -369,11 +369,11 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ create a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1RoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -383,7 +383,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -443,7 +443,7 @@ def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwarg files=local_var_files, response_type='V1beta1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -453,11 +453,11 @@ def delete_cluster_role(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -469,7 +469,7 @@ def delete_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_with_http_info(name, body, **kwargs) @@ -479,11 +479,11 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ delete a ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -496,7 +496,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -562,7 +562,7 @@ def delete_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -572,11 +572,11 @@ def delete_cluster_role_binding(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -588,7 +588,7 @@ def delete_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -598,11 +598,11 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ delete a ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -615,7 +615,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -681,7 +681,7 @@ def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -691,11 +691,11 @@ def delete_collection_cluster_role(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -710,7 +710,7 @@ def delete_collection_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_with_http_info(**kwargs) @@ -720,11 +720,11 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ delete collection of ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -740,7 +740,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -806,7 +806,7 @@ def delete_collection_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -816,11 +816,11 @@ def delete_collection_cluster_role_binding(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -835,7 +835,7 @@ def delete_collection_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.delete_collection_cluster_role_binding_with_http_info(**kwargs) @@ -845,11 +845,11 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ delete collection of ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -865,7 +865,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -931,7 +931,7 @@ def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -941,11 +941,11 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -961,7 +961,7 @@ def delete_collection_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) @@ -971,11 +971,11 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ delete collection of Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -992,7 +992,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1063,7 +1063,7 @@ def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1073,11 +1073,11 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1093,7 +1093,7 @@ def delete_collection_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1103,11 +1103,11 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ delete collection of RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1124,7 +1124,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1195,7 +1195,7 @@ def delete_collection_namespaced_role_binding_with_http_info(self, namespace, ** files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1205,11 +1205,11 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1222,7 +1222,7 @@ def delete_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -1232,11 +1232,11 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ delete a Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1250,7 +1250,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1321,7 +1321,7 @@ def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs) files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1331,11 +1331,11 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1348,7 +1348,7 @@ def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -1358,11 +1358,11 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ delete a RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -1376,7 +1376,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1447,7 +1447,7 @@ def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, * files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1457,17 +1457,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -1477,18 +1477,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1535,7 +1535,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1545,11 +1545,11 @@ def list_cluster_role(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1564,7 +1564,7 @@ def list_cluster_role(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_with_http_info(**kwargs) else: (data) = self.list_cluster_role_with_http_info(**kwargs) @@ -1574,11 +1574,11 @@ def list_cluster_role_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1594,7 +1594,7 @@ def list_cluster_role_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1660,7 +1660,7 @@ def list_cluster_role_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1670,11 +1670,11 @@ def list_cluster_role_binding(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1689,7 +1689,7 @@ def list_cluster_role_binding(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_cluster_role_binding_with_http_info(**kwargs) else: (data) = self.list_cluster_role_binding_with_http_info(**kwargs) @@ -1699,11 +1699,11 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_cluster_role_binding_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_cluster_role_binding_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -1719,7 +1719,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1785,7 +1785,7 @@ def list_cluster_role_binding_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1795,11 +1795,11 @@ def list_namespaced_role(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1815,7 +1815,7 @@ def list_namespaced_role(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_with_http_info(namespace, **kwargs) @@ -1825,11 +1825,11 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1846,7 +1846,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1917,7 +1917,7 @@ def list_namespaced_role_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1927,11 +1927,11 @@ def list_namespaced_role_binding(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1947,7 +1947,7 @@ def list_namespaced_role_binding(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) @@ -1957,11 +1957,11 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -1978,7 +1978,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2049,7 +2049,7 @@ def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1beta1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2059,11 +2059,11 @@ def list_role_binding_for_all_namespaces(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2078,7 +2078,7 @@ def list_role_binding_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) @@ -2088,11 +2088,11 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2108,7 +2108,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2174,7 +2174,7 @@ def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1RoleBindingList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2184,11 +2184,11 @@ def list_role_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2203,7 +2203,7 @@ def list_role_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_role_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_role_for_all_namespaces_with_http_info(**kwargs) @@ -2213,11 +2213,11 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_role_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_role_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -2233,7 +2233,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2299,7 +2299,7 @@ def list_role_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1RoleList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2309,11 +2309,11 @@ def patch_cluster_role(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2322,7 +2322,7 @@ def patch_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_with_http_info(name, body, **kwargs) @@ -2332,11 +2332,11 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2346,7 +2346,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2406,7 +2406,7 @@ def patch_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2416,11 +2416,11 @@ def patch_cluster_role_binding(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2429,7 +2429,7 @@ def patch_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -2439,11 +2439,11 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2453,7 +2453,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2513,7 +2513,7 @@ def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2523,11 +2523,11 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2537,7 +2537,7 @@ def patch_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -2547,11 +2547,11 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2562,7 +2562,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2627,7 +2627,7 @@ def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): files=local_var_files, response_type='V1beta1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2637,11 +2637,11 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2651,7 +2651,7 @@ def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -2661,11 +2661,11 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ partially update the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -2676,7 +2676,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2741,7 +2741,7 @@ def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1beta1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2751,11 +2751,11 @@ def read_cluster_role(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRole @@ -2763,7 +2763,7 @@ def read_cluster_role(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_with_http_info(name, **kwargs) @@ -2773,11 +2773,11 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ read the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRole @@ -2786,7 +2786,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2841,7 +2841,7 @@ def read_cluster_role_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2851,11 +2851,11 @@ def read_cluster_role_binding(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRoleBinding @@ -2863,7 +2863,7 @@ def read_cluster_role_binding(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_cluster_role_binding_with_http_info(name, **kwargs) else: (data) = self.read_cluster_role_binding_with_http_info(name, **kwargs) @@ -2873,11 +2873,11 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ read the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_cluster_role_binding_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_cluster_role_binding_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ClusterRoleBinding @@ -2886,7 +2886,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -2941,7 +2941,7 @@ def read_cluster_role_binding_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -2951,11 +2951,11 @@ def read_namespaced_role(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2964,7 +2964,7 @@ def read_namespaced_role(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_with_http_info(name, namespace, **kwargs) @@ -2974,11 +2974,11 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ read the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -2988,7 +2988,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3048,7 +3048,7 @@ def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1beta1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3058,11 +3058,11 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3071,7 +3071,7 @@ def read_namespaced_role_binding(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) @@ -3081,11 +3081,11 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ read the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3095,7 +3095,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) """ all_params = ['name', 'namespace', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3155,7 +3155,7 @@ def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs) files=local_var_files, response_type='V1beta1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3165,11 +3165,11 @@ def replace_cluster_role(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1beta1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3178,7 +3178,7 @@ def replace_cluster_role(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_with_http_info(name, body, **kwargs) @@ -3188,11 +3188,11 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRole This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRole (required) :param V1beta1ClusterRole body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3202,7 +3202,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3262,7 +3262,7 @@ def replace_cluster_role_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRole', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3272,11 +3272,11 @@ def replace_cluster_role_binding(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1beta1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3285,7 +3285,7 @@ def replace_cluster_role_binding(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) else: (data) = self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) @@ -3295,11 +3295,11 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the ClusterRoleBinding (required) :param V1beta1ClusterRoleBinding body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -3309,7 +3309,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3369,7 +3369,7 @@ def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1ClusterRoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3379,11 +3379,11 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Role body: (required) @@ -3393,7 +3393,7 @@ def replace_namespaced_role(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) @@ -3403,11 +3403,11 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ replace the specified Role This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the Role (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1Role body: (required) @@ -3418,7 +3418,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3483,7 +3483,7 @@ def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs files=local_var_files, response_type='V1beta1Role', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -3493,11 +3493,11 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1RoleBinding body: (required) @@ -3507,7 +3507,7 @@ def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) @@ -3517,11 +3517,11 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ replace the specified RoleBinding This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the RoleBinding (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1RoleBinding body: (required) @@ -3532,7 +3532,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -3597,7 +3597,7 @@ def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, files=local_var_files, response_type='V1beta1RoleBinding', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/scheduling_api.py b/kubernetes/client/apis/scheduling_api.py index 1aef0c728..2dc576b55 100644 --- a/kubernetes/client/apis/scheduling_api.py +++ b/kubernetes/client/apis/scheduling_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/scheduling_v1alpha1_api.py b/kubernetes/client/apis/scheduling_v1alpha1_api.py index 30f31c5c3..6dce5b5cb 100644 --- a/kubernetes/client/apis/scheduling_v1alpha1_api.py +++ b/kubernetes/client/apis/scheduling_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_priority_class(self, body, **kwargs): """ create a PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_priority_class(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_priority_class(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1PriorityClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1PriorityClass @@ -51,7 +51,7 @@ def create_priority_class(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_priority_class_with_http_info(body, **kwargs) else: (data) = self.create_priority_class_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_priority_class_with_http_info(self, body, **kwargs): """ create a PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_priority_class_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_priority_class_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1PriorityClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1PriorityClass @@ -74,7 +74,7 @@ def create_priority_class_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_priority_class_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1alpha1PriorityClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_collection_priority_class(self, **kwargs): """ delete collection of PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_priority_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_priority_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -158,7 +158,7 @@ def delete_collection_priority_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_priority_class_with_http_info(**kwargs) else: (data) = self.delete_collection_priority_class_with_http_info(**kwargs) @@ -168,11 +168,11 @@ def delete_collection_priority_class_with_http_info(self, **kwargs): """ delete collection of PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_priority_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_priority_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -188,7 +188,7 @@ def delete_collection_priority_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -254,7 +254,7 @@ def delete_collection_priority_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -264,11 +264,11 @@ def delete_priority_class(self, name, body, **kwargs): """ delete a PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_priority_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_priority_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -280,7 +280,7 @@ def delete_priority_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_priority_class_with_http_info(name, body, **kwargs) else: (data) = self.delete_priority_class_with_http_info(name, body, **kwargs) @@ -290,11 +290,11 @@ def delete_priority_class_with_http_info(self, name, body, **kwargs): """ delete a PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_priority_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_priority_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -307,7 +307,7 @@ def delete_priority_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_priority_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_priority_class(self, **kwargs): """ list or watch objects of kind PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_priority_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_priority_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_priority_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_priority_class_with_http_info(**kwargs) else: (data) = self.list_priority_class_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_priority_class_with_http_info(self, **kwargs): """ list or watch objects of kind PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_priority_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_priority_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_priority_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_priority_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1PriorityClassList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_priority_class(self, name, body, **kwargs): """ partially update the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_priority_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_priority_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_priority_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_priority_class_with_http_info(name, body, **kwargs) else: (data) = self.patch_priority_class_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_priority_class_with_http_info(self, name, body, **kwargs): """ partially update the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_priority_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_priority_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_priority_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,7 +693,7 @@ def patch_priority_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1PriorityClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -703,11 +703,11 @@ def read_priority_class(self, name, **kwargs): """ read the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_priority_class(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_priority_class(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -717,7 +717,7 @@ def read_priority_class(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_priority_class_with_http_info(name, **kwargs) else: (data) = self.read_priority_class_with_http_info(name, **kwargs) @@ -727,11 +727,11 @@ def read_priority_class_with_http_info(self, name, **kwargs): """ read the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_priority_class_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_priority_class_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -742,7 +742,7 @@ def read_priority_class_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -801,7 +801,7 @@ def read_priority_class_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1alpha1PriorityClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -811,11 +811,11 @@ def replace_priority_class(self, name, body, **kwargs): """ replace the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_priority_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_priority_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param V1alpha1PriorityClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -824,7 +824,7 @@ def replace_priority_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_priority_class_with_http_info(name, body, **kwargs) else: (data) = self.replace_priority_class_with_http_info(name, body, **kwargs) @@ -834,11 +834,11 @@ def replace_priority_class_with_http_info(self, name, body, **kwargs): """ replace the specified PriorityClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_priority_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_priority_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PriorityClass (required) :param V1alpha1PriorityClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -848,7 +848,7 @@ def replace_priority_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,7 +908,7 @@ def replace_priority_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1PriorityClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/scheduling_v1beta1_api.py b/kubernetes/client/apis/scheduling_v1beta1_api.py deleted file mode 100644 index 9c0d9b5ba..000000000 --- a/kubernetes/client/apis/scheduling_v1beta1_api.py +++ /dev/null @@ -1,915 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..api_client import ApiClient - - -class SchedulingV1beta1Api(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - if api_client is None: - api_client = ApiClient() - self.api_client = api_client - - def create_priority_class(self, body, **kwargs): - """ - create a PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_priority_class(body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param V1beta1PriorityClass body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.create_priority_class_with_http_info(body, **kwargs) - else: - (data) = self.create_priority_class_with_http_info(body, **kwargs) - return data - - def create_priority_class_with_http_info(self, body, **kwargs): - """ - create a PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_priority_class_with_http_info(body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param V1beta1PriorityClass body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method create_priority_class" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `create_priority_class`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1PriorityClass', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def delete_collection_priority_class(self, **kwargs): - """ - delete collection of PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_priority_class(async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str pretty: If 'true', then the output is pretty printed. - :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. - :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. - :param bool include_uninitialized: If true, partially initialized resources are included in the response. - :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. - :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. - :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. - :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. - :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - :return: V1Status - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.delete_collection_priority_class_with_http_info(**kwargs) - else: - (data) = self.delete_collection_priority_class_with_http_info(**kwargs) - return data - - def delete_collection_priority_class_with_http_info(self, **kwargs): - """ - delete collection of PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_priority_class_with_http_info(async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str pretty: If 'true', then the output is pretty printed. - :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. - :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. - :param bool include_uninitialized: If true, partially initialized resources are included in the response. - :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. - :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. - :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. - :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. - :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - :return: V1Status - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method delete_collection_priority_class" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - if '_continue' in params: - query_params.append(('continue', params['_continue'])) - if 'field_selector' in params: - query_params.append(('fieldSelector', params['field_selector'])) - if 'include_uninitialized' in params: - query_params.append(('includeUninitialized', params['include_uninitialized'])) - if 'label_selector' in params: - query_params.append(('labelSelector', params['label_selector'])) - if 'limit' in params: - query_params.append(('limit', params['limit'])) - if 'resource_version' in params: - query_params.append(('resourceVersion', params['resource_version'])) - if 'timeout_seconds' in params: - query_params.append(('timeoutSeconds', params['timeout_seconds'])) - if 'watch' in params: - query_params.append(('watch', params['watch'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1Status', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def delete_priority_class(self, name, body, **kwargs): - """ - delete a PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_priority_class(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param V1DeleteOptions body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. - :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. - :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. - :return: V1Status - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.delete_priority_class_with_http_info(name, body, **kwargs) - else: - (data) = self.delete_priority_class_with_http_info(name, body, **kwargs) - return data - - def delete_priority_class_with_http_info(self, name, body, **kwargs): - """ - delete a PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_priority_class_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param V1DeleteOptions body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. - :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. - :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. - :return: V1Status - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method delete_priority_class" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `delete_priority_class`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `delete_priority_class`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - if 'grace_period_seconds' in params: - query_params.append(('gracePeriodSeconds', params['grace_period_seconds'])) - if 'orphan_dependents' in params: - query_params.append(('orphanDependents', params['orphan_dependents'])) - if 'propagation_policy' in params: - query_params.append(('propagationPolicy', params['propagation_policy'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1Status', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def get_api_resources(self, **kwargs): - """ - get available resources - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) - >>> result = thread.get() - - :param async_req bool - :return: V1APIResourceList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.get_api_resources_with_http_info(**kwargs) - else: - (data) = self.get_api_resources_with_http_info(**kwargs) - return data - - def get_api_resources_with_http_info(self, **kwargs): - """ - get available resources - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) - >>> result = thread.get() - - :param async_req bool - :return: V1APIResourceList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = [] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method get_api_resources" % key - ) - params[key] = val - del params['kwargs'] - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1APIResourceList', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def list_priority_class(self, **kwargs): - """ - list or watch objects of kind PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_priority_class(async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str pretty: If 'true', then the output is pretty printed. - :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. - :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. - :param bool include_uninitialized: If true, partially initialized resources are included in the response. - :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. - :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. - :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. - :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. - :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - :return: V1beta1PriorityClassList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.list_priority_class_with_http_info(**kwargs) - else: - (data) = self.list_priority_class_with_http_info(**kwargs) - return data - - def list_priority_class_with_http_info(self, **kwargs): - """ - list or watch objects of kind PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_priority_class_with_http_info(async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str pretty: If 'true', then the output is pretty printed. - :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. - :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. - :param bool include_uninitialized: If true, partially initialized resources are included in the response. - :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. - :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. - :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. - :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. - :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. - :return: V1beta1PriorityClassList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method list_priority_class" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - if '_continue' in params: - query_params.append(('continue', params['_continue'])) - if 'field_selector' in params: - query_params.append(('fieldSelector', params['field_selector'])) - if 'include_uninitialized' in params: - query_params.append(('includeUninitialized', params['include_uninitialized'])) - if 'label_selector' in params: - query_params.append(('labelSelector', params['label_selector'])) - if 'limit' in params: - query_params.append(('limit', params['limit'])) - if 'resource_version' in params: - query_params.append(('resourceVersion', params['resource_version'])) - if 'timeout_seconds' in params: - query_params.append(('timeoutSeconds', params['timeout_seconds'])) - if 'watch' in params: - query_params.append(('watch', params['watch'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf', 'application/json;stream=watch', 'application/vnd.kubernetes.protobuf;stream=watch']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1PriorityClassList', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def patch_priority_class(self, name, body, **kwargs): - """ - partially update the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_priority_class(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.patch_priority_class_with_http_info(name, body, **kwargs) - else: - (data) = self.patch_priority_class_with_http_info(name, body, **kwargs) - return data - - def patch_priority_class_with_http_info(self, name, body, **kwargs): - """ - partially update the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_priority_class_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param object body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method patch_priority_class" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `patch_priority_class`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `patch_priority_class`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1PriorityClass', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def read_priority_class(self, name, **kwargs): - """ - read the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_priority_class(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param str pretty: If 'true', then the output is pretty printed. - :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. - :param bool export: Should this value be exported. Export strips fields that a user can not specify. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.read_priority_class_with_http_info(name, **kwargs) - else: - (data) = self.read_priority_class_with_http_info(name, **kwargs) - return data - - def read_priority_class_with_http_info(self, name, **kwargs): - """ - read the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_priority_class_with_http_info(name, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param str pretty: If 'true', then the output is pretty printed. - :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. - :param bool export: Should this value be exported. Export strips fields that a user can not specify. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method read_priority_class" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `read_priority_class`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - if 'exact' in params: - query_params.append(('exact', params['exact'])) - if 'export' in params: - query_params.append(('export', params['export'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1PriorityClass', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def replace_priority_class(self, name, body, **kwargs): - """ - replace the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_priority_class(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param V1beta1PriorityClass body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): - return self.replace_priority_class_with_http_info(name, body, **kwargs) - else: - (data) = self.replace_priority_class_with_http_info(name, body, **kwargs) - return data - - def replace_priority_class_with_http_info(self, name, body, **kwargs): - """ - replace the specified PriorityClass - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_priority_class_with_http_info(name, body, async_req=True) - >>> result = thread.get() - - :param async_req bool - :param str name: name of the PriorityClass (required) - :param V1beta1PriorityClass body: (required) - :param str pretty: If 'true', then the output is pretty printed. - :return: V1beta1PriorityClass - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method replace_priority_class" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'name' is set - if ('name' not in params) or (params['name'] is None): - raise ValueError("Missing the required parameter `name` when calling `replace_priority_class`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `replace_priority_class`") - - - collection_formats = {} - - path_params = {} - if 'name' in params: - path_params['name'] = params['name'] - - query_params = [] - if 'pretty' in params: - query_params.append(('pretty', params['pretty'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['*/*']) - - # Authentication setting - auth_settings = ['BearerToken'] - - return self.api_client.call_api('/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}', 'PUT', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='V1beta1PriorityClass', - auth_settings=auth_settings, - async_req=params.get('async_req'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/kubernetes/client/apis/settings_api.py b/kubernetes/client/apis/settings_api.py index af0dcfad0..606f4466c 100644 --- a/kubernetes/client/apis/settings_api.py +++ b/kubernetes/client/apis/settings_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/settings_v1alpha1_api.py b/kubernetes/client/apis/settings_v1alpha1_api.py index 063ba8070..1bb318050 100644 --- a/kubernetes/client/apis/settings_v1alpha1_api.py +++ b/kubernetes/client/apis/settings_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_namespaced_pod_preset(self, namespace, body, **kwargs): """ create a PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_preset(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_preset(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1PodPreset body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -52,7 +52,7 @@ def create_namespaced_pod_preset(self, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_namespaced_pod_preset_with_http_info(namespace, body, **kwargs) else: (data) = self.create_namespaced_pod_preset_with_http_info(namespace, body, **kwargs) @@ -62,11 +62,11 @@ def create_namespaced_pod_preset_with_http_info(self, namespace, body, **kwargs) """ create a PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_namespaced_pod_preset_with_http_info(namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_namespaced_pod_preset_with_http_info(namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1PodPreset body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -76,7 +76,7 @@ def create_namespaced_pod_preset_with_http_info(self, namespace, body, **kwargs) """ all_params = ['namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -136,7 +136,7 @@ def create_namespaced_pod_preset_with_http_info(self, namespace, body, **kwargs) files=local_var_files, response_type='V1alpha1PodPreset', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -146,11 +146,11 @@ def delete_collection_namespaced_pod_preset(self, namespace, **kwargs): """ delete collection of PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_preset(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_preset(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -166,7 +166,7 @@ def delete_collection_namespaced_pod_preset(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_namespaced_pod_preset_with_http_info(namespace, **kwargs) else: (data) = self.delete_collection_namespaced_pod_preset_with_http_info(namespace, **kwargs) @@ -176,11 +176,11 @@ def delete_collection_namespaced_pod_preset_with_http_info(self, namespace, **kw """ delete collection of PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_namespaced_pod_preset_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_namespaced_pod_preset_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -197,7 +197,7 @@ def delete_collection_namespaced_pod_preset_with_http_info(self, namespace, **kw """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -268,7 +268,7 @@ def delete_collection_namespaced_pod_preset_with_http_info(self, namespace, **kw files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -278,11 +278,11 @@ def delete_namespaced_pod_preset(self, name, namespace, body, **kwargs): """ delete a PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_preset(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_preset(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -295,7 +295,7 @@ def delete_namespaced_pod_preset(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) else: (data) = self.delete_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) @@ -305,11 +305,11 @@ def delete_namespaced_pod_preset_with_http_info(self, name, namespace, body, **k """ delete a PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_namespaced_pod_preset_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_namespaced_pod_preset_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) @@ -323,7 +323,7 @@ def delete_namespaced_pod_preset_with_http_info(self, name, namespace, body, **k """ all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -394,7 +394,7 @@ def delete_namespaced_pod_preset_with_http_info(self, name, namespace, body, **k files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -404,17 +404,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -424,18 +424,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -482,7 +482,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -492,11 +492,11 @@ def list_namespaced_pod_preset(self, namespace, **kwargs): """ list or watch objects of kind PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_preset(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_preset(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -512,7 +512,7 @@ def list_namespaced_pod_preset(self, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_namespaced_pod_preset_with_http_info(namespace, **kwargs) else: (data) = self.list_namespaced_pod_preset_with_http_info(namespace, **kwargs) @@ -522,11 +522,11 @@ def list_namespaced_pod_preset_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_namespaced_pod_preset_with_http_info(namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_namespaced_pod_preset_with_http_info(namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @@ -543,7 +543,7 @@ def list_namespaced_pod_preset_with_http_info(self, namespace, **kwargs): """ all_params = ['namespace', 'pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -614,7 +614,7 @@ def list_namespaced_pod_preset_with_http_info(self, namespace, **kwargs): files=local_var_files, response_type='V1alpha1PodPresetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -624,11 +624,11 @@ def list_pod_preset_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_preset_for_all_namespaces(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_preset_for_all_namespaces(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -643,7 +643,7 @@ def list_pod_preset_for_all_namespaces(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_pod_preset_for_all_namespaces_with_http_info(**kwargs) else: (data) = self.list_pod_preset_for_all_namespaces_with_http_info(**kwargs) @@ -653,11 +653,11 @@ def list_pod_preset_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pod_preset_for_all_namespaces_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_pod_preset_for_all_namespaces_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. :param bool include_uninitialized: If true, partially initialized resources are included in the response. @@ -673,7 +673,7 @@ def list_pod_preset_for_all_namespaces_with_http_info(self, **kwargs): """ all_params = ['_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -739,7 +739,7 @@ def list_pod_preset_for_all_namespaces_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1PodPresetList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -749,11 +749,11 @@ def patch_namespaced_pod_preset(self, name, namespace, body, **kwargs): """ partially update the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_preset(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_preset(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -763,7 +763,7 @@ def patch_namespaced_pod_preset(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) else: (data) = self.patch_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) @@ -773,11 +773,11 @@ def patch_namespaced_pod_preset_with_http_info(self, name, namespace, body, **kw """ partially update the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_namespaced_pod_preset_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_namespaced_pod_preset_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) @@ -788,7 +788,7 @@ def patch_namespaced_pod_preset_with_http_info(self, name, namespace, body, **kw """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -853,7 +853,7 @@ def patch_namespaced_pod_preset_with_http_info(self, name, namespace, body, **kw files=local_var_files, response_type='V1alpha1PodPreset', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -863,11 +863,11 @@ def read_namespaced_pod_preset(self, name, namespace, **kwargs): """ read the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_preset(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_preset(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -878,7 +878,7 @@ def read_namespaced_pod_preset(self, name, namespace, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_namespaced_pod_preset_with_http_info(name, namespace, **kwargs) else: (data) = self.read_namespaced_pod_preset_with_http_info(name, namespace, **kwargs) @@ -888,11 +888,11 @@ def read_namespaced_pod_preset_with_http_info(self, name, namespace, **kwargs): """ read the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_namespaced_pod_preset_with_http_info(name, namespace, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_namespaced_pod_preset_with_http_info(name, namespace, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. @@ -904,7 +904,7 @@ def read_namespaced_pod_preset_with_http_info(self, name, namespace, **kwargs): """ all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -968,7 +968,7 @@ def read_namespaced_pod_preset_with_http_info(self, name, namespace, **kwargs): files=local_var_files, response_type='V1alpha1PodPreset', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -978,11 +978,11 @@ def replace_namespaced_pod_preset(self, name, namespace, body, **kwargs): """ replace the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_preset(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_preset(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1PodPreset body: (required) @@ -992,7 +992,7 @@ def replace_namespaced_pod_preset(self, name, namespace, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) else: (data) = self.replace_namespaced_pod_preset_with_http_info(name, namespace, body, **kwargs) @@ -1002,11 +1002,11 @@ def replace_namespaced_pod_preset_with_http_info(self, name, namespace, body, ** """ replace the specified PodPreset This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_namespaced_pod_preset_with_http_info(name, namespace, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_namespaced_pod_preset_with_http_info(name, namespace, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the PodPreset (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1alpha1PodPreset body: (required) @@ -1017,7 +1017,7 @@ def replace_namespaced_pod_preset_with_http_info(self, name, namespace, body, ** """ all_params = ['name', 'namespace', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1082,7 +1082,7 @@ def replace_namespaced_pod_preset_with_http_info(self, name, namespace, body, ** files=local_var_files, response_type='V1alpha1PodPreset', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/storage_api.py b/kubernetes/client/apis/storage_api.py index cfa4617a6..c715d860a 100644 --- a/kubernetes/client/apis/storage_api.py +++ b/kubernetes/client/apis/storage_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_api_group(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_group_with_http_info(**kwargs) else: (data) = self.get_api_group_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_api_group_with_http_info(self, **kwargs): """ get information of a group This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_group_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_group_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIGroup If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_api_group_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIGroup', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/storage_v1_api.py b/kubernetes/client/apis/storage_v1_api.py index 602e31f48..d93b1d86e 100644 --- a/kubernetes/client/apis/storage_v1_api.py +++ b/kubernetes/client/apis/storage_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_storage_class(self, body, **kwargs): """ create a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_storage_class(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_storage_class(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1StorageClass @@ -51,7 +51,7 @@ def create_storage_class(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_storage_class_with_http_info(body, **kwargs) else: (data) = self.create_storage_class_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_storage_class_with_http_info(self, body, **kwargs): """ create a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_storage_class_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_storage_class_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1StorageClass @@ -74,7 +74,7 @@ def create_storage_class_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_storage_class_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_collection_storage_class(self, **kwargs): """ delete collection of StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_storage_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_storage_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -158,7 +158,7 @@ def delete_collection_storage_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_storage_class_with_http_info(**kwargs) else: (data) = self.delete_collection_storage_class_with_http_info(**kwargs) @@ -168,11 +168,11 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): """ delete collection of StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_storage_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_storage_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -188,7 +188,7 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -254,7 +254,7 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -264,11 +264,11 @@ def delete_storage_class(self, name, body, **kwargs): """ delete a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -280,7 +280,7 @@ def delete_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.delete_storage_class_with_http_info(name, body, **kwargs) @@ -290,11 +290,11 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): """ delete a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -307,7 +307,7 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_storage_class(self, **kwargs): """ list or watch objects of kind StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_storage_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_storage_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_storage_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_storage_class_with_http_info(**kwargs) else: (data) = self.list_storage_class_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_storage_class_with_http_info(self, **kwargs): """ list or watch objects of kind StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_storage_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_storage_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_storage_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_storage_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1StorageClassList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_storage_class(self, name, body, **kwargs): """ partially update the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.patch_storage_class_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): """ partially update the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,7 +693,7 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -703,11 +703,11 @@ def read_storage_class(self, name, **kwargs): """ read the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_storage_class(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_storage_class(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -717,7 +717,7 @@ def read_storage_class(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_storage_class_with_http_info(name, **kwargs) else: (data) = self.read_storage_class_with_http_info(name, **kwargs) @@ -727,11 +727,11 @@ def read_storage_class_with_http_info(self, name, **kwargs): """ read the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_storage_class_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_storage_class_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -742,7 +742,7 @@ def read_storage_class_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -801,7 +801,7 @@ def read_storage_class_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -811,11 +811,11 @@ def replace_storage_class(self, name, body, **kwargs): """ replace the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -824,7 +824,7 @@ def replace_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.replace_storage_class_with_http_info(name, body, **kwargs) @@ -834,11 +834,11 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): """ replace the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -848,7 +848,7 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,7 +908,7 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/storage_v1alpha1_api.py b/kubernetes/client/apis/storage_v1alpha1_api.py index 333390ba9..cf7a8f303 100644 --- a/kubernetes/client/apis/storage_v1alpha1_api.py +++ b/kubernetes/client/apis/storage_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_volume_attachment(self, body, **kwargs): """ create a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_volume_attachment(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_volume_attachment(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1VolumeAttachment @@ -51,7 +51,7 @@ def create_volume_attachment(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_volume_attachment_with_http_info(body, **kwargs) else: (data) = self.create_volume_attachment_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): """ create a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_volume_attachment_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_volume_attachment_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1alpha1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1alpha1VolumeAttachment @@ -74,7 +74,7 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1alpha1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def delete_collection_volume_attachment(self, **kwargs): """ delete collection of VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_volume_attachment(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_volume_attachment(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -158,7 +158,7 @@ def delete_collection_volume_attachment(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_volume_attachment_with_http_info(**kwargs) else: (data) = self.delete_collection_volume_attachment_with_http_info(**kwargs) @@ -168,11 +168,11 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): """ delete collection of VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_volume_attachment_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_volume_attachment_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -188,7 +188,7 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -254,7 +254,7 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -264,11 +264,11 @@ def delete_volume_attachment(self, name, body, **kwargs): """ delete a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -280,7 +280,7 @@ def delete_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.delete_volume_attachment_with_http_info(name, body, **kwargs) @@ -290,11 +290,11 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): """ delete a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -307,7 +307,7 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -373,7 +373,7 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -383,17 +383,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -403,18 +403,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -461,7 +461,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -471,11 +471,11 @@ def list_volume_attachment(self, **kwargs): """ list or watch objects of kind VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_volume_attachment(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_volume_attachment(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -490,7 +490,7 @@ def list_volume_attachment(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_volume_attachment_with_http_info(**kwargs) else: (data) = self.list_volume_attachment_with_http_info(**kwargs) @@ -500,11 +500,11 @@ def list_volume_attachment_with_http_info(self, **kwargs): """ list or watch objects of kind VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_volume_attachment_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_volume_attachment_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -520,7 +520,7 @@ def list_volume_attachment_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -586,7 +586,7 @@ def list_volume_attachment_with_http_info(self, **kwargs): files=local_var_files, response_type='V1alpha1VolumeAttachmentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -596,11 +596,11 @@ def patch_volume_attachment(self, name, body, **kwargs): """ partially update the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -609,7 +609,7 @@ def patch_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.patch_volume_attachment_with_http_info(name, body, **kwargs) @@ -619,11 +619,11 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): """ partially update the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -633,7 +633,7 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -693,7 +693,7 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -703,11 +703,11 @@ def read_volume_attachment(self, name, **kwargs): """ read the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_volume_attachment(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_volume_attachment(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -717,7 +717,7 @@ def read_volume_attachment(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_volume_attachment_with_http_info(name, **kwargs) else: (data) = self.read_volume_attachment_with_http_info(name, **kwargs) @@ -727,11 +727,11 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): """ read the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_volume_attachment_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_volume_attachment_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -742,7 +742,7 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -801,7 +801,7 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1alpha1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -811,11 +811,11 @@ def replace_volume_attachment(self, name, body, **kwargs): """ replace the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1alpha1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -824,7 +824,7 @@ def replace_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.replace_volume_attachment_with_http_info(name, body, **kwargs) @@ -834,11 +834,11 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): """ replace the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1alpha1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -848,7 +848,7 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -908,7 +908,7 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1alpha1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/storage_v1beta1_api.py b/kubernetes/client/apis/storage_v1beta1_api.py index 4a7852d35..458abad68 100644 --- a/kubernetes/client/apis/storage_v1beta1_api.py +++ b/kubernetes/client/apis/storage_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,11 +39,11 @@ def create_storage_class(self, body, **kwargs): """ create a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_storage_class(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_storage_class(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StorageClass @@ -51,7 +51,7 @@ def create_storage_class(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_storage_class_with_http_info(body, **kwargs) else: (data) = self.create_storage_class_with_http_info(body, **kwargs) @@ -61,11 +61,11 @@ def create_storage_class_with_http_info(self, body, **kwargs): """ create a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_storage_class_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_storage_class_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StorageClass @@ -74,7 +74,7 @@ def create_storage_class_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -129,7 +129,7 @@ def create_storage_class_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -139,11 +139,11 @@ def create_volume_attachment(self, body, **kwargs): """ create a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_volume_attachment(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_volume_attachment(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1VolumeAttachment @@ -151,7 +151,7 @@ def create_volume_attachment(self, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.create_volume_attachment_with_http_info(body, **kwargs) else: (data) = self.create_volume_attachment_with_http_info(body, **kwargs) @@ -161,11 +161,11 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): """ create a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.create_volume_attachment_with_http_info(body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.create_volume_attachment_with_http_info(body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param V1beta1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1VolumeAttachment @@ -174,7 +174,7 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): """ all_params = ['body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -229,7 +229,7 @@ def create_volume_attachment_with_http_info(self, body, **kwargs): files=local_var_files, response_type='V1beta1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -239,11 +239,11 @@ def delete_collection_storage_class(self, **kwargs): """ delete collection of StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_storage_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_storage_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -258,7 +258,7 @@ def delete_collection_storage_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_storage_class_with_http_info(**kwargs) else: (data) = self.delete_collection_storage_class_with_http_info(**kwargs) @@ -268,11 +268,11 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): """ delete collection of StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_storage_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_storage_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -288,7 +288,7 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -354,7 +354,7 @@ def delete_collection_storage_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -364,11 +364,11 @@ def delete_collection_volume_attachment(self, **kwargs): """ delete collection of VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_volume_attachment(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_volume_attachment(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -383,7 +383,7 @@ def delete_collection_volume_attachment(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_collection_volume_attachment_with_http_info(**kwargs) else: (data) = self.delete_collection_volume_attachment_with_http_info(**kwargs) @@ -393,11 +393,11 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): """ delete collection of VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_collection_volume_attachment_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_collection_volume_attachment_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -413,7 +413,7 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -479,7 +479,7 @@ def delete_collection_volume_attachment_with_http_info(self, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -489,11 +489,11 @@ def delete_storage_class(self, name, body, **kwargs): """ delete a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -505,7 +505,7 @@ def delete_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.delete_storage_class_with_http_info(name, body, **kwargs) @@ -515,11 +515,11 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): """ delete a StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -532,7 +532,7 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -598,7 +598,7 @@ def delete_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -608,11 +608,11 @@ def delete_volume_attachment(self, name, body, **kwargs): """ delete a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -624,7 +624,7 @@ def delete_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.delete_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.delete_volume_attachment_with_http_info(name, body, **kwargs) @@ -634,11 +634,11 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): """ delete a VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.delete_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.delete_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -651,7 +651,7 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents', 'propagation_policy'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -717,7 +717,7 @@ def delete_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1Status', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -727,17 +727,17 @@ def get_api_resources(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_api_resources_with_http_info(**kwargs) else: (data) = self.get_api_resources_with_http_info(**kwargs) @@ -747,18 +747,18 @@ def get_api_resources_with_http_info(self, **kwargs): """ get available resources This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_api_resources_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_api_resources_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: V1APIResourceList If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -805,7 +805,7 @@ def get_api_resources_with_http_info(self, **kwargs): files=local_var_files, response_type='V1APIResourceList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -815,11 +815,11 @@ def list_storage_class(self, **kwargs): """ list or watch objects of kind StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_storage_class(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_storage_class(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -834,7 +834,7 @@ def list_storage_class(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_storage_class_with_http_info(**kwargs) else: (data) = self.list_storage_class_with_http_info(**kwargs) @@ -844,11 +844,11 @@ def list_storage_class_with_http_info(self, **kwargs): """ list or watch objects of kind StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_storage_class_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_storage_class_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -864,7 +864,7 @@ def list_storage_class_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -930,7 +930,7 @@ def list_storage_class_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1StorageClassList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -940,11 +940,11 @@ def list_volume_attachment(self, **kwargs): """ list or watch objects of kind VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_volume_attachment(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_volume_attachment(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -959,7 +959,7 @@ def list_volume_attachment(self, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.list_volume_attachment_with_http_info(**kwargs) else: (data) = self.list_volume_attachment_with_http_info(**kwargs) @@ -969,11 +969,11 @@ def list_volume_attachment_with_http_info(self, **kwargs): """ list or watch objects of kind VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_volume_attachment_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.list_volume_attachment_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str pretty: If 'true', then the output is pretty printed. :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. @@ -989,7 +989,7 @@ def list_volume_attachment_with_http_info(self, **kwargs): """ all_params = ['pretty', '_continue', 'field_selector', 'include_uninitialized', 'label_selector', 'limit', 'resource_version', 'timeout_seconds', 'watch'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1055,7 +1055,7 @@ def list_volume_attachment_with_http_info(self, **kwargs): files=local_var_files, response_type='V1beta1VolumeAttachmentList', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1065,11 +1065,11 @@ def patch_storage_class(self, name, body, **kwargs): """ partially update the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1078,7 +1078,7 @@ def patch_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.patch_storage_class_with_http_info(name, body, **kwargs) @@ -1088,11 +1088,11 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): """ partially update the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1102,7 +1102,7 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1162,7 +1162,7 @@ def patch_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1172,11 +1172,11 @@ def patch_volume_attachment(self, name, body, **kwargs): """ partially update the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1185,7 +1185,7 @@ def patch_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.patch_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.patch_volume_attachment_with_http_info(name, body, **kwargs) @@ -1195,11 +1195,11 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): """ partially update the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.patch_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.patch_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1209,7 +1209,7 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1269,7 +1269,7 @@ def patch_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1279,11 +1279,11 @@ def read_storage_class(self, name, **kwargs): """ read the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_storage_class(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_storage_class(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1293,7 +1293,7 @@ def read_storage_class(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_storage_class_with_http_info(name, **kwargs) else: (data) = self.read_storage_class_with_http_info(name, **kwargs) @@ -1303,11 +1303,11 @@ def read_storage_class_with_http_info(self, name, **kwargs): """ read the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_storage_class_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_storage_class_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1318,7 +1318,7 @@ def read_storage_class_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1377,7 +1377,7 @@ def read_storage_class_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1387,11 +1387,11 @@ def read_volume_attachment(self, name, **kwargs): """ read the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_volume_attachment(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_volume_attachment(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1401,7 +1401,7 @@ def read_volume_attachment(self, name, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.read_volume_attachment_with_http_info(name, **kwargs) else: (data) = self.read_volume_attachment_with_http_info(name, **kwargs) @@ -1411,11 +1411,11 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): """ read the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.read_volume_attachment_with_http_info(name, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.read_volume_attachment_with_http_info(name, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param str pretty: If 'true', then the output is pretty printed. :param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @@ -1426,7 +1426,7 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): """ all_params = ['name', 'pretty', 'exact', 'export'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1485,7 +1485,7 @@ def read_volume_attachment_with_http_info(self, name, **kwargs): files=local_var_files, response_type='V1beta1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1495,11 +1495,11 @@ def replace_storage_class(self, name, body, **kwargs): """ replace the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_storage_class(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_storage_class(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1beta1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1508,7 +1508,7 @@ def replace_storage_class(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_storage_class_with_http_info(name, body, **kwargs) else: (data) = self.replace_storage_class_with_http_info(name, body, **kwargs) @@ -1518,11 +1518,11 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): """ replace the specified StorageClass This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_storage_class_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_storage_class_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the StorageClass (required) :param V1beta1StorageClass body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1532,7 +1532,7 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1592,7 +1592,7 @@ def replace_storage_class_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1StorageClass', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), @@ -1602,11 +1602,11 @@ def replace_volume_attachment(self, name, body, **kwargs): """ replace the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_volume_attachment(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_volume_attachment(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1beta1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1615,7 +1615,7 @@ def replace_volume_attachment(self, name, body, **kwargs): returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.replace_volume_attachment_with_http_info(name, body, **kwargs) else: (data) = self.replace_volume_attachment_with_http_info(name, body, **kwargs) @@ -1625,11 +1625,11 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): """ replace the specified VolumeAttachment This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.replace_volume_attachment_with_http_info(name, body, async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.replace_volume_attachment_with_http_info(name, body, async=True) >>> result = thread.get() - :param async_req bool + :param async bool :param str name: name of the VolumeAttachment (required) :param V1beta1VolumeAttachment body: (required) :param str pretty: If 'true', then the output is pretty printed. @@ -1639,7 +1639,7 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): """ all_params = ['name', 'body', 'pretty'] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -1699,7 +1699,7 @@ def replace_volume_attachment_with_http_info(self, name, body, **kwargs): files=local_var_files, response_type='V1beta1VolumeAttachment', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/apis/version_api.py b/kubernetes/client/apis/version_api.py index e5e7296d4..5f4a575c3 100644 --- a/kubernetes/client/apis/version_api.py +++ b/kubernetes/client/apis/version_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,17 +39,17 @@ def get_code(self, **kwargs): """ get the code version This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_code(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_code(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: VersionInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True - if kwargs.get('async_req'): + if kwargs.get('async'): return self.get_code_with_http_info(**kwargs) else: (data) = self.get_code_with_http_info(**kwargs) @@ -59,18 +59,18 @@ def get_code_with_http_info(self, **kwargs): """ get the code version This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_code_with_http_info(async_req=True) + asynchronous HTTP request, please pass async=True + >>> thread = api.get_code_with_http_info(async=True) >>> result = thread.get() - :param async_req bool + :param async bool :return: VersionInfo If the method is called asynchronously, returns the request thread. """ all_params = [] - all_params.append('async_req') + all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') all_params.append('_request_timeout') @@ -117,7 +117,7 @@ def get_code_with_http_info(self, **kwargs): files=local_var_files, response_type='VersionInfo', auth_settings=auth_settings, - async_req=params.get('async_req'), + async=params.get('async'), _return_http_data_only=params.get('_return_http_data_only'), _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index a22450d7f..fe798e7bc 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -239,6 +239,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v1.11.1\n"\ - "SDK Package Version: 7.0.0-snapshot".\ + "Version of the API: v1.10.0\n"\ + "SDK Package Version: 6.0.0-snapshot".\ format(env=sys.platform, pyversion=sys.version) diff --git a/kubernetes/client/models/__init__.py b/kubernetes/client/models/__init__.py index 2ca3bdc6a..8c63442cd 100644 --- a/kubernetes/client/models/__init__.py +++ b/kubernetes/client/models/__init__.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -85,7 +85,6 @@ from .v1_capabilities import V1Capabilities from .v1_ceph_fs_persistent_volume_source import V1CephFSPersistentVolumeSource from .v1_ceph_fs_volume_source import V1CephFSVolumeSource -from .v1_cinder_persistent_volume_source import V1CinderPersistentVolumeSource from .v1_cinder_volume_source import V1CinderVolumeSource from .v1_client_ip_config import V1ClientIPConfig from .v1_cluster_role import V1ClusterRole @@ -99,7 +98,6 @@ from .v1_config_map_env_source import V1ConfigMapEnvSource from .v1_config_map_key_selector import V1ConfigMapKeySelector from .v1_config_map_list import V1ConfigMapList -from .v1_config_map_node_config_source import V1ConfigMapNodeConfigSource from .v1_config_map_projection import V1ConfigMapProjection from .v1_config_map_volume_source import V1ConfigMapVolumeSource from .v1_container import V1Container @@ -202,7 +200,6 @@ from .v1_node_affinity import V1NodeAffinity from .v1_node_condition import V1NodeCondition from .v1_node_config_source import V1NodeConfigSource -from .v1_node_config_status import V1NodeConfigStatus from .v1_node_daemon_endpoints import V1NodeDaemonEndpoints from .v1_node_list import V1NodeList from .v1_node_selector import V1NodeSelector @@ -236,7 +233,6 @@ from .v1_pod_dns_config import V1PodDNSConfig from .v1_pod_dns_config_option import V1PodDNSConfigOption from .v1_pod_list import V1PodList -from .v1_pod_readiness_gate import V1PodReadinessGate from .v1_pod_security_context import V1PodSecurityContext from .v1_pod_spec import V1PodSpec from .v1_pod_status import V1PodStatus @@ -284,8 +280,6 @@ from .v1_scale_io_volume_source import V1ScaleIOVolumeSource from .v1_scale_spec import V1ScaleSpec from .v1_scale_status import V1ScaleStatus -from .v1_scope_selector import V1ScopeSelector -from .v1_scoped_resource_selector_requirement import V1ScopedResourceSelectorRequirement from .v1_secret import V1Secret from .v1_secret_env_source import V1SecretEnvSource from .v1_secret_key_selector import V1SecretKeySelector @@ -302,7 +296,6 @@ from .v1_service import V1Service from .v1_service_account import V1ServiceAccount from .v1_service_account_list import V1ServiceAccountList -from .v1_service_account_token_projection import V1ServiceAccountTokenProjection from .v1_service_list import V1ServiceList from .v1_service_port import V1ServicePort from .v1_service_reference import V1ServiceReference @@ -327,15 +320,12 @@ from .v1_subject_access_review_spec import V1SubjectAccessReviewSpec from .v1_subject_access_review_status import V1SubjectAccessReviewStatus from .v1_subject_rules_review_status import V1SubjectRulesReviewStatus -from .v1_sysctl import V1Sysctl from .v1_tcp_socket_action import V1TCPSocketAction from .v1_taint import V1Taint from .v1_token_review import V1TokenReview from .v1_token_review_spec import V1TokenReviewSpec from .v1_token_review_status import V1TokenReviewStatus from .v1_toleration import V1Toleration -from .v1_topology_selector_label_requirement import V1TopologySelectorLabelRequirement -from .v1_topology_selector_term import V1TopologySelectorTerm from .v1_user_info import V1UserInfo from .v1_volume import V1Volume from .v1_volume_device import V1VolumeDevice @@ -393,14 +383,12 @@ from .v1beta1_cron_job_list import V1beta1CronJobList from .v1beta1_cron_job_spec import V1beta1CronJobSpec from .v1beta1_cron_job_status import V1beta1CronJobStatus -from .v1beta1_custom_resource_column_definition import V1beta1CustomResourceColumnDefinition from .v1beta1_custom_resource_definition import V1beta1CustomResourceDefinition from .v1beta1_custom_resource_definition_condition import V1beta1CustomResourceDefinitionCondition from .v1beta1_custom_resource_definition_list import V1beta1CustomResourceDefinitionList from .v1beta1_custom_resource_definition_names import V1beta1CustomResourceDefinitionNames from .v1beta1_custom_resource_definition_spec import V1beta1CustomResourceDefinitionSpec from .v1beta1_custom_resource_definition_status import V1beta1CustomResourceDefinitionStatus -from .v1beta1_custom_resource_definition_version import V1beta1CustomResourceDefinitionVersion from .v1beta1_custom_resource_subresource_scale import V1beta1CustomResourceSubresourceScale from .v1beta1_custom_resource_subresources import V1beta1CustomResourceSubresources from .v1beta1_custom_resource_validation import V1beta1CustomResourceValidation @@ -425,7 +413,11 @@ from .v1beta1_ingress_spec import V1beta1IngressSpec from .v1beta1_ingress_status import V1beta1IngressStatus from .v1beta1_ingress_tls import V1beta1IngressTLS +from .v1beta1_json import V1beta1JSON from .v1beta1_json_schema_props import V1beta1JSONSchemaProps +from .v1beta1_json_schema_props_or_array import V1beta1JSONSchemaPropsOrArray +from .v1beta1_json_schema_props_or_bool import V1beta1JSONSchemaPropsOrBool +from .v1beta1_json_schema_props_or_string_array import V1beta1JSONSchemaPropsOrStringArray from .v1beta1_job_template_spec import V1beta1JobTemplateSpec from .v1beta1_local_subject_access_review import V1beta1LocalSubjectAccessReview from .v1beta1_mutating_webhook_configuration import V1beta1MutatingWebhookConfiguration @@ -444,8 +436,6 @@ from .v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec from .v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus from .v1beta1_policy_rule import V1beta1PolicyRule -from .v1beta1_priority_class import V1beta1PriorityClass -from .v1beta1_priority_class_list import V1beta1PriorityClassList from .v1beta1_replica_set import V1beta1ReplicaSet from .v1beta1_replica_set_condition import V1beta1ReplicaSetCondition from .v1beta1_replica_set_list import V1beta1ReplicaSetList diff --git a/kubernetes/client/models/admissionregistration_v1beta1_service_reference.py b/kubernetes/client/models/admissionregistration_v1beta1_service_reference.py index 6f9ace934..9e58a5ed3 100644 --- a/kubernetes/client/models/admissionregistration_v1beta1_service_reference.py +++ b/kubernetes/client/models/admissionregistration_v1beta1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apiregistration_v1beta1_service_reference.py b/kubernetes/client/models/apiregistration_v1beta1_service_reference.py index 4c387810a..d06382bd3 100644 --- a/kubernetes/client/models/apiregistration_v1beta1_service_reference.py +++ b/kubernetes/client/models/apiregistration_v1beta1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment.py b/kubernetes/client/models/apps_v1beta1_deployment.py index de36d7b4d..283eba26c 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment.py +++ b/kubernetes/client/models/apps_v1beta1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_condition.py b/kubernetes/client/models/apps_v1beta1_deployment_condition.py index 0122e767b..dd531a335 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_condition.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_list.py b/kubernetes/client/models/apps_v1beta1_deployment_list.py index 0d187907b..52a5f40b4 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_list.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_rollback.py b/kubernetes/client/models/apps_v1beta1_deployment_rollback.py index c32820da4..12ef5de01 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_rollback.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_rollback.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_spec.py b/kubernetes/client/models/apps_v1beta1_deployment_spec.py index 41ab2c580..7f81bad7f 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_spec.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_status.py b/kubernetes/client/models/apps_v1beta1_deployment_status.py index 5de81322f..cacdcb325 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_status.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_deployment_strategy.py b/kubernetes/client/models/apps_v1beta1_deployment_strategy.py index 01034938e..20fec9dac 100644 --- a/kubernetes/client/models/apps_v1beta1_deployment_strategy.py +++ b/kubernetes/client/models/apps_v1beta1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_rollback_config.py b/kubernetes/client/models/apps_v1beta1_rollback_config.py index fd9c1e89f..80c322a10 100644 --- a/kubernetes/client/models/apps_v1beta1_rollback_config.py +++ b/kubernetes/client/models/apps_v1beta1_rollback_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_rolling_update_deployment.py b/kubernetes/client/models/apps_v1beta1_rolling_update_deployment.py index 1e77d6153..89006c717 100644 --- a/kubernetes/client/models/apps_v1beta1_rolling_update_deployment.py +++ b/kubernetes/client/models/apps_v1beta1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, max_surge=None, max_unavailable=None): def max_surge(self): """ Gets the max_surge of this AppsV1beta1RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. :return: The max_surge of this AppsV1beta1RollingUpdateDeployment. :rtype: object @@ -69,7 +69,7 @@ def max_surge(self): def max_surge(self, max_surge): """ Sets the max_surge of this AppsV1beta1RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. :param max_surge: The max_surge of this AppsV1beta1RollingUpdateDeployment. :type: object @@ -81,7 +81,7 @@ def max_surge(self, max_surge): def max_unavailable(self): """ Gets the max_unavailable of this AppsV1beta1RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :return: The max_unavailable of this AppsV1beta1RollingUpdateDeployment. :rtype: object @@ -92,7 +92,7 @@ def max_unavailable(self): def max_unavailable(self, max_unavailable): """ Sets the max_unavailable of this AppsV1beta1RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :param max_unavailable: The max_unavailable of this AppsV1beta1RollingUpdateDeployment. :type: object diff --git a/kubernetes/client/models/apps_v1beta1_scale.py b/kubernetes/client/models/apps_v1beta1_scale.py index 02eb2dbf4..7a510592f 100644 --- a/kubernetes/client/models/apps_v1beta1_scale.py +++ b/kubernetes/client/models/apps_v1beta1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_scale_spec.py b/kubernetes/client/models/apps_v1beta1_scale_spec.py index 3cd0198e9..67adbaa42 100644 --- a/kubernetes/client/models/apps_v1beta1_scale_spec.py +++ b/kubernetes/client/models/apps_v1beta1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/apps_v1beta1_scale_status.py b/kubernetes/client/models/apps_v1beta1_scale_status.py index f147bb557..8b9e14b7b 100644 --- a/kubernetes/client/models/apps_v1beta1_scale_status.py +++ b/kubernetes/client/models/apps_v1beta1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_allowed_flex_volume.py b/kubernetes/client/models/extensions_v1beta1_allowed_flex_volume.py index 245bbfab6..23ff79492 100644 --- a/kubernetes/client/models/extensions_v1beta1_allowed_flex_volume.py +++ b/kubernetes/client/models/extensions_v1beta1_allowed_flex_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -52,7 +52,7 @@ def __init__(self, driver=None): def driver(self): """ Gets the driver of this ExtensionsV1beta1AllowedFlexVolume. - driver is the name of the Flexvolume driver. + Driver is the name of the Flexvolume driver. :return: The driver of this ExtensionsV1beta1AllowedFlexVolume. :rtype: str @@ -63,7 +63,7 @@ def driver(self): def driver(self, driver): """ Sets the driver of this ExtensionsV1beta1AllowedFlexVolume. - driver is the name of the Flexvolume driver. + Driver is the name of the Flexvolume driver. :param driver: The driver of this ExtensionsV1beta1AllowedFlexVolume. :type: str diff --git a/kubernetes/client/models/extensions_v1beta1_allowed_host_path.py b/kubernetes/client/models/extensions_v1beta1_allowed_host_path.py index f099c1914..4b3fc283d 100644 --- a/kubernetes/client/models/extensions_v1beta1_allowed_host_path.py +++ b/kubernetes/client/models/extensions_v1beta1_allowed_host_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,34 +31,29 @@ class ExtensionsV1beta1AllowedHostPath(object): and the value is json key in definition. """ swagger_types = { - 'path_prefix': 'str', - 'read_only': 'bool' + 'path_prefix': 'str' } attribute_map = { - 'path_prefix': 'pathPrefix', - 'read_only': 'readOnly' + 'path_prefix': 'pathPrefix' } - def __init__(self, path_prefix=None, read_only=None): + def __init__(self, path_prefix=None): """ ExtensionsV1beta1AllowedHostPath - a model defined in Swagger """ self._path_prefix = None - self._read_only = None self.discriminator = None if path_prefix is not None: self.path_prefix = path_prefix - if read_only is not None: - self.read_only = read_only @property def path_prefix(self): """ Gets the path_prefix of this ExtensionsV1beta1AllowedHostPath. - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` :return: The path_prefix of this ExtensionsV1beta1AllowedHostPath. :rtype: str @@ -69,7 +64,7 @@ def path_prefix(self): def path_prefix(self, path_prefix): """ Sets the path_prefix of this ExtensionsV1beta1AllowedHostPath. - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` :param path_prefix: The path_prefix of this ExtensionsV1beta1AllowedHostPath. :type: str @@ -77,29 +72,6 @@ def path_prefix(self, path_prefix): self._path_prefix = path_prefix - @property - def read_only(self): - """ - Gets the read_only of this ExtensionsV1beta1AllowedHostPath. - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. - - :return: The read_only of this ExtensionsV1beta1AllowedHostPath. - :rtype: bool - """ - return self._read_only - - @read_only.setter - def read_only(self, read_only): - """ - Sets the read_only of this ExtensionsV1beta1AllowedHostPath. - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. - - :param read_only: The read_only of this ExtensionsV1beta1AllowedHostPath. - :type: bool - """ - - self._read_only = read_only - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/extensions_v1beta1_deployment.py b/kubernetes/client/models/extensions_v1beta1_deployment.py index d0dc24b2d..598a5fe64 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_condition.py b/kubernetes/client/models/extensions_v1beta1_deployment_condition.py index 10ab90f6b..253d86d44 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_condition.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_list.py b/kubernetes/client/models/extensions_v1beta1_deployment_list.py index 695c90a58..17c8c5391 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_list.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_rollback.py b/kubernetes/client/models/extensions_v1beta1_deployment_rollback.py index 8a821a154..77692b53a 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_rollback.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_rollback.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_spec.py b/kubernetes/client/models/extensions_v1beta1_deployment_spec.py index 6e355f272..b8c7371b1 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_spec.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_status.py b/kubernetes/client/models/extensions_v1beta1_deployment_status.py index f9f797913..199839ee1 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_status.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_deployment_strategy.py b/kubernetes/client/models/extensions_v1beta1_deployment_strategy.py index 1aaea8cc9..449523ce0 100644 --- a/kubernetes/client/models/extensions_v1beta1_deployment_strategy.py +++ b/kubernetes/client/models/extensions_v1beta1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_fs_group_strategy_options.py b/kubernetes/client/models/extensions_v1beta1_fs_group_strategy_options.py index 43daf13c0..d99a7aa82 100644 --- a/kubernetes/client/models/extensions_v1beta1_fs_group_strategy_options.py +++ b/kubernetes/client/models/extensions_v1beta1_fs_group_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this ExtensionsV1beta1FSGroupStrategyOptions. - ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. :return: The ranges of this ExtensionsV1beta1FSGroupStrategyOptions. :rtype: list[ExtensionsV1beta1IDRange] @@ -69,7 +69,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this ExtensionsV1beta1FSGroupStrategyOptions. - ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. :param ranges: The ranges of this ExtensionsV1beta1FSGroupStrategyOptions. :type: list[ExtensionsV1beta1IDRange] @@ -81,7 +81,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this ExtensionsV1beta1FSGroupStrategyOptions. - rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. :return: The rule of this ExtensionsV1beta1FSGroupStrategyOptions. :rtype: str @@ -92,7 +92,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this ExtensionsV1beta1FSGroupStrategyOptions. - rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. :param rule: The rule of this ExtensionsV1beta1FSGroupStrategyOptions. :type: str diff --git a/kubernetes/client/models/extensions_v1beta1_host_port_range.py b/kubernetes/client/models/extensions_v1beta1_host_port_range.py index a6d60b88e..ed77488c0 100644 --- a/kubernetes/client/models/extensions_v1beta1_host_port_range.py +++ b/kubernetes/client/models/extensions_v1beta1_host_port_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_id_range.py b/kubernetes/client/models/extensions_v1beta1_id_range.py index f53419dc5..c36009fc9 100644 --- a/kubernetes/client/models/extensions_v1beta1_id_range.py +++ b/kubernetes/client/models/extensions_v1beta1_id_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -56,7 +56,7 @@ def __init__(self, max=None, min=None): def max(self): """ Gets the max of this ExtensionsV1beta1IDRange. - max is the end of the range, inclusive. + Max is the end of the range, inclusive. :return: The max of this ExtensionsV1beta1IDRange. :rtype: int @@ -67,7 +67,7 @@ def max(self): def max(self, max): """ Sets the max of this ExtensionsV1beta1IDRange. - max is the end of the range, inclusive. + Max is the end of the range, inclusive. :param max: The max of this ExtensionsV1beta1IDRange. :type: int @@ -81,7 +81,7 @@ def max(self, max): def min(self): """ Gets the min of this ExtensionsV1beta1IDRange. - min is the start of the range, inclusive. + Min is the start of the range, inclusive. :return: The min of this ExtensionsV1beta1IDRange. :rtype: int @@ -92,7 +92,7 @@ def min(self): def min(self, min): """ Sets the min of this ExtensionsV1beta1IDRange. - min is the start of the range, inclusive. + Min is the start of the range, inclusive. :param min: The min of this ExtensionsV1beta1IDRange. :type: int diff --git a/kubernetes/client/models/extensions_v1beta1_pod_security_policy.py b/kubernetes/client/models/extensions_v1beta1_pod_security_policy.py index 3577fea7f..3dd2b51a2 100644 --- a/kubernetes/client/models/extensions_v1beta1_pod_security_policy.py +++ b/kubernetes/client/models/extensions_v1beta1_pod_security_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_pod_security_policy_list.py b/kubernetes/client/models/extensions_v1beta1_pod_security_policy_list.py index 43713867d..c3b654aa7 100644 --- a/kubernetes/client/models/extensions_v1beta1_pod_security_policy_list.py +++ b/kubernetes/client/models/extensions_v1beta1_pod_security_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -90,7 +90,7 @@ def api_version(self, api_version): def items(self): """ Gets the items of this ExtensionsV1beta1PodSecurityPolicyList. - items is a list of schema objects. + Items is a list of schema objects. :return: The items of this ExtensionsV1beta1PodSecurityPolicyList. :rtype: list[ExtensionsV1beta1PodSecurityPolicy] @@ -101,7 +101,7 @@ def items(self): def items(self, items): """ Sets the items of this ExtensionsV1beta1PodSecurityPolicyList. - items is a list of schema objects. + Items is a list of schema objects. :param items: The items of this ExtensionsV1beta1PodSecurityPolicyList. :type: list[ExtensionsV1beta1PodSecurityPolicy] diff --git a/kubernetes/client/models/extensions_v1beta1_pod_security_policy_spec.py b/kubernetes/client/models/extensions_v1beta1_pod_security_policy_spec.py index 021670333..45632d4c5 100644 --- a/kubernetes/client/models/extensions_v1beta1_pod_security_policy_spec.py +++ b/kubernetes/client/models/extensions_v1beta1_pod_security_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -35,10 +35,8 @@ class ExtensionsV1beta1PodSecurityPolicySpec(object): 'allowed_capabilities': 'list[str]', 'allowed_flex_volumes': 'list[ExtensionsV1beta1AllowedFlexVolume]', 'allowed_host_paths': 'list[ExtensionsV1beta1AllowedHostPath]', - 'allowed_unsafe_sysctls': 'list[str]', 'default_add_capabilities': 'list[str]', 'default_allow_privilege_escalation': 'bool', - 'forbidden_sysctls': 'list[str]', 'fs_group': 'ExtensionsV1beta1FSGroupStrategyOptions', 'host_ipc': 'bool', 'host_network': 'bool', @@ -58,10 +56,8 @@ class ExtensionsV1beta1PodSecurityPolicySpec(object): 'allowed_capabilities': 'allowedCapabilities', 'allowed_flex_volumes': 'allowedFlexVolumes', 'allowed_host_paths': 'allowedHostPaths', - 'allowed_unsafe_sysctls': 'allowedUnsafeSysctls', 'default_add_capabilities': 'defaultAddCapabilities', 'default_allow_privilege_escalation': 'defaultAllowPrivilegeEscalation', - 'forbidden_sysctls': 'forbiddenSysctls', 'fs_group': 'fsGroup', 'host_ipc': 'hostIPC', 'host_network': 'hostNetwork', @@ -76,7 +72,7 @@ class ExtensionsV1beta1PodSecurityPolicySpec(object): 'volumes': 'volumes' } - def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, allowed_flex_volumes=None, allowed_host_paths=None, allowed_unsafe_sysctls=None, default_add_capabilities=None, default_allow_privilege_escalation=None, forbidden_sysctls=None, fs_group=None, host_ipc=None, host_network=None, host_pid=None, host_ports=None, privileged=None, read_only_root_filesystem=None, required_drop_capabilities=None, run_as_user=None, se_linux=None, supplemental_groups=None, volumes=None): + def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, allowed_flex_volumes=None, allowed_host_paths=None, default_add_capabilities=None, default_allow_privilege_escalation=None, fs_group=None, host_ipc=None, host_network=None, host_pid=None, host_ports=None, privileged=None, read_only_root_filesystem=None, required_drop_capabilities=None, run_as_user=None, se_linux=None, supplemental_groups=None, volumes=None): """ ExtensionsV1beta1PodSecurityPolicySpec - a model defined in Swagger """ @@ -85,10 +81,8 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a self._allowed_capabilities = None self._allowed_flex_volumes = None self._allowed_host_paths = None - self._allowed_unsafe_sysctls = None self._default_add_capabilities = None self._default_allow_privilege_escalation = None - self._forbidden_sysctls = None self._fs_group = None self._host_ipc = None self._host_network = None @@ -111,14 +105,10 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a self.allowed_flex_volumes = allowed_flex_volumes if allowed_host_paths is not None: self.allowed_host_paths = allowed_host_paths - if allowed_unsafe_sysctls is not None: - self.allowed_unsafe_sysctls = allowed_unsafe_sysctls if default_add_capabilities is not None: self.default_add_capabilities = default_add_capabilities if default_allow_privilege_escalation is not None: self.default_allow_privilege_escalation = default_allow_privilege_escalation - if forbidden_sysctls is not None: - self.forbidden_sysctls = forbidden_sysctls self.fs_group = fs_group if host_ipc is not None: self.host_ipc = host_ipc @@ -144,7 +134,7 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a def allow_privilege_escalation(self): """ Gets the allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. - allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. :return: The allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: bool @@ -155,7 +145,7 @@ def allow_privilege_escalation(self): def allow_privilege_escalation(self, allow_privilege_escalation): """ Sets the allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. - allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. :param allow_privilege_escalation: The allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. :type: bool @@ -167,7 +157,7 @@ def allow_privilege_escalation(self, allow_privilege_escalation): def allowed_capabilities(self): """ Gets the allowed_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. :return: The allowed_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -178,7 +168,7 @@ def allowed_capabilities(self): def allowed_capabilities(self, allowed_capabilities): """ Sets the allowed_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. :param allowed_capabilities: The allowed_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[str] @@ -190,7 +180,7 @@ def allowed_capabilities(self, allowed_capabilities): def allowed_flex_volumes(self): """ Gets the allowed_flex_volumes of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. :return: The allowed_flex_volumes of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[ExtensionsV1beta1AllowedFlexVolume] @@ -201,7 +191,7 @@ def allowed_flex_volumes(self): def allowed_flex_volumes(self, allowed_flex_volumes): """ Sets the allowed_flex_volumes of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. :param allowed_flex_volumes: The allowed_flex_volumes of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[ExtensionsV1beta1AllowedFlexVolume] @@ -213,7 +203,7 @@ def allowed_flex_volumes(self, allowed_flex_volumes): def allowed_host_paths(self): """ Gets the allowed_host_paths of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + is a white list of allowed host paths. Empty indicates that all host paths may be used. :return: The allowed_host_paths of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[ExtensionsV1beta1AllowedHostPath] @@ -224,7 +214,7 @@ def allowed_host_paths(self): def allowed_host_paths(self, allowed_host_paths): """ Sets the allowed_host_paths of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + is a white list of allowed host paths. Empty indicates that all host paths may be used. :param allowed_host_paths: The allowed_host_paths of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[ExtensionsV1beta1AllowedHostPath] @@ -232,34 +222,11 @@ def allowed_host_paths(self, allowed_host_paths): self._allowed_host_paths = allowed_host_paths - @property - def allowed_unsafe_sysctls(self): - """ - Gets the allowed_unsafe_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. - - :return: The allowed_unsafe_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - :rtype: list[str] - """ - return self._allowed_unsafe_sysctls - - @allowed_unsafe_sysctls.setter - def allowed_unsafe_sysctls(self, allowed_unsafe_sysctls): - """ - Sets the allowed_unsafe_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. - - :param allowed_unsafe_sysctls: The allowed_unsafe_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - :type: list[str] - """ - - self._allowed_unsafe_sysctls = allowed_unsafe_sysctls - @property def default_add_capabilities(self): """ Gets the default_add_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. :return: The default_add_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -270,7 +237,7 @@ def default_add_capabilities(self): def default_add_capabilities(self, default_add_capabilities): """ Sets the default_add_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. :param default_add_capabilities: The default_add_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[str] @@ -282,7 +249,7 @@ def default_add_capabilities(self, default_add_capabilities): def default_allow_privilege_escalation(self): """ Gets the default_allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. - defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. :return: The default_allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: bool @@ -293,7 +260,7 @@ def default_allow_privilege_escalation(self): def default_allow_privilege_escalation(self, default_allow_privilege_escalation): """ Sets the default_allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. - defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. :param default_allow_privilege_escalation: The default_allow_privilege_escalation of this ExtensionsV1beta1PodSecurityPolicySpec. :type: bool @@ -301,34 +268,11 @@ def default_allow_privilege_escalation(self, default_allow_privilege_escalation) self._default_allow_privilege_escalation = default_allow_privilege_escalation - @property - def forbidden_sysctls(self): - """ - Gets the forbidden_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. - - :return: The forbidden_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - :rtype: list[str] - """ - return self._forbidden_sysctls - - @forbidden_sysctls.setter - def forbidden_sysctls(self, forbidden_sysctls): - """ - Sets the forbidden_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. - - :param forbidden_sysctls: The forbidden_sysctls of this ExtensionsV1beta1PodSecurityPolicySpec. - :type: list[str] - """ - - self._forbidden_sysctls = forbidden_sysctls - @property def fs_group(self): """ Gets the fs_group of this ExtensionsV1beta1PodSecurityPolicySpec. - fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. + FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. :return: The fs_group of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: ExtensionsV1beta1FSGroupStrategyOptions @@ -339,7 +283,7 @@ def fs_group(self): def fs_group(self, fs_group): """ Sets the fs_group of this ExtensionsV1beta1PodSecurityPolicySpec. - fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. + FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. :param fs_group: The fs_group of this ExtensionsV1beta1PodSecurityPolicySpec. :type: ExtensionsV1beta1FSGroupStrategyOptions @@ -468,7 +412,7 @@ def privileged(self, privileged): def read_only_root_filesystem(self): """ Gets the read_only_root_filesystem of this ExtensionsV1beta1PodSecurityPolicySpec. - readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. :return: The read_only_root_filesystem of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: bool @@ -479,7 +423,7 @@ def read_only_root_filesystem(self): def read_only_root_filesystem(self, read_only_root_filesystem): """ Sets the read_only_root_filesystem of this ExtensionsV1beta1PodSecurityPolicySpec. - readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. :param read_only_root_filesystem: The read_only_root_filesystem of this ExtensionsV1beta1PodSecurityPolicySpec. :type: bool @@ -491,7 +435,7 @@ def read_only_root_filesystem(self, read_only_root_filesystem): def required_drop_capabilities(self): """ Gets the required_drop_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. :return: The required_drop_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -502,7 +446,7 @@ def required_drop_capabilities(self): def required_drop_capabilities(self, required_drop_capabilities): """ Sets the required_drop_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. - requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. :param required_drop_capabilities: The required_drop_capabilities of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[str] @@ -564,7 +508,7 @@ def se_linux(self, se_linux): def supplemental_groups(self): """ Gets the supplemental_groups of this ExtensionsV1beta1PodSecurityPolicySpec. - supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. + SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. :return: The supplemental_groups of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: ExtensionsV1beta1SupplementalGroupsStrategyOptions @@ -575,7 +519,7 @@ def supplemental_groups(self): def supplemental_groups(self, supplemental_groups): """ Sets the supplemental_groups of this ExtensionsV1beta1PodSecurityPolicySpec. - supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. + SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. :param supplemental_groups: The supplemental_groups of this ExtensionsV1beta1PodSecurityPolicySpec. :type: ExtensionsV1beta1SupplementalGroupsStrategyOptions @@ -589,7 +533,7 @@ def supplemental_groups(self, supplemental_groups): def volumes(self): """ Gets the volumes of this ExtensionsV1beta1PodSecurityPolicySpec. - volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. + volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. :return: The volumes of this ExtensionsV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -600,7 +544,7 @@ def volumes(self): def volumes(self, volumes): """ Sets the volumes of this ExtensionsV1beta1PodSecurityPolicySpec. - volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. + volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. :param volumes: The volumes of this ExtensionsV1beta1PodSecurityPolicySpec. :type: list[str] diff --git a/kubernetes/client/models/extensions_v1beta1_rollback_config.py b/kubernetes/client/models/extensions_v1beta1_rollback_config.py index a6af8b784..c286870a7 100644 --- a/kubernetes/client/models/extensions_v1beta1_rollback_config.py +++ b/kubernetes/client/models/extensions_v1beta1_rollback_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_rolling_update_deployment.py b/kubernetes/client/models/extensions_v1beta1_rolling_update_deployment.py index c425cbcc2..1edd266c8 100644 --- a/kubernetes/client/models/extensions_v1beta1_rolling_update_deployment.py +++ b/kubernetes/client/models/extensions_v1beta1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_run_as_user_strategy_options.py b/kubernetes/client/models/extensions_v1beta1_run_as_user_strategy_options.py index 303ca5ecb..8a1eb17ea 100644 --- a/kubernetes/client/models/extensions_v1beta1_run_as_user_strategy_options.py +++ b/kubernetes/client/models/extensions_v1beta1_run_as_user_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -57,7 +57,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this ExtensionsV1beta1RunAsUserStrategyOptions. - ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of uids that may be used. :return: The ranges of this ExtensionsV1beta1RunAsUserStrategyOptions. :rtype: list[ExtensionsV1beta1IDRange] @@ -68,7 +68,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this ExtensionsV1beta1RunAsUserStrategyOptions. - ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of uids that may be used. :param ranges: The ranges of this ExtensionsV1beta1RunAsUserStrategyOptions. :type: list[ExtensionsV1beta1IDRange] @@ -80,7 +80,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this ExtensionsV1beta1RunAsUserStrategyOptions. - rule is the strategy that will dictate the allowable RunAsUser values that may be set. + Rule is the strategy that will dictate the allowable RunAsUser values that may be set. :return: The rule of this ExtensionsV1beta1RunAsUserStrategyOptions. :rtype: str @@ -91,7 +91,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this ExtensionsV1beta1RunAsUserStrategyOptions. - rule is the strategy that will dictate the allowable RunAsUser values that may be set. + Rule is the strategy that will dictate the allowable RunAsUser values that may be set. :param rule: The rule of this ExtensionsV1beta1RunAsUserStrategyOptions. :type: str diff --git a/kubernetes/client/models/extensions_v1beta1_scale.py b/kubernetes/client/models/extensions_v1beta1_scale.py index ca2977bf8..03deeb373 100644 --- a/kubernetes/client/models/extensions_v1beta1_scale.py +++ b/kubernetes/client/models/extensions_v1beta1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_scale_spec.py b/kubernetes/client/models/extensions_v1beta1_scale_spec.py index 68e97a365..4827f1156 100644 --- a/kubernetes/client/models/extensions_v1beta1_scale_spec.py +++ b/kubernetes/client/models/extensions_v1beta1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_scale_status.py b/kubernetes/client/models/extensions_v1beta1_scale_status.py index 47873abfe..e35811f95 100644 --- a/kubernetes/client/models/extensions_v1beta1_scale_status.py +++ b/kubernetes/client/models/extensions_v1beta1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/extensions_v1beta1_se_linux_strategy_options.py b/kubernetes/client/models/extensions_v1beta1_se_linux_strategy_options.py index 3b06ac69c..d62db00c2 100644 --- a/kubernetes/client/models/extensions_v1beta1_se_linux_strategy_options.py +++ b/kubernetes/client/models/extensions_v1beta1_se_linux_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -57,7 +57,7 @@ def __init__(self, rule=None, se_linux_options=None): def rule(self): """ Gets the rule of this ExtensionsV1beta1SELinuxStrategyOptions. - rule is the strategy that will dictate the allowable labels that may be set. + type is the strategy that will dictate the allowable labels that may be set. :return: The rule of this ExtensionsV1beta1SELinuxStrategyOptions. :rtype: str @@ -68,7 +68,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this ExtensionsV1beta1SELinuxStrategyOptions. - rule is the strategy that will dictate the allowable labels that may be set. + type is the strategy that will dictate the allowable labels that may be set. :param rule: The rule of this ExtensionsV1beta1SELinuxStrategyOptions. :type: str diff --git a/kubernetes/client/models/extensions_v1beta1_supplemental_groups_strategy_options.py b/kubernetes/client/models/extensions_v1beta1_supplemental_groups_strategy_options.py index 1afb06cec..6963f7546 100644 --- a/kubernetes/client/models/extensions_v1beta1_supplemental_groups_strategy_options.py +++ b/kubernetes/client/models/extensions_v1beta1_supplemental_groups_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. - ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. :return: The ranges of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. :rtype: list[ExtensionsV1beta1IDRange] @@ -69,7 +69,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. - ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. :param ranges: The ranges of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. :type: list[ExtensionsV1beta1IDRange] @@ -81,7 +81,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. - rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. :return: The rule of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. :rtype: str @@ -92,7 +92,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. - rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. :param rule: The rule of this ExtensionsV1beta1SupplementalGroupsStrategyOptions. :type: str diff --git a/kubernetes/client/models/policy_v1beta1_allowed_flex_volume.py b/kubernetes/client/models/policy_v1beta1_allowed_flex_volume.py index 5e7e0e040..e09f42910 100644 --- a/kubernetes/client/models/policy_v1beta1_allowed_flex_volume.py +++ b/kubernetes/client/models/policy_v1beta1_allowed_flex_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -52,7 +52,7 @@ def __init__(self, driver=None): def driver(self): """ Gets the driver of this PolicyV1beta1AllowedFlexVolume. - driver is the name of the Flexvolume driver. + Driver is the name of the Flexvolume driver. :return: The driver of this PolicyV1beta1AllowedFlexVolume. :rtype: str @@ -63,7 +63,7 @@ def driver(self): def driver(self, driver): """ Sets the driver of this PolicyV1beta1AllowedFlexVolume. - driver is the name of the Flexvolume driver. + Driver is the name of the Flexvolume driver. :param driver: The driver of this PolicyV1beta1AllowedFlexVolume. :type: str diff --git a/kubernetes/client/models/policy_v1beta1_allowed_host_path.py b/kubernetes/client/models/policy_v1beta1_allowed_host_path.py index 316c3df78..b20a1bbb2 100644 --- a/kubernetes/client/models/policy_v1beta1_allowed_host_path.py +++ b/kubernetes/client/models/policy_v1beta1_allowed_host_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,34 +31,29 @@ class PolicyV1beta1AllowedHostPath(object): and the value is json key in definition. """ swagger_types = { - 'path_prefix': 'str', - 'read_only': 'bool' + 'path_prefix': 'str' } attribute_map = { - 'path_prefix': 'pathPrefix', - 'read_only': 'readOnly' + 'path_prefix': 'pathPrefix' } - def __init__(self, path_prefix=None, read_only=None): + def __init__(self, path_prefix=None): """ PolicyV1beta1AllowedHostPath - a model defined in Swagger """ self._path_prefix = None - self._read_only = None self.discriminator = None if path_prefix is not None: self.path_prefix = path_prefix - if read_only is not None: - self.read_only = read_only @property def path_prefix(self): """ Gets the path_prefix of this PolicyV1beta1AllowedHostPath. - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` :return: The path_prefix of this PolicyV1beta1AllowedHostPath. :rtype: str @@ -69,7 +64,7 @@ def path_prefix(self): def path_prefix(self, path_prefix): """ Sets the path_prefix of this PolicyV1beta1AllowedHostPath. - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` :param path_prefix: The path_prefix of this PolicyV1beta1AllowedHostPath. :type: str @@ -77,29 +72,6 @@ def path_prefix(self, path_prefix): self._path_prefix = path_prefix - @property - def read_only(self): - """ - Gets the read_only of this PolicyV1beta1AllowedHostPath. - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. - - :return: The read_only of this PolicyV1beta1AllowedHostPath. - :rtype: bool - """ - return self._read_only - - @read_only.setter - def read_only(self, read_only): - """ - Sets the read_only of this PolicyV1beta1AllowedHostPath. - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. - - :param read_only: The read_only of this PolicyV1beta1AllowedHostPath. - :type: bool - """ - - self._read_only = read_only - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/policy_v1beta1_fs_group_strategy_options.py b/kubernetes/client/models/policy_v1beta1_fs_group_strategy_options.py index 124faab1b..a658e53bf 100644 --- a/kubernetes/client/models/policy_v1beta1_fs_group_strategy_options.py +++ b/kubernetes/client/models/policy_v1beta1_fs_group_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this PolicyV1beta1FSGroupStrategyOptions. - ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. :return: The ranges of this PolicyV1beta1FSGroupStrategyOptions. :rtype: list[PolicyV1beta1IDRange] @@ -69,7 +69,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this PolicyV1beta1FSGroupStrategyOptions. - ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. :param ranges: The ranges of this PolicyV1beta1FSGroupStrategyOptions. :type: list[PolicyV1beta1IDRange] @@ -81,7 +81,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this PolicyV1beta1FSGroupStrategyOptions. - rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. :return: The rule of this PolicyV1beta1FSGroupStrategyOptions. :rtype: str @@ -92,7 +92,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this PolicyV1beta1FSGroupStrategyOptions. - rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. :param rule: The rule of this PolicyV1beta1FSGroupStrategyOptions. :type: str diff --git a/kubernetes/client/models/policy_v1beta1_host_port_range.py b/kubernetes/client/models/policy_v1beta1_host_port_range.py index 52d9fb938..b4c418564 100644 --- a/kubernetes/client/models/policy_v1beta1_host_port_range.py +++ b/kubernetes/client/models/policy_v1beta1_host_port_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/policy_v1beta1_id_range.py b/kubernetes/client/models/policy_v1beta1_id_range.py index 789402aec..dbf460739 100644 --- a/kubernetes/client/models/policy_v1beta1_id_range.py +++ b/kubernetes/client/models/policy_v1beta1_id_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -56,7 +56,7 @@ def __init__(self, max=None, min=None): def max(self): """ Gets the max of this PolicyV1beta1IDRange. - max is the end of the range, inclusive. + Max is the end of the range, inclusive. :return: The max of this PolicyV1beta1IDRange. :rtype: int @@ -67,7 +67,7 @@ def max(self): def max(self, max): """ Sets the max of this PolicyV1beta1IDRange. - max is the end of the range, inclusive. + Max is the end of the range, inclusive. :param max: The max of this PolicyV1beta1IDRange. :type: int @@ -81,7 +81,7 @@ def max(self, max): def min(self): """ Gets the min of this PolicyV1beta1IDRange. - min is the start of the range, inclusive. + Min is the start of the range, inclusive. :return: The min of this PolicyV1beta1IDRange. :rtype: int @@ -92,7 +92,7 @@ def min(self): def min(self, min): """ Sets the min of this PolicyV1beta1IDRange. - min is the start of the range, inclusive. + Min is the start of the range, inclusive. :param min: The min of this PolicyV1beta1IDRange. :type: int diff --git a/kubernetes/client/models/policy_v1beta1_pod_security_policy.py b/kubernetes/client/models/policy_v1beta1_pod_security_policy.py index 570572f7f..c96abf577 100644 --- a/kubernetes/client/models/policy_v1beta1_pod_security_policy.py +++ b/kubernetes/client/models/policy_v1beta1_pod_security_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/policy_v1beta1_pod_security_policy_list.py b/kubernetes/client/models/policy_v1beta1_pod_security_policy_list.py index 1a9262a75..06d210aef 100644 --- a/kubernetes/client/models/policy_v1beta1_pod_security_policy_list.py +++ b/kubernetes/client/models/policy_v1beta1_pod_security_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -90,7 +90,7 @@ def api_version(self, api_version): def items(self): """ Gets the items of this PolicyV1beta1PodSecurityPolicyList. - items is a list of schema objects. + Items is a list of schema objects. :return: The items of this PolicyV1beta1PodSecurityPolicyList. :rtype: list[PolicyV1beta1PodSecurityPolicy] @@ -101,7 +101,7 @@ def items(self): def items(self, items): """ Sets the items of this PolicyV1beta1PodSecurityPolicyList. - items is a list of schema objects. + Items is a list of schema objects. :param items: The items of this PolicyV1beta1PodSecurityPolicyList. :type: list[PolicyV1beta1PodSecurityPolicy] diff --git a/kubernetes/client/models/policy_v1beta1_pod_security_policy_spec.py b/kubernetes/client/models/policy_v1beta1_pod_security_policy_spec.py index 453ef1e57..c0d414ec1 100644 --- a/kubernetes/client/models/policy_v1beta1_pod_security_policy_spec.py +++ b/kubernetes/client/models/policy_v1beta1_pod_security_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -35,10 +35,8 @@ class PolicyV1beta1PodSecurityPolicySpec(object): 'allowed_capabilities': 'list[str]', 'allowed_flex_volumes': 'list[PolicyV1beta1AllowedFlexVolume]', 'allowed_host_paths': 'list[PolicyV1beta1AllowedHostPath]', - 'allowed_unsafe_sysctls': 'list[str]', 'default_add_capabilities': 'list[str]', 'default_allow_privilege_escalation': 'bool', - 'forbidden_sysctls': 'list[str]', 'fs_group': 'PolicyV1beta1FSGroupStrategyOptions', 'host_ipc': 'bool', 'host_network': 'bool', @@ -58,10 +56,8 @@ class PolicyV1beta1PodSecurityPolicySpec(object): 'allowed_capabilities': 'allowedCapabilities', 'allowed_flex_volumes': 'allowedFlexVolumes', 'allowed_host_paths': 'allowedHostPaths', - 'allowed_unsafe_sysctls': 'allowedUnsafeSysctls', 'default_add_capabilities': 'defaultAddCapabilities', 'default_allow_privilege_escalation': 'defaultAllowPrivilegeEscalation', - 'forbidden_sysctls': 'forbiddenSysctls', 'fs_group': 'fsGroup', 'host_ipc': 'hostIPC', 'host_network': 'hostNetwork', @@ -76,7 +72,7 @@ class PolicyV1beta1PodSecurityPolicySpec(object): 'volumes': 'volumes' } - def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, allowed_flex_volumes=None, allowed_host_paths=None, allowed_unsafe_sysctls=None, default_add_capabilities=None, default_allow_privilege_escalation=None, forbidden_sysctls=None, fs_group=None, host_ipc=None, host_network=None, host_pid=None, host_ports=None, privileged=None, read_only_root_filesystem=None, required_drop_capabilities=None, run_as_user=None, se_linux=None, supplemental_groups=None, volumes=None): + def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, allowed_flex_volumes=None, allowed_host_paths=None, default_add_capabilities=None, default_allow_privilege_escalation=None, fs_group=None, host_ipc=None, host_network=None, host_pid=None, host_ports=None, privileged=None, read_only_root_filesystem=None, required_drop_capabilities=None, run_as_user=None, se_linux=None, supplemental_groups=None, volumes=None): """ PolicyV1beta1PodSecurityPolicySpec - a model defined in Swagger """ @@ -85,10 +81,8 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a self._allowed_capabilities = None self._allowed_flex_volumes = None self._allowed_host_paths = None - self._allowed_unsafe_sysctls = None self._default_add_capabilities = None self._default_allow_privilege_escalation = None - self._forbidden_sysctls = None self._fs_group = None self._host_ipc = None self._host_network = None @@ -111,14 +105,10 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a self.allowed_flex_volumes = allowed_flex_volumes if allowed_host_paths is not None: self.allowed_host_paths = allowed_host_paths - if allowed_unsafe_sysctls is not None: - self.allowed_unsafe_sysctls = allowed_unsafe_sysctls if default_add_capabilities is not None: self.default_add_capabilities = default_add_capabilities if default_allow_privilege_escalation is not None: self.default_allow_privilege_escalation = default_allow_privilege_escalation - if forbidden_sysctls is not None: - self.forbidden_sysctls = forbidden_sysctls self.fs_group = fs_group if host_ipc is not None: self.host_ipc = host_ipc @@ -144,7 +134,7 @@ def __init__(self, allow_privilege_escalation=None, allowed_capabilities=None, a def allow_privilege_escalation(self): """ Gets the allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. - allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. :return: The allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. :rtype: bool @@ -155,7 +145,7 @@ def allow_privilege_escalation(self): def allow_privilege_escalation(self, allow_privilege_escalation): """ Sets the allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. - allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. :param allow_privilege_escalation: The allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. :type: bool @@ -167,7 +157,7 @@ def allow_privilege_escalation(self, allow_privilege_escalation): def allowed_capabilities(self): """ Gets the allowed_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. :return: The allowed_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -178,7 +168,7 @@ def allowed_capabilities(self): def allowed_capabilities(self, allowed_capabilities): """ Sets the allowed_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. :param allowed_capabilities: The allowed_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :type: list[str] @@ -190,7 +180,7 @@ def allowed_capabilities(self, allowed_capabilities): def allowed_flex_volumes(self): """ Gets the allowed_flex_volumes of this PolicyV1beta1PodSecurityPolicySpec. - allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. :return: The allowed_flex_volumes of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[PolicyV1beta1AllowedFlexVolume] @@ -201,7 +191,7 @@ def allowed_flex_volumes(self): def allowed_flex_volumes(self, allowed_flex_volumes): """ Sets the allowed_flex_volumes of this PolicyV1beta1PodSecurityPolicySpec. - allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. :param allowed_flex_volumes: The allowed_flex_volumes of this PolicyV1beta1PodSecurityPolicySpec. :type: list[PolicyV1beta1AllowedFlexVolume] @@ -213,7 +203,7 @@ def allowed_flex_volumes(self, allowed_flex_volumes): def allowed_host_paths(self): """ Gets the allowed_host_paths of this PolicyV1beta1PodSecurityPolicySpec. - allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + is a white list of allowed host paths. Empty indicates that all host paths may be used. :return: The allowed_host_paths of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[PolicyV1beta1AllowedHostPath] @@ -224,7 +214,7 @@ def allowed_host_paths(self): def allowed_host_paths(self, allowed_host_paths): """ Sets the allowed_host_paths of this PolicyV1beta1PodSecurityPolicySpec. - allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + is a white list of allowed host paths. Empty indicates that all host paths may be used. :param allowed_host_paths: The allowed_host_paths of this PolicyV1beta1PodSecurityPolicySpec. :type: list[PolicyV1beta1AllowedHostPath] @@ -232,34 +222,11 @@ def allowed_host_paths(self, allowed_host_paths): self._allowed_host_paths = allowed_host_paths - @property - def allowed_unsafe_sysctls(self): - """ - Gets the allowed_unsafe_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. - - :return: The allowed_unsafe_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - :rtype: list[str] - """ - return self._allowed_unsafe_sysctls - - @allowed_unsafe_sysctls.setter - def allowed_unsafe_sysctls(self, allowed_unsafe_sysctls): - """ - Sets the allowed_unsafe_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. - - :param allowed_unsafe_sysctls: The allowed_unsafe_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - :type: list[str] - """ - - self._allowed_unsafe_sysctls = allowed_unsafe_sysctls - @property def default_add_capabilities(self): """ Gets the default_add_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. :return: The default_add_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -270,7 +237,7 @@ def default_add_capabilities(self): def default_add_capabilities(self, default_add_capabilities): """ Sets the default_add_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. :param default_add_capabilities: The default_add_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :type: list[str] @@ -282,7 +249,7 @@ def default_add_capabilities(self, default_add_capabilities): def default_allow_privilege_escalation(self): """ Gets the default_allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. - defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. :return: The default_allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. :rtype: bool @@ -293,7 +260,7 @@ def default_allow_privilege_escalation(self): def default_allow_privilege_escalation(self, default_allow_privilege_escalation): """ Sets the default_allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. - defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. :param default_allow_privilege_escalation: The default_allow_privilege_escalation of this PolicyV1beta1PodSecurityPolicySpec. :type: bool @@ -301,34 +268,11 @@ def default_allow_privilege_escalation(self, default_allow_privilege_escalation) self._default_allow_privilege_escalation = default_allow_privilege_escalation - @property - def forbidden_sysctls(self): - """ - Gets the forbidden_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. - - :return: The forbidden_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - :rtype: list[str] - """ - return self._forbidden_sysctls - - @forbidden_sysctls.setter - def forbidden_sysctls(self, forbidden_sysctls): - """ - Sets the forbidden_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. - - :param forbidden_sysctls: The forbidden_sysctls of this PolicyV1beta1PodSecurityPolicySpec. - :type: list[str] - """ - - self._forbidden_sysctls = forbidden_sysctls - @property def fs_group(self): """ Gets the fs_group of this PolicyV1beta1PodSecurityPolicySpec. - fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. + FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. :return: The fs_group of this PolicyV1beta1PodSecurityPolicySpec. :rtype: PolicyV1beta1FSGroupStrategyOptions @@ -339,7 +283,7 @@ def fs_group(self): def fs_group(self, fs_group): """ Sets the fs_group of this PolicyV1beta1PodSecurityPolicySpec. - fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. + FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. :param fs_group: The fs_group of this PolicyV1beta1PodSecurityPolicySpec. :type: PolicyV1beta1FSGroupStrategyOptions @@ -468,7 +412,7 @@ def privileged(self, privileged): def read_only_root_filesystem(self): """ Gets the read_only_root_filesystem of this PolicyV1beta1PodSecurityPolicySpec. - readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. :return: The read_only_root_filesystem of this PolicyV1beta1PodSecurityPolicySpec. :rtype: bool @@ -479,7 +423,7 @@ def read_only_root_filesystem(self): def read_only_root_filesystem(self, read_only_root_filesystem): """ Sets the read_only_root_filesystem of this PolicyV1beta1PodSecurityPolicySpec. - readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. :param read_only_root_filesystem: The read_only_root_filesystem of this PolicyV1beta1PodSecurityPolicySpec. :type: bool @@ -491,7 +435,7 @@ def read_only_root_filesystem(self, read_only_root_filesystem): def required_drop_capabilities(self): """ Gets the required_drop_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. :return: The required_drop_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -502,7 +446,7 @@ def required_drop_capabilities(self): def required_drop_capabilities(self, required_drop_capabilities): """ Sets the required_drop_capabilities of this PolicyV1beta1PodSecurityPolicySpec. - requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. :param required_drop_capabilities: The required_drop_capabilities of this PolicyV1beta1PodSecurityPolicySpec. :type: list[str] @@ -564,7 +508,7 @@ def se_linux(self, se_linux): def supplemental_groups(self): """ Gets the supplemental_groups of this PolicyV1beta1PodSecurityPolicySpec. - supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. + SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. :return: The supplemental_groups of this PolicyV1beta1PodSecurityPolicySpec. :rtype: PolicyV1beta1SupplementalGroupsStrategyOptions @@ -575,7 +519,7 @@ def supplemental_groups(self): def supplemental_groups(self, supplemental_groups): """ Sets the supplemental_groups of this PolicyV1beta1PodSecurityPolicySpec. - supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. + SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. :param supplemental_groups: The supplemental_groups of this PolicyV1beta1PodSecurityPolicySpec. :type: PolicyV1beta1SupplementalGroupsStrategyOptions @@ -589,7 +533,7 @@ def supplemental_groups(self, supplemental_groups): def volumes(self): """ Gets the volumes of this PolicyV1beta1PodSecurityPolicySpec. - volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. + volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. :return: The volumes of this PolicyV1beta1PodSecurityPolicySpec. :rtype: list[str] @@ -600,7 +544,7 @@ def volumes(self): def volumes(self, volumes): """ Sets the volumes of this PolicyV1beta1PodSecurityPolicySpec. - volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. + volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. :param volumes: The volumes of this PolicyV1beta1PodSecurityPolicySpec. :type: list[str] diff --git a/kubernetes/client/models/policy_v1beta1_run_as_user_strategy_options.py b/kubernetes/client/models/policy_v1beta1_run_as_user_strategy_options.py index 15c833ecd..25052ca02 100644 --- a/kubernetes/client/models/policy_v1beta1_run_as_user_strategy_options.py +++ b/kubernetes/client/models/policy_v1beta1_run_as_user_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -57,7 +57,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this PolicyV1beta1RunAsUserStrategyOptions. - ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of uids that may be used. :return: The ranges of this PolicyV1beta1RunAsUserStrategyOptions. :rtype: list[PolicyV1beta1IDRange] @@ -68,7 +68,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this PolicyV1beta1RunAsUserStrategyOptions. - ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of uids that may be used. :param ranges: The ranges of this PolicyV1beta1RunAsUserStrategyOptions. :type: list[PolicyV1beta1IDRange] @@ -80,7 +80,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this PolicyV1beta1RunAsUserStrategyOptions. - rule is the strategy that will dictate the allowable RunAsUser values that may be set. + Rule is the strategy that will dictate the allowable RunAsUser values that may be set. :return: The rule of this PolicyV1beta1RunAsUserStrategyOptions. :rtype: str @@ -91,7 +91,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this PolicyV1beta1RunAsUserStrategyOptions. - rule is the strategy that will dictate the allowable RunAsUser values that may be set. + Rule is the strategy that will dictate the allowable RunAsUser values that may be set. :param rule: The rule of this PolicyV1beta1RunAsUserStrategyOptions. :type: str diff --git a/kubernetes/client/models/policy_v1beta1_se_linux_strategy_options.py b/kubernetes/client/models/policy_v1beta1_se_linux_strategy_options.py index 3d6d3d951..048e03947 100644 --- a/kubernetes/client/models/policy_v1beta1_se_linux_strategy_options.py +++ b/kubernetes/client/models/policy_v1beta1_se_linux_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -57,7 +57,7 @@ def __init__(self, rule=None, se_linux_options=None): def rule(self): """ Gets the rule of this PolicyV1beta1SELinuxStrategyOptions. - rule is the strategy that will dictate the allowable labels that may be set. + type is the strategy that will dictate the allowable labels that may be set. :return: The rule of this PolicyV1beta1SELinuxStrategyOptions. :rtype: str @@ -68,7 +68,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this PolicyV1beta1SELinuxStrategyOptions. - rule is the strategy that will dictate the allowable labels that may be set. + type is the strategy that will dictate the allowable labels that may be set. :param rule: The rule of this PolicyV1beta1SELinuxStrategyOptions. :type: str diff --git a/kubernetes/client/models/policy_v1beta1_supplemental_groups_strategy_options.py b/kubernetes/client/models/policy_v1beta1_supplemental_groups_strategy_options.py index ab2af4ef4..39727398d 100644 --- a/kubernetes/client/models/policy_v1beta1_supplemental_groups_strategy_options.py +++ b/kubernetes/client/models/policy_v1beta1_supplemental_groups_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, ranges=None, rule=None): def ranges(self): """ Gets the ranges of this PolicyV1beta1SupplementalGroupsStrategyOptions. - ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. :return: The ranges of this PolicyV1beta1SupplementalGroupsStrategyOptions. :rtype: list[PolicyV1beta1IDRange] @@ -69,7 +69,7 @@ def ranges(self): def ranges(self, ranges): """ Sets the ranges of this PolicyV1beta1SupplementalGroupsStrategyOptions. - ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. :param ranges: The ranges of this PolicyV1beta1SupplementalGroupsStrategyOptions. :type: list[PolicyV1beta1IDRange] @@ -81,7 +81,7 @@ def ranges(self, ranges): def rule(self): """ Gets the rule of this PolicyV1beta1SupplementalGroupsStrategyOptions. - rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. :return: The rule of this PolicyV1beta1SupplementalGroupsStrategyOptions. :rtype: str @@ -92,7 +92,7 @@ def rule(self): def rule(self, rule): """ Sets the rule of this PolicyV1beta1SupplementalGroupsStrategyOptions. - rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. :param rule: The rule of this PolicyV1beta1SupplementalGroupsStrategyOptions. :type: str diff --git a/kubernetes/client/models/runtime_raw_extension.py b/kubernetes/client/models/runtime_raw_extension.py index d5ac8c7a5..6ae140fd4 100644 --- a/kubernetes/client/models/runtime_raw_extension.py +++ b/kubernetes/client/models/runtime_raw_extension.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_affinity.py b/kubernetes/client/models/v1_affinity.py index 5f06499b1..84f42d645 100644 --- a/kubernetes/client/models/v1_affinity.py +++ b/kubernetes/client/models/v1_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_aggregation_rule.py b/kubernetes/client/models/v1_aggregation_rule.py index 6a50bf3bf..a279dbfee 100644 --- a/kubernetes/client/models/v1_aggregation_rule.py +++ b/kubernetes/client/models/v1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_group.py b/kubernetes/client/models/v1_api_group.py index 671913fbb..3a7141b4d 100644 --- a/kubernetes/client/models/v1_api_group.py +++ b/kubernetes/client/models/v1_api_group.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -68,8 +68,7 @@ def __init__(self, api_version=None, kind=None, name=None, preferred_version=Non self.name = name if preferred_version is not None: self.preferred_version = preferred_version - if server_address_by_client_cid_rs is not None: - self.server_address_by_client_cid_rs = server_address_by_client_cid_rs + self.server_address_by_client_cid_rs = server_address_by_client_cid_rs self.versions = versions @property @@ -186,6 +185,8 @@ def server_address_by_client_cid_rs(self, server_address_by_client_cid_rs): :param server_address_by_client_cid_rs: The server_address_by_client_cid_rs of this V1APIGroup. :type: list[V1ServerAddressByClientCIDR] """ + if server_address_by_client_cid_rs is None: + raise ValueError("Invalid value for `server_address_by_client_cid_rs`, must not be `None`") self._server_address_by_client_cid_rs = server_address_by_client_cid_rs diff --git a/kubernetes/client/models/v1_api_group_list.py b/kubernetes/client/models/v1_api_group_list.py index fe1e0cf8e..a5f42c7d1 100644 --- a/kubernetes/client/models/v1_api_group_list.py +++ b/kubernetes/client/models/v1_api_group_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_resource.py b/kubernetes/client/models/v1_api_resource.py index beed264d5..1817a418c 100644 --- a/kubernetes/client/models/v1_api_resource.py +++ b/kubernetes/client/models/v1_api_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_resource_list.py b/kubernetes/client/models/v1_api_resource_list.py index a8b3c772f..dfeb7ad83 100644 --- a/kubernetes/client/models/v1_api_resource_list.py +++ b/kubernetes/client/models/v1_api_resource_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_service.py b/kubernetes/client/models/v1_api_service.py index f4cfd323d..212425666 100644 --- a/kubernetes/client/models/v1_api_service.py +++ b/kubernetes/client/models/v1_api_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_service_condition.py b/kubernetes/client/models/v1_api_service_condition.py index 78b8845eb..51db8ad17 100644 --- a/kubernetes/client/models/v1_api_service_condition.py +++ b/kubernetes/client/models/v1_api_service_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_service_list.py b/kubernetes/client/models/v1_api_service_list.py index b25922a12..b8b29a940 100644 --- a/kubernetes/client/models/v1_api_service_list.py +++ b/kubernetes/client/models/v1_api_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_service_spec.py b/kubernetes/client/models/v1_api_service_spec.py index 672243138..5e4c9b3ab 100644 --- a/kubernetes/client/models/v1_api_service_spec.py +++ b/kubernetes/client/models/v1_api_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -64,8 +64,7 @@ def __init__(self, ca_bundle=None, group=None, group_priority_minimum=None, inse self._version_priority = None self.discriminator = None - if ca_bundle is not None: - self.ca_bundle = ca_bundle + self.ca_bundle = ca_bundle if group is not None: self.group = group self.group_priority_minimum = group_priority_minimum @@ -96,6 +95,8 @@ def ca_bundle(self, ca_bundle): :param ca_bundle: The ca_bundle of this V1APIServiceSpec. :type: str """ + if ca_bundle is None: + raise ValueError("Invalid value for `ca_bundle`, must not be `None`") if ca_bundle is not None and not re.search('^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$', ca_bundle): raise ValueError("Invalid value for `ca_bundle`, must be a follow pattern or equal to `/^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$/`") @@ -224,7 +225,7 @@ def version(self, version): def version_priority(self): """ Gets the version_priority of this V1APIServiceSpec. - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. :return: The version_priority of this V1APIServiceSpec. :rtype: int @@ -235,7 +236,7 @@ def version_priority(self): def version_priority(self, version_priority): """ Sets the version_priority of this V1APIServiceSpec. - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. :param version_priority: The version_priority of this V1APIServiceSpec. :type: int diff --git a/kubernetes/client/models/v1_api_service_status.py b/kubernetes/client/models/v1_api_service_status.py index 9faee9eee..fce8eccda 100644 --- a/kubernetes/client/models/v1_api_service_status.py +++ b/kubernetes/client/models/v1_api_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_api_versions.py b/kubernetes/client/models/v1_api_versions.py index 158772591..a4f5adc03 100644 --- a/kubernetes/client/models/v1_api_versions.py +++ b/kubernetes/client/models/v1_api_versions.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_attached_volume.py b/kubernetes/client/models/v1_attached_volume.py index 397c7e4bd..732ebdc4f 100644 --- a/kubernetes/client/models/v1_attached_volume.py +++ b/kubernetes/client/models/v1_attached_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_aws_elastic_block_store_volume_source.py b/kubernetes/client/models/v1_aws_elastic_block_store_volume_source.py index 07bef8db2..63c961b45 100644 --- a/kubernetes/client/models/v1_aws_elastic_block_store_volume_source.py +++ b/kubernetes/client/models/v1_aws_elastic_block_store_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_azure_disk_volume_source.py b/kubernetes/client/models/v1_azure_disk_volume_source.py index c85052ea1..bd823280b 100644 --- a/kubernetes/client/models/v1_azure_disk_volume_source.py +++ b/kubernetes/client/models/v1_azure_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_azure_file_persistent_volume_source.py b/kubernetes/client/models/v1_azure_file_persistent_volume_source.py index 71fa0a420..d4f0ceab3 100644 --- a/kubernetes/client/models/v1_azure_file_persistent_volume_source.py +++ b/kubernetes/client/models/v1_azure_file_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_azure_file_volume_source.py b/kubernetes/client/models/v1_azure_file_volume_source.py index 295bd2d06..cd9c9940a 100644 --- a/kubernetes/client/models/v1_azure_file_volume_source.py +++ b/kubernetes/client/models/v1_azure_file_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_binding.py b/kubernetes/client/models/v1_binding.py index c1553fd97..4cfc6ebcd 100644 --- a/kubernetes/client/models/v1_binding.py +++ b/kubernetes/client/models/v1_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_capabilities.py b/kubernetes/client/models/v1_capabilities.py index 70c19b1b2..ebfa1c166 100644 --- a/kubernetes/client/models/v1_capabilities.py +++ b/kubernetes/client/models/v1_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_ceph_fs_persistent_volume_source.py b/kubernetes/client/models/v1_ceph_fs_persistent_volume_source.py index 6b2186d65..501c275e0 100644 --- a/kubernetes/client/models/v1_ceph_fs_persistent_volume_source.py +++ b/kubernetes/client/models/v1_ceph_fs_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_ceph_fs_volume_source.py b/kubernetes/client/models/v1_ceph_fs_volume_source.py index 48c5b2a3d..2e028786a 100644 --- a/kubernetes/client/models/v1_ceph_fs_volume_source.py +++ b/kubernetes/client/models/v1_ceph_fs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_cinder_persistent_volume_source.py b/kubernetes/client/models/v1_cinder_persistent_volume_source.py deleted file mode 100644 index c8c88c07d..000000000 --- a/kubernetes/client/models/v1_cinder_persistent_volume_source.py +++ /dev/null @@ -1,211 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1CinderPersistentVolumeSource(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'fs_type': 'str', - 'read_only': 'bool', - 'secret_ref': 'V1SecretReference', - 'volume_id': 'str' - } - - attribute_map = { - 'fs_type': 'fsType', - 'read_only': 'readOnly', - 'secret_ref': 'secretRef', - 'volume_id': 'volumeID' - } - - def __init__(self, fs_type=None, read_only=None, secret_ref=None, volume_id=None): - """ - V1CinderPersistentVolumeSource - a model defined in Swagger - """ - - self._fs_type = None - self._read_only = None - self._secret_ref = None - self._volume_id = None - self.discriminator = None - - if fs_type is not None: - self.fs_type = fs_type - if read_only is not None: - self.read_only = read_only - if secret_ref is not None: - self.secret_ref = secret_ref - self.volume_id = volume_id - - @property - def fs_type(self): - """ - Gets the fs_type of this V1CinderPersistentVolumeSource. - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :return: The fs_type of this V1CinderPersistentVolumeSource. - :rtype: str - """ - return self._fs_type - - @fs_type.setter - def fs_type(self, fs_type): - """ - Sets the fs_type of this V1CinderPersistentVolumeSource. - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :param fs_type: The fs_type of this V1CinderPersistentVolumeSource. - :type: str - """ - - self._fs_type = fs_type - - @property - def read_only(self): - """ - Gets the read_only of this V1CinderPersistentVolumeSource. - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :return: The read_only of this V1CinderPersistentVolumeSource. - :rtype: bool - """ - return self._read_only - - @read_only.setter - def read_only(self, read_only): - """ - Sets the read_only of this V1CinderPersistentVolumeSource. - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :param read_only: The read_only of this V1CinderPersistentVolumeSource. - :type: bool - """ - - self._read_only = read_only - - @property - def secret_ref(self): - """ - Gets the secret_ref of this V1CinderPersistentVolumeSource. - Optional: points to a secret object containing parameters used to connect to OpenStack. - - :return: The secret_ref of this V1CinderPersistentVolumeSource. - :rtype: V1SecretReference - """ - return self._secret_ref - - @secret_ref.setter - def secret_ref(self, secret_ref): - """ - Sets the secret_ref of this V1CinderPersistentVolumeSource. - Optional: points to a secret object containing parameters used to connect to OpenStack. - - :param secret_ref: The secret_ref of this V1CinderPersistentVolumeSource. - :type: V1SecretReference - """ - - self._secret_ref = secret_ref - - @property - def volume_id(self): - """ - Gets the volume_id of this V1CinderPersistentVolumeSource. - volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :return: The volume_id of this V1CinderPersistentVolumeSource. - :rtype: str - """ - return self._volume_id - - @volume_id.setter - def volume_id(self, volume_id): - """ - Sets the volume_id of this V1CinderPersistentVolumeSource. - volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md - - :param volume_id: The volume_id of this V1CinderPersistentVolumeSource. - :type: str - """ - if volume_id is None: - raise ValueError("Invalid value for `volume_id`, must not be `None`") - - self._volume_id = volume_id - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1CinderPersistentVolumeSource): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_cinder_volume_source.py b/kubernetes/client/models/v1_cinder_volume_source.py index 7c9ccb668..fb943b56e 100644 --- a/kubernetes/client/models/v1_cinder_volume_source.py +++ b/kubernetes/client/models/v1_cinder_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -33,25 +33,22 @@ class V1CinderVolumeSource(object): swagger_types = { 'fs_type': 'str', 'read_only': 'bool', - 'secret_ref': 'V1LocalObjectReference', 'volume_id': 'str' } attribute_map = { 'fs_type': 'fsType', 'read_only': 'readOnly', - 'secret_ref': 'secretRef', 'volume_id': 'volumeID' } - def __init__(self, fs_type=None, read_only=None, secret_ref=None, volume_id=None): + def __init__(self, fs_type=None, read_only=None, volume_id=None): """ V1CinderVolumeSource - a model defined in Swagger """ self._fs_type = None self._read_only = None - self._secret_ref = None self._volume_id = None self.discriminator = None @@ -59,8 +56,6 @@ def __init__(self, fs_type=None, read_only=None, secret_ref=None, volume_id=None self.fs_type = fs_type if read_only is not None: self.read_only = read_only - if secret_ref is not None: - self.secret_ref = secret_ref self.volume_id = volume_id @property @@ -109,29 +104,6 @@ def read_only(self, read_only): self._read_only = read_only - @property - def secret_ref(self): - """ - Gets the secret_ref of this V1CinderVolumeSource. - Optional: points to a secret object containing parameters used to connect to OpenStack. - - :return: The secret_ref of this V1CinderVolumeSource. - :rtype: V1LocalObjectReference - """ - return self._secret_ref - - @secret_ref.setter - def secret_ref(self, secret_ref): - """ - Sets the secret_ref of this V1CinderVolumeSource. - Optional: points to a secret object containing parameters used to connect to OpenStack. - - :param secret_ref: The secret_ref of this V1CinderVolumeSource. - :type: V1LocalObjectReference - """ - - self._secret_ref = secret_ref - @property def volume_id(self): """ diff --git a/kubernetes/client/models/v1_client_ip_config.py b/kubernetes/client/models/v1_client_ip_config.py index 427ab8c80..3bf59c20f 100644 --- a/kubernetes/client/models/v1_client_ip_config.py +++ b/kubernetes/client/models/v1_client_ip_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_cluster_role.py b/kubernetes/client/models/v1_cluster_role.py index 113ebf537..7a828f96f 100644 --- a/kubernetes/client/models/v1_cluster_role.py +++ b/kubernetes/client/models/v1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_cluster_role_binding.py b/kubernetes/client/models/v1_cluster_role_binding.py index 0ef9d85df..59549185a 100644 --- a/kubernetes/client/models/v1_cluster_role_binding.py +++ b/kubernetes/client/models/v1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1ClusterRoleBinding. :type: list[V1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1_cluster_role_binding_list.py b/kubernetes/client/models/v1_cluster_role_binding_list.py index bdf4b2405..a0281dc7b 100644 --- a/kubernetes/client/models/v1_cluster_role_binding_list.py +++ b/kubernetes/client/models/v1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_cluster_role_list.py b/kubernetes/client/models/v1_cluster_role_list.py index 4b52fce16..d44151bd4 100644 --- a/kubernetes/client/models/v1_cluster_role_list.py +++ b/kubernetes/client/models/v1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_component_condition.py b/kubernetes/client/models/v1_component_condition.py index a002f9475..bd5f1dc3c 100644 --- a/kubernetes/client/models/v1_component_condition.py +++ b/kubernetes/client/models/v1_component_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_component_status.py b/kubernetes/client/models/v1_component_status.py index 8bbba2ecb..9883b73cb 100644 --- a/kubernetes/client/models/v1_component_status.py +++ b/kubernetes/client/models/v1_component_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_component_status_list.py b/kubernetes/client/models/v1_component_status_list.py index ad4a70f2f..aa8ded7eb 100644 --- a/kubernetes/client/models/v1_component_status_list.py +++ b/kubernetes/client/models/v1_component_status_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map.py b/kubernetes/client/models/v1_config_map.py index fe288879d..fd283779b 100644 --- a/kubernetes/client/models/v1_config_map.py +++ b/kubernetes/client/models/v1_config_map.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map_env_source.py b/kubernetes/client/models/v1_config_map_env_source.py index 350bb35ed..319ca5974 100644 --- a/kubernetes/client/models/v1_config_map_env_source.py +++ b/kubernetes/client/models/v1_config_map_env_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map_key_selector.py b/kubernetes/client/models/v1_config_map_key_selector.py index bbbf3bc7d..f87f5cf51 100644 --- a/kubernetes/client/models/v1_config_map_key_selector.py +++ b/kubernetes/client/models/v1_config_map_key_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map_list.py b/kubernetes/client/models/v1_config_map_list.py index ceeb98111..94b745404 100644 --- a/kubernetes/client/models/v1_config_map_list.py +++ b/kubernetes/client/models/v1_config_map_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map_node_config_source.py b/kubernetes/client/models/v1_config_map_node_config_source.py deleted file mode 100644 index 14bc75f9a..000000000 --- a/kubernetes/client/models/v1_config_map_node_config_source.py +++ /dev/null @@ -1,241 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1ConfigMapNodeConfigSource(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'kubelet_config_key': 'str', - 'name': 'str', - 'namespace': 'str', - 'resource_version': 'str', - 'uid': 'str' - } - - attribute_map = { - 'kubelet_config_key': 'kubeletConfigKey', - 'name': 'name', - 'namespace': 'namespace', - 'resource_version': 'resourceVersion', - 'uid': 'uid' - } - - def __init__(self, kubelet_config_key=None, name=None, namespace=None, resource_version=None, uid=None): - """ - V1ConfigMapNodeConfigSource - a model defined in Swagger - """ - - self._kubelet_config_key = None - self._name = None - self._namespace = None - self._resource_version = None - self._uid = None - self.discriminator = None - - self.kubelet_config_key = kubelet_config_key - self.name = name - self.namespace = namespace - if resource_version is not None: - self.resource_version = resource_version - if uid is not None: - self.uid = uid - - @property - def kubelet_config_key(self): - """ - Gets the kubelet_config_key of this V1ConfigMapNodeConfigSource. - KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. - - :return: The kubelet_config_key of this V1ConfigMapNodeConfigSource. - :rtype: str - """ - return self._kubelet_config_key - - @kubelet_config_key.setter - def kubelet_config_key(self, kubelet_config_key): - """ - Sets the kubelet_config_key of this V1ConfigMapNodeConfigSource. - KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. - - :param kubelet_config_key: The kubelet_config_key of this V1ConfigMapNodeConfigSource. - :type: str - """ - if kubelet_config_key is None: - raise ValueError("Invalid value for `kubelet_config_key`, must not be `None`") - - self._kubelet_config_key = kubelet_config_key - - @property - def name(self): - """ - Gets the name of this V1ConfigMapNodeConfigSource. - Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. - - :return: The name of this V1ConfigMapNodeConfigSource. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this V1ConfigMapNodeConfigSource. - Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. - - :param name: The name of this V1ConfigMapNodeConfigSource. - :type: str - """ - if name is None: - raise ValueError("Invalid value for `name`, must not be `None`") - - self._name = name - - @property - def namespace(self): - """ - Gets the namespace of this V1ConfigMapNodeConfigSource. - Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. - - :return: The namespace of this V1ConfigMapNodeConfigSource. - :rtype: str - """ - return self._namespace - - @namespace.setter - def namespace(self, namespace): - """ - Sets the namespace of this V1ConfigMapNodeConfigSource. - Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. - - :param namespace: The namespace of this V1ConfigMapNodeConfigSource. - :type: str - """ - if namespace is None: - raise ValueError("Invalid value for `namespace`, must not be `None`") - - self._namespace = namespace - - @property - def resource_version(self): - """ - Gets the resource_version of this V1ConfigMapNodeConfigSource. - ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. - - :return: The resource_version of this V1ConfigMapNodeConfigSource. - :rtype: str - """ - return self._resource_version - - @resource_version.setter - def resource_version(self, resource_version): - """ - Sets the resource_version of this V1ConfigMapNodeConfigSource. - ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. - - :param resource_version: The resource_version of this V1ConfigMapNodeConfigSource. - :type: str - """ - - self._resource_version = resource_version - - @property - def uid(self): - """ - Gets the uid of this V1ConfigMapNodeConfigSource. - UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. - - :return: The uid of this V1ConfigMapNodeConfigSource. - :rtype: str - """ - return self._uid - - @uid.setter - def uid(self, uid): - """ - Sets the uid of this V1ConfigMapNodeConfigSource. - UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. - - :param uid: The uid of this V1ConfigMapNodeConfigSource. - :type: str - """ - - self._uid = uid - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1ConfigMapNodeConfigSource): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_config_map_projection.py b/kubernetes/client/models/v1_config_map_projection.py index 89a83fcf9..eeb79f505 100644 --- a/kubernetes/client/models/v1_config_map_projection.py +++ b/kubernetes/client/models/v1_config_map_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_config_map_volume_source.py b/kubernetes/client/models/v1_config_map_volume_source.py index 1b5aacca3..e635bd344 100644 --- a/kubernetes/client/models/v1_config_map_volume_source.py +++ b/kubernetes/client/models/v1_config_map_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container.py b/kubernetes/client/models/v1_container.py index 738261494..0d3176583 100644 --- a/kubernetes/client/models/v1_container.py +++ b/kubernetes/client/models/v1_container.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_image.py b/kubernetes/client/models/v1_container_image.py index b8ca6cb6f..b6ff5abc6 100644 --- a/kubernetes/client/models/v1_container_image.py +++ b/kubernetes/client/models/v1_container_image.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_port.py b/kubernetes/client/models/v1_container_port.py index 3ff1bc15c..92e6c447c 100644 --- a/kubernetes/client/models/v1_container_port.py +++ b/kubernetes/client/models/v1_container_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_state.py b/kubernetes/client/models/v1_container_state.py index b4097b24d..0e183edff 100644 --- a/kubernetes/client/models/v1_container_state.py +++ b/kubernetes/client/models/v1_container_state.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_state_running.py b/kubernetes/client/models/v1_container_state_running.py index 6888c45c3..4f0fed1c6 100644 --- a/kubernetes/client/models/v1_container_state_running.py +++ b/kubernetes/client/models/v1_container_state_running.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_state_terminated.py b/kubernetes/client/models/v1_container_state_terminated.py index c85a883a8..7b137f3cd 100644 --- a/kubernetes/client/models/v1_container_state_terminated.py +++ b/kubernetes/client/models/v1_container_state_terminated.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_state_waiting.py b/kubernetes/client/models/v1_container_state_waiting.py index fb7a02518..51ecc1a9e 100644 --- a/kubernetes/client/models/v1_container_state_waiting.py +++ b/kubernetes/client/models/v1_container_state_waiting.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_container_status.py b/kubernetes/client/models/v1_container_status.py index bc598f4ba..e2a25b64b 100644 --- a/kubernetes/client/models/v1_container_status.py +++ b/kubernetes/client/models/v1_container_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_controller_revision.py b/kubernetes/client/models/v1_controller_revision.py index 5eb3ec88e..e62827e8f 100644 --- a/kubernetes/client/models/v1_controller_revision.py +++ b/kubernetes/client/models/v1_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_controller_revision_list.py b/kubernetes/client/models/v1_controller_revision_list.py index 9c53c1d89..bff1c1634 100644 --- a/kubernetes/client/models/v1_controller_revision_list.py +++ b/kubernetes/client/models/v1_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_cross_version_object_reference.py b/kubernetes/client/models/v1_cross_version_object_reference.py index c46548d1e..30835a032 100644 --- a/kubernetes/client/models/v1_cross_version_object_reference.py +++ b/kubernetes/client/models/v1_cross_version_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_csi_persistent_volume_source.py b/kubernetes/client/models/v1_csi_persistent_volume_source.py index 14bd7569c..8021e52ff 100644 --- a/kubernetes/client/models/v1_csi_persistent_volume_source.py +++ b/kubernetes/client/models/v1_csi_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_endpoint.py b/kubernetes/client/models/v1_daemon_endpoint.py index af730db36..3c5378566 100644 --- a/kubernetes/client/models/v1_daemon_endpoint.py +++ b/kubernetes/client/models/v1_daemon_endpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set.py b/kubernetes/client/models/v1_daemon_set.py index 33124f840..bf80a59ac 100644 --- a/kubernetes/client/models/v1_daemon_set.py +++ b/kubernetes/client/models/v1_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set_condition.py b/kubernetes/client/models/v1_daemon_set_condition.py index 1b924fecf..40fd78e2f 100644 --- a/kubernetes/client/models/v1_daemon_set_condition.py +++ b/kubernetes/client/models/v1_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set_list.py b/kubernetes/client/models/v1_daemon_set_list.py index e9db18efe..da108a735 100644 --- a/kubernetes/client/models/v1_daemon_set_list.py +++ b/kubernetes/client/models/v1_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set_spec.py b/kubernetes/client/models/v1_daemon_set_spec.py index 42af978ae..142339a20 100644 --- a/kubernetes/client/models/v1_daemon_set_spec.py +++ b/kubernetes/client/models/v1_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set_status.py b/kubernetes/client/models/v1_daemon_set_status.py index 071018f7c..878f77379 100644 --- a/kubernetes/client/models/v1_daemon_set_status.py +++ b/kubernetes/client/models/v1_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_daemon_set_update_strategy.py b/kubernetes/client/models/v1_daemon_set_update_strategy.py index 0aaa2e9ff..a47895c62 100644 --- a/kubernetes/client/models/v1_daemon_set_update_strategy.py +++ b/kubernetes/client/models/v1_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_delete_options.py b/kubernetes/client/models/v1_delete_options.py index a4efb6ed5..575bcf443 100644 --- a/kubernetes/client/models/v1_delete_options.py +++ b/kubernetes/client/models/v1_delete_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment.py b/kubernetes/client/models/v1_deployment.py index 1fc24504a..172a77e03 100644 --- a/kubernetes/client/models/v1_deployment.py +++ b/kubernetes/client/models/v1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment_condition.py b/kubernetes/client/models/v1_deployment_condition.py index 8b0f18c6c..f7e1e82f6 100644 --- a/kubernetes/client/models/v1_deployment_condition.py +++ b/kubernetes/client/models/v1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment_list.py b/kubernetes/client/models/v1_deployment_list.py index 0ef38853a..bb9dacb58 100644 --- a/kubernetes/client/models/v1_deployment_list.py +++ b/kubernetes/client/models/v1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment_spec.py b/kubernetes/client/models/v1_deployment_spec.py index 1499e3960..7a4c3caa9 100644 --- a/kubernetes/client/models/v1_deployment_spec.py +++ b/kubernetes/client/models/v1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment_status.py b/kubernetes/client/models/v1_deployment_status.py index 3bd66a22b..0c3417614 100644 --- a/kubernetes/client/models/v1_deployment_status.py +++ b/kubernetes/client/models/v1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_deployment_strategy.py b/kubernetes/client/models/v1_deployment_strategy.py index f6c1ec3c7..869b2fcab 100644 --- a/kubernetes/client/models/v1_deployment_strategy.py +++ b/kubernetes/client/models/v1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_downward_api_projection.py b/kubernetes/client/models/v1_downward_api_projection.py index d6452bcba..dd5c9829f 100644 --- a/kubernetes/client/models/v1_downward_api_projection.py +++ b/kubernetes/client/models/v1_downward_api_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_downward_api_volume_file.py b/kubernetes/client/models/v1_downward_api_volume_file.py index 6a6e4f351..6cfb3c66d 100644 --- a/kubernetes/client/models/v1_downward_api_volume_file.py +++ b/kubernetes/client/models/v1_downward_api_volume_file.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_downward_api_volume_source.py b/kubernetes/client/models/v1_downward_api_volume_source.py index a43f9ec6a..86c1419d8 100644 --- a/kubernetes/client/models/v1_downward_api_volume_source.py +++ b/kubernetes/client/models/v1_downward_api_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_empty_dir_volume_source.py b/kubernetes/client/models/v1_empty_dir_volume_source.py index 85a6cedbd..e8d57bc44 100644 --- a/kubernetes/client/models/v1_empty_dir_volume_source.py +++ b/kubernetes/client/models/v1_empty_dir_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_endpoint_address.py b/kubernetes/client/models/v1_endpoint_address.py index acfb66d80..e4dac7c6a 100644 --- a/kubernetes/client/models/v1_endpoint_address.py +++ b/kubernetes/client/models/v1_endpoint_address.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_endpoint_port.py b/kubernetes/client/models/v1_endpoint_port.py index 4bb1f83cc..c89653f1f 100644 --- a/kubernetes/client/models/v1_endpoint_port.py +++ b/kubernetes/client/models/v1_endpoint_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_endpoint_subset.py b/kubernetes/client/models/v1_endpoint_subset.py index 51e6d2fef..504ac60ea 100644 --- a/kubernetes/client/models/v1_endpoint_subset.py +++ b/kubernetes/client/models/v1_endpoint_subset.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_endpoints.py b/kubernetes/client/models/v1_endpoints.py index 2d55f55cf..54145641a 100644 --- a/kubernetes/client/models/v1_endpoints.py +++ b/kubernetes/client/models/v1_endpoints.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_endpoints_list.py b/kubernetes/client/models/v1_endpoints_list.py index a62b2398e..be09883ca 100644 --- a/kubernetes/client/models/v1_endpoints_list.py +++ b/kubernetes/client/models/v1_endpoints_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_env_from_source.py b/kubernetes/client/models/v1_env_from_source.py index e93b56d14..3967e3265 100644 --- a/kubernetes/client/models/v1_env_from_source.py +++ b/kubernetes/client/models/v1_env_from_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_env_var.py b/kubernetes/client/models/v1_env_var.py index 29a20b970..93a5e4fbf 100644 --- a/kubernetes/client/models/v1_env_var.py +++ b/kubernetes/client/models/v1_env_var.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_env_var_source.py b/kubernetes/client/models/v1_env_var_source.py index 66538fb22..183acf606 100644 --- a/kubernetes/client/models/v1_env_var_source.py +++ b/kubernetes/client/models/v1_env_var_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_event.py b/kubernetes/client/models/v1_event.py index 660a64934..667c8540c 100644 --- a/kubernetes/client/models/v1_event.py +++ b/kubernetes/client/models/v1_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_event_list.py b/kubernetes/client/models/v1_event_list.py index 1053a36c0..c85e2e50e 100644 --- a/kubernetes/client/models/v1_event_list.py +++ b/kubernetes/client/models/v1_event_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_event_series.py b/kubernetes/client/models/v1_event_series.py index 7f6586e05..93b4ab76b 100644 --- a/kubernetes/client/models/v1_event_series.py +++ b/kubernetes/client/models/v1_event_series.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_event_source.py b/kubernetes/client/models/v1_event_source.py index 3ad2d4aed..b52895746 100644 --- a/kubernetes/client/models/v1_event_source.py +++ b/kubernetes/client/models/v1_event_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_exec_action.py b/kubernetes/client/models/v1_exec_action.py index a3a833368..3375dde1d 100644 --- a/kubernetes/client/models/v1_exec_action.py +++ b/kubernetes/client/models/v1_exec_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_fc_volume_source.py b/kubernetes/client/models/v1_fc_volume_source.py index 43a930a12..252a2b933 100644 --- a/kubernetes/client/models/v1_fc_volume_source.py +++ b/kubernetes/client/models/v1_fc_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_flex_persistent_volume_source.py b/kubernetes/client/models/v1_flex_persistent_volume_source.py index 4ec0cd5ea..8d97a99cf 100644 --- a/kubernetes/client/models/v1_flex_persistent_volume_source.py +++ b/kubernetes/client/models/v1_flex_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_flex_volume_source.py b/kubernetes/client/models/v1_flex_volume_source.py index 519730bff..a1fdac29c 100644 --- a/kubernetes/client/models/v1_flex_volume_source.py +++ b/kubernetes/client/models/v1_flex_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_flocker_volume_source.py b/kubernetes/client/models/v1_flocker_volume_source.py index ffb9bebf7..ae70cd074 100644 --- a/kubernetes/client/models/v1_flocker_volume_source.py +++ b/kubernetes/client/models/v1_flocker_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_gce_persistent_disk_volume_source.py b/kubernetes/client/models/v1_gce_persistent_disk_volume_source.py index 4eabfcf41..cfbc8514e 100644 --- a/kubernetes/client/models/v1_gce_persistent_disk_volume_source.py +++ b/kubernetes/client/models/v1_gce_persistent_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_git_repo_volume_source.py b/kubernetes/client/models/v1_git_repo_volume_source.py index c52d09373..542d18db5 100644 --- a/kubernetes/client/models/v1_git_repo_volume_source.py +++ b/kubernetes/client/models/v1_git_repo_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_glusterfs_volume_source.py b/kubernetes/client/models/v1_glusterfs_volume_source.py index fe16dffba..4552b1b89 100644 --- a/kubernetes/client/models/v1_glusterfs_volume_source.py +++ b/kubernetes/client/models/v1_glusterfs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_group_version_for_discovery.py b/kubernetes/client/models/v1_group_version_for_discovery.py index 82325a2cf..2fa7b3a30 100644 --- a/kubernetes/client/models/v1_group_version_for_discovery.py +++ b/kubernetes/client/models/v1_group_version_for_discovery.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_handler.py b/kubernetes/client/models/v1_handler.py index 18043e58b..73e39ea71 100644 --- a/kubernetes/client/models/v1_handler.py +++ b/kubernetes/client/models/v1_handler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_horizontal_pod_autoscaler.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler.py index b52d51374..6f4fc051c 100644 --- a/kubernetes/client/models/v1_horizontal_pod_autoscaler.py +++ b/kubernetes/client/models/v1_horizontal_pod_autoscaler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py index bcf424f8d..0d90c1e3c 100644 --- a/kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/client/models/v1_horizontal_pod_autoscaler_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py index 16072220e..6525f74f7 100644 --- a/kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/client/models/v1_horizontal_pod_autoscaler_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py b/kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py index 49efd320e..04bb7f957 100644 --- a/kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/client/models/v1_horizontal_pod_autoscaler_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_host_alias.py b/kubernetes/client/models/v1_host_alias.py index 59d9abeea..d47abaf47 100644 --- a/kubernetes/client/models/v1_host_alias.py +++ b/kubernetes/client/models/v1_host_alias.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_host_path_volume_source.py b/kubernetes/client/models/v1_host_path_volume_source.py index 8dc88a3b4..f09410829 100644 --- a/kubernetes/client/models/v1_host_path_volume_source.py +++ b/kubernetes/client/models/v1_host_path_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_http_get_action.py b/kubernetes/client/models/v1_http_get_action.py index cecbf5003..a3afbc2c2 100644 --- a/kubernetes/client/models/v1_http_get_action.py +++ b/kubernetes/client/models/v1_http_get_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_http_header.py b/kubernetes/client/models/v1_http_header.py index 86173e052..1f385fb7b 100644 --- a/kubernetes/client/models/v1_http_header.py +++ b/kubernetes/client/models/v1_http_header.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_initializer.py b/kubernetes/client/models/v1_initializer.py index a3ce288d0..31f4a6468 100644 --- a/kubernetes/client/models/v1_initializer.py +++ b/kubernetes/client/models/v1_initializer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_initializers.py b/kubernetes/client/models/v1_initializers.py index 702aa2f4a..9de91d127 100644 --- a/kubernetes/client/models/v1_initializers.py +++ b/kubernetes/client/models/v1_initializers.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_ip_block.py b/kubernetes/client/models/v1_ip_block.py index bf21023c3..3c0a6c7fb 100644 --- a/kubernetes/client/models/v1_ip_block.py +++ b/kubernetes/client/models/v1_ip_block.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_iscsi_persistent_volume_source.py b/kubernetes/client/models/v1_iscsi_persistent_volume_source.py index 2ac6905ab..addcb1f4e 100644 --- a/kubernetes/client/models/v1_iscsi_persistent_volume_source.py +++ b/kubernetes/client/models/v1_iscsi_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_iscsi_volume_source.py b/kubernetes/client/models/v1_iscsi_volume_source.py index a6edd24d3..ecfe43974 100644 --- a/kubernetes/client/models/v1_iscsi_volume_source.py +++ b/kubernetes/client/models/v1_iscsi_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_job.py b/kubernetes/client/models/v1_job.py index c131497b2..ba0422202 100644 --- a/kubernetes/client/models/v1_job.py +++ b/kubernetes/client/models/v1_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_job_condition.py b/kubernetes/client/models/v1_job_condition.py index 220303ab3..1b16c0e62 100644 --- a/kubernetes/client/models/v1_job_condition.py +++ b/kubernetes/client/models/v1_job_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_job_list.py b/kubernetes/client/models/v1_job_list.py index f26266875..7804670ed 100644 --- a/kubernetes/client/models/v1_job_list.py +++ b/kubernetes/client/models/v1_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_job_spec.py b/kubernetes/client/models/v1_job_spec.py index 0f3763c5c..bef8d4583 100644 --- a/kubernetes/client/models/v1_job_spec.py +++ b/kubernetes/client/models/v1_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_job_status.py b/kubernetes/client/models/v1_job_status.py index ea61000f8..43b9cf6ea 100644 --- a/kubernetes/client/models/v1_job_status.py +++ b/kubernetes/client/models/v1_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_key_to_path.py b/kubernetes/client/models/v1_key_to_path.py index 165c30296..934c1cfcb 100644 --- a/kubernetes/client/models/v1_key_to_path.py +++ b/kubernetes/client/models/v1_key_to_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_label_selector.py b/kubernetes/client/models/v1_label_selector.py index d385355d4..0e683e800 100644 --- a/kubernetes/client/models/v1_label_selector.py +++ b/kubernetes/client/models/v1_label_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_label_selector_requirement.py b/kubernetes/client/models/v1_label_selector_requirement.py index 5224fa640..f5796a786 100644 --- a/kubernetes/client/models/v1_label_selector_requirement.py +++ b/kubernetes/client/models/v1_label_selector_requirement.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_lifecycle.py b/kubernetes/client/models/v1_lifecycle.py index b57887f7f..204f2c34a 100644 --- a/kubernetes/client/models/v1_lifecycle.py +++ b/kubernetes/client/models/v1_lifecycle.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_limit_range.py b/kubernetes/client/models/v1_limit_range.py index 1fe8eafe0..1503648f9 100644 --- a/kubernetes/client/models/v1_limit_range.py +++ b/kubernetes/client/models/v1_limit_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_limit_range_item.py b/kubernetes/client/models/v1_limit_range_item.py index 9c9fb226c..73f41a6d2 100644 --- a/kubernetes/client/models/v1_limit_range_item.py +++ b/kubernetes/client/models/v1_limit_range_item.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_limit_range_list.py b/kubernetes/client/models/v1_limit_range_list.py index 08f5df2d0..120fef482 100644 --- a/kubernetes/client/models/v1_limit_range_list.py +++ b/kubernetes/client/models/v1_limit_range_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_limit_range_spec.py b/kubernetes/client/models/v1_limit_range_spec.py index 6382eb8c8..f571019f5 100644 --- a/kubernetes/client/models/v1_limit_range_spec.py +++ b/kubernetes/client/models/v1_limit_range_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_list_meta.py b/kubernetes/client/models/v1_list_meta.py index 5cef7192b..738b51a53 100644 --- a/kubernetes/client/models/v1_list_meta.py +++ b/kubernetes/client/models/v1_list_meta.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_load_balancer_ingress.py b/kubernetes/client/models/v1_load_balancer_ingress.py index ab08a788a..48313d3c4 100644 --- a/kubernetes/client/models/v1_load_balancer_ingress.py +++ b/kubernetes/client/models/v1_load_balancer_ingress.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_load_balancer_status.py b/kubernetes/client/models/v1_load_balancer_status.py index 8c51a2da9..6b3db334e 100644 --- a/kubernetes/client/models/v1_load_balancer_status.py +++ b/kubernetes/client/models/v1_load_balancer_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_local_object_reference.py b/kubernetes/client/models/v1_local_object_reference.py index 4186c36ec..cf47f3030 100644 --- a/kubernetes/client/models/v1_local_object_reference.py +++ b/kubernetes/client/models/v1_local_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_local_subject_access_review.py b/kubernetes/client/models/v1_local_subject_access_review.py index 7e9a3dcee..e8c0c44f7 100644 --- a/kubernetes/client/models/v1_local_subject_access_review.py +++ b/kubernetes/client/models/v1_local_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_local_volume_source.py b/kubernetes/client/models/v1_local_volume_source.py index 9fdef178b..6c130a39d 100644 --- a/kubernetes/client/models/v1_local_volume_source.py +++ b/kubernetes/client/models/v1_local_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -52,7 +52,7 @@ def __init__(self, path=None): def path(self): """ Gets the path of this V1LocalVolumeSource. - The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled. + The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device :return: The path of this V1LocalVolumeSource. :rtype: str @@ -63,7 +63,7 @@ def path(self): def path(self, path): """ Sets the path of this V1LocalVolumeSource. - The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled. + The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device :param path: The path of this V1LocalVolumeSource. :type: str diff --git a/kubernetes/client/models/v1_namespace.py b/kubernetes/client/models/v1_namespace.py index e73a196a9..7250c3f56 100644 --- a/kubernetes/client/models/v1_namespace.py +++ b/kubernetes/client/models/v1_namespace.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_namespace_list.py b/kubernetes/client/models/v1_namespace_list.py index 40a529600..2d2f2a8f3 100644 --- a/kubernetes/client/models/v1_namespace_list.py +++ b/kubernetes/client/models/v1_namespace_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_namespace_spec.py b/kubernetes/client/models/v1_namespace_spec.py index 2d8fa5a9c..5d9092647 100644 --- a/kubernetes/client/models/v1_namespace_spec.py +++ b/kubernetes/client/models/v1_namespace_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_namespace_status.py b/kubernetes/client/models/v1_namespace_status.py index b983c3aac..ec631c78d 100644 --- a/kubernetes/client/models/v1_namespace_status.py +++ b/kubernetes/client/models/v1_namespace_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy.py b/kubernetes/client/models/v1_network_policy.py index 6a25cb7fc..032f50e0c 100644 --- a/kubernetes/client/models/v1_network_policy.py +++ b/kubernetes/client/models/v1_network_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy_egress_rule.py b/kubernetes/client/models/v1_network_policy_egress_rule.py index d0ecf10ae..9c2ad9b8f 100644 --- a/kubernetes/client/models/v1_network_policy_egress_rule.py +++ b/kubernetes/client/models/v1_network_policy_egress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy_ingress_rule.py b/kubernetes/client/models/v1_network_policy_ingress_rule.py index c11d8b1b3..88532f3e6 100644 --- a/kubernetes/client/models/v1_network_policy_ingress_rule.py +++ b/kubernetes/client/models/v1_network_policy_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy_list.py b/kubernetes/client/models/v1_network_policy_list.py index c83f90a09..eb9f76028 100644 --- a/kubernetes/client/models/v1_network_policy_list.py +++ b/kubernetes/client/models/v1_network_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy_peer.py b/kubernetes/client/models/v1_network_policy_peer.py index 77e865da4..07d297439 100644 --- a/kubernetes/client/models/v1_network_policy_peer.py +++ b/kubernetes/client/models/v1_network_policy_peer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,7 +63,7 @@ def __init__(self, ip_block=None, namespace_selector=None, pod_selector=None): def ip_block(self): """ Gets the ip_block of this V1NetworkPolicyPeer. - IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IPBlock defines policy on a particular IPBlock :return: The ip_block of this V1NetworkPolicyPeer. :rtype: V1IPBlock @@ -74,7 +74,7 @@ def ip_block(self): def ip_block(self, ip_block): """ Sets the ip_block of this V1NetworkPolicyPeer. - IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IPBlock defines policy on a particular IPBlock :param ip_block: The ip_block of this V1NetworkPolicyPeer. :type: V1IPBlock @@ -86,7 +86,7 @@ def ip_block(self, ip_block): def namespace_selector(self): """ Gets the namespace_selector of this V1NetworkPolicyPeer. - Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. + Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. :return: The namespace_selector of this V1NetworkPolicyPeer. :rtype: V1LabelSelector @@ -97,7 +97,7 @@ def namespace_selector(self): def namespace_selector(self, namespace_selector): """ Sets the namespace_selector of this V1NetworkPolicyPeer. - Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. + Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. :param namespace_selector: The namespace_selector of this V1NetworkPolicyPeer. :type: V1LabelSelector @@ -109,7 +109,7 @@ def namespace_selector(self, namespace_selector): def pod_selector(self): """ Gets the pod_selector of this V1NetworkPolicyPeer. - This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. + This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. :return: The pod_selector of this V1NetworkPolicyPeer. :rtype: V1LabelSelector @@ -120,7 +120,7 @@ def pod_selector(self): def pod_selector(self, pod_selector): """ Sets the pod_selector of this V1NetworkPolicyPeer. - This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. + This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. :param pod_selector: The pod_selector of this V1NetworkPolicyPeer. :type: V1LabelSelector diff --git a/kubernetes/client/models/v1_network_policy_port.py b/kubernetes/client/models/v1_network_policy_port.py index 96900c2ee..81df018e3 100644 --- a/kubernetes/client/models/v1_network_policy_port.py +++ b/kubernetes/client/models/v1_network_policy_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_network_policy_spec.py b/kubernetes/client/models/v1_network_policy_spec.py index 0a9ce76a8..80aca8155 100644 --- a/kubernetes/client/models/v1_network_policy_spec.py +++ b/kubernetes/client/models/v1_network_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_nfs_volume_source.py b/kubernetes/client/models/v1_nfs_volume_source.py index e58e9d3a9..76ff3d963 100644 --- a/kubernetes/client/models/v1_nfs_volume_source.py +++ b/kubernetes/client/models/v1_nfs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node.py b/kubernetes/client/models/v1_node.py index 0f848144b..0a58d187d 100644 --- a/kubernetes/client/models/v1_node.py +++ b/kubernetes/client/models/v1_node.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_address.py b/kubernetes/client/models/v1_node_address.py index 59cb9e301..fbf40d080 100644 --- a/kubernetes/client/models/v1_node_address.py +++ b/kubernetes/client/models/v1_node_address.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_affinity.py b/kubernetes/client/models/v1_node_affinity.py index 178f5f50c..b71e34b4d 100644 --- a/kubernetes/client/models/v1_node_affinity.py +++ b/kubernetes/client/models/v1_node_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_condition.py b/kubernetes/client/models/v1_node_condition.py index 5b6191db6..5b20d89a0 100644 --- a/kubernetes/client/models/v1_node_condition.py +++ b/kubernetes/client/models/v1_node_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_config_source.py b/kubernetes/client/models/v1_node_config_source.py index 3cb7726d2..371f68287 100644 --- a/kubernetes/client/models/v1_node_config_source.py +++ b/kubernetes/client/models/v1_node_config_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,46 +31,100 @@ class V1NodeConfigSource(object): and the value is json key in definition. """ swagger_types = { - 'config_map': 'V1ConfigMapNodeConfigSource' + 'api_version': 'str', + 'config_map_ref': 'V1ObjectReference', + 'kind': 'str' } attribute_map = { - 'config_map': 'configMap' + 'api_version': 'apiVersion', + 'config_map_ref': 'configMapRef', + 'kind': 'kind' } - def __init__(self, config_map=None): + def __init__(self, api_version=None, config_map_ref=None, kind=None): """ V1NodeConfigSource - a model defined in Swagger """ - self._config_map = None + self._api_version = None + self._config_map_ref = None + self._kind = None self.discriminator = None - if config_map is not None: - self.config_map = config_map + if api_version is not None: + self.api_version = api_version + if config_map_ref is not None: + self.config_map_ref = config_map_ref + if kind is not None: + self.kind = kind @property - def config_map(self): + def api_version(self): """ - Gets the config_map of this V1NodeConfigSource. - ConfigMap is a reference to a Node's ConfigMap + Gets the api_version of this V1NodeConfigSource. + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - :return: The config_map of this V1NodeConfigSource. - :rtype: V1ConfigMapNodeConfigSource + :return: The api_version of this V1NodeConfigSource. + :rtype: str """ - return self._config_map + return self._api_version - @config_map.setter - def config_map(self, config_map): + @api_version.setter + def api_version(self, api_version): """ - Sets the config_map of this V1NodeConfigSource. - ConfigMap is a reference to a Node's ConfigMap + Sets the api_version of this V1NodeConfigSource. + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - :param config_map: The config_map of this V1NodeConfigSource. - :type: V1ConfigMapNodeConfigSource + :param api_version: The api_version of this V1NodeConfigSource. + :type: str """ - self._config_map = config_map + self._api_version = api_version + + @property + def config_map_ref(self): + """ + Gets the config_map_ref of this V1NodeConfigSource. + + :return: The config_map_ref of this V1NodeConfigSource. + :rtype: V1ObjectReference + """ + return self._config_map_ref + + @config_map_ref.setter + def config_map_ref(self, config_map_ref): + """ + Sets the config_map_ref of this V1NodeConfigSource. + + :param config_map_ref: The config_map_ref of this V1NodeConfigSource. + :type: V1ObjectReference + """ + + self._config_map_ref = config_map_ref + + @property + def kind(self): + """ + Gets the kind of this V1NodeConfigSource. + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + + :return: The kind of this V1NodeConfigSource. + :rtype: str + """ + return self._kind + + @kind.setter + def kind(self, kind): + """ + Sets the kind of this V1NodeConfigSource. + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + + :param kind: The kind of this V1NodeConfigSource. + :type: str + """ + + self._kind = kind def to_dict(self): """ diff --git a/kubernetes/client/models/v1_node_config_status.py b/kubernetes/client/models/v1_node_config_status.py deleted file mode 100644 index 1ba61df69..000000000 --- a/kubernetes/client/models/v1_node_config_status.py +++ /dev/null @@ -1,210 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1NodeConfigStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'active': 'V1NodeConfigSource', - 'assigned': 'V1NodeConfigSource', - 'error': 'str', - 'last_known_good': 'V1NodeConfigSource' - } - - attribute_map = { - 'active': 'active', - 'assigned': 'assigned', - 'error': 'error', - 'last_known_good': 'lastKnownGood' - } - - def __init__(self, active=None, assigned=None, error=None, last_known_good=None): - """ - V1NodeConfigStatus - a model defined in Swagger - """ - - self._active = None - self._assigned = None - self._error = None - self._last_known_good = None - self.discriminator = None - - if active is not None: - self.active = active - if assigned is not None: - self.assigned = assigned - if error is not None: - self.error = error - if last_known_good is not None: - self.last_known_good = last_known_good - - @property - def active(self): - """ - Gets the active of this V1NodeConfigStatus. - Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error. - - :return: The active of this V1NodeConfigStatus. - :rtype: V1NodeConfigSource - """ - return self._active - - @active.setter - def active(self, active): - """ - Sets the active of this V1NodeConfigStatus. - Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error. - - :param active: The active of this V1NodeConfigStatus. - :type: V1NodeConfigSource - """ - - self._active = active - - @property - def assigned(self): - """ - Gets the assigned of this V1NodeConfigStatus. - Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned. - - :return: The assigned of this V1NodeConfigStatus. - :rtype: V1NodeConfigSource - """ - return self._assigned - - @assigned.setter - def assigned(self, assigned): - """ - Sets the assigned of this V1NodeConfigStatus. - Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned. - - :param assigned: The assigned of this V1NodeConfigStatus. - :type: V1NodeConfigSource - """ - - self._assigned = assigned - - @property - def error(self): - """ - Gets the error of this V1NodeConfigStatus. - Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. - - :return: The error of this V1NodeConfigStatus. - :rtype: str - """ - return self._error - - @error.setter - def error(self, error): - """ - Sets the error of this V1NodeConfigStatus. - Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. - - :param error: The error of this V1NodeConfigStatus. - :type: str - """ - - self._error = error - - @property - def last_known_good(self): - """ - Gets the last_known_good of this V1NodeConfigStatus. - LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future. - - :return: The last_known_good of this V1NodeConfigStatus. - :rtype: V1NodeConfigSource - """ - return self._last_known_good - - @last_known_good.setter - def last_known_good(self, last_known_good): - """ - Sets the last_known_good of this V1NodeConfigStatus. - LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future. - - :param last_known_good: The last_known_good of this V1NodeConfigStatus. - :type: V1NodeConfigSource - """ - - self._last_known_good = last_known_good - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1NodeConfigStatus): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_node_daemon_endpoints.py b/kubernetes/client/models/v1_node_daemon_endpoints.py index e39d77590..4f0c7f823 100644 --- a/kubernetes/client/models/v1_node_daemon_endpoints.py +++ b/kubernetes/client/models/v1_node_daemon_endpoints.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_list.py b/kubernetes/client/models/v1_node_list.py index e76801362..06bd147a9 100644 --- a/kubernetes/client/models/v1_node_list.py +++ b/kubernetes/client/models/v1_node_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_selector.py b/kubernetes/client/models/v1_node_selector.py index f4b7beccf..db163c85c 100644 --- a/kubernetes/client/models/v1_node_selector.py +++ b/kubernetes/client/models/v1_node_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_selector_requirement.py b/kubernetes/client/models/v1_node_selector_requirement.py index f6215762b..02de76978 100644 --- a/kubernetes/client/models/v1_node_selector_requirement.py +++ b/kubernetes/client/models/v1_node_selector_requirement.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_node_selector_term.py b/kubernetes/client/models/v1_node_selector_term.py index 722b96695..c92ff8a10 100644 --- a/kubernetes/client/models/v1_node_selector_term.py +++ b/kubernetes/client/models/v1_node_selector_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,34 +31,28 @@ class V1NodeSelectorTerm(object): and the value is json key in definition. """ swagger_types = { - 'match_expressions': 'list[V1NodeSelectorRequirement]', - 'match_fields': 'list[V1NodeSelectorRequirement]' + 'match_expressions': 'list[V1NodeSelectorRequirement]' } attribute_map = { - 'match_expressions': 'matchExpressions', - 'match_fields': 'matchFields' + 'match_expressions': 'matchExpressions' } - def __init__(self, match_expressions=None, match_fields=None): + def __init__(self, match_expressions=None): """ V1NodeSelectorTerm - a model defined in Swagger """ self._match_expressions = None - self._match_fields = None self.discriminator = None - if match_expressions is not None: - self.match_expressions = match_expressions - if match_fields is not None: - self.match_fields = match_fields + self.match_expressions = match_expressions @property def match_expressions(self): """ Gets the match_expressions of this V1NodeSelectorTerm. - A list of node selector requirements by node's labels. + Required. A list of node selector requirements. The requirements are ANDed. :return: The match_expressions of this V1NodeSelectorTerm. :rtype: list[V1NodeSelectorRequirement] @@ -69,37 +63,16 @@ def match_expressions(self): def match_expressions(self, match_expressions): """ Sets the match_expressions of this V1NodeSelectorTerm. - A list of node selector requirements by node's labels. + Required. A list of node selector requirements. The requirements are ANDed. :param match_expressions: The match_expressions of this V1NodeSelectorTerm. :type: list[V1NodeSelectorRequirement] """ + if match_expressions is None: + raise ValueError("Invalid value for `match_expressions`, must not be `None`") self._match_expressions = match_expressions - @property - def match_fields(self): - """ - Gets the match_fields of this V1NodeSelectorTerm. - A list of node selector requirements by node's fields. - - :return: The match_fields of this V1NodeSelectorTerm. - :rtype: list[V1NodeSelectorRequirement] - """ - return self._match_fields - - @match_fields.setter - def match_fields(self, match_fields): - """ - Sets the match_fields of this V1NodeSelectorTerm. - A list of node selector requirements by node's fields. - - :param match_fields: The match_fields of this V1NodeSelectorTerm. - :type: list[V1NodeSelectorRequirement] - """ - - self._match_fields = match_fields - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/v1_node_spec.py b/kubernetes/client/models/v1_node_spec.py index f9009ad3f..5e3c6dee7 100644 --- a/kubernetes/client/models/v1_node_spec.py +++ b/kubernetes/client/models/v1_node_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -101,7 +101,7 @@ def config_source(self, config_source): def external_id(self): """ Gets the external_id of this V1NodeSpec. - Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 + External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. :return: The external_id of this V1NodeSpec. :rtype: str @@ -112,7 +112,7 @@ def external_id(self): def external_id(self, external_id): """ Sets the external_id of this V1NodeSpec. - Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 + External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. :param external_id: The external_id of this V1NodeSpec. :type: str diff --git a/kubernetes/client/models/v1_node_status.py b/kubernetes/client/models/v1_node_status.py index 3f061b062..a8f11abb9 100644 --- a/kubernetes/client/models/v1_node_status.py +++ b/kubernetes/client/models/v1_node_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -35,7 +35,6 @@ class V1NodeStatus(object): 'allocatable': 'dict(str, str)', 'capacity': 'dict(str, str)', 'conditions': 'list[V1NodeCondition]', - 'config': 'V1NodeConfigStatus', 'daemon_endpoints': 'V1NodeDaemonEndpoints', 'images': 'list[V1ContainerImage]', 'node_info': 'V1NodeSystemInfo', @@ -49,7 +48,6 @@ class V1NodeStatus(object): 'allocatable': 'allocatable', 'capacity': 'capacity', 'conditions': 'conditions', - 'config': 'config', 'daemon_endpoints': 'daemonEndpoints', 'images': 'images', 'node_info': 'nodeInfo', @@ -58,7 +56,7 @@ class V1NodeStatus(object): 'volumes_in_use': 'volumesInUse' } - def __init__(self, addresses=None, allocatable=None, capacity=None, conditions=None, config=None, daemon_endpoints=None, images=None, node_info=None, phase=None, volumes_attached=None, volumes_in_use=None): + def __init__(self, addresses=None, allocatable=None, capacity=None, conditions=None, daemon_endpoints=None, images=None, node_info=None, phase=None, volumes_attached=None, volumes_in_use=None): """ V1NodeStatus - a model defined in Swagger """ @@ -67,7 +65,6 @@ def __init__(self, addresses=None, allocatable=None, capacity=None, conditions=N self._allocatable = None self._capacity = None self._conditions = None - self._config = None self._daemon_endpoints = None self._images = None self._node_info = None @@ -84,8 +81,6 @@ def __init__(self, addresses=None, allocatable=None, capacity=None, conditions=N self.capacity = capacity if conditions is not None: self.conditions = conditions - if config is not None: - self.config = config if daemon_endpoints is not None: self.daemon_endpoints = daemon_endpoints if images is not None: @@ -191,29 +186,6 @@ def conditions(self, conditions): self._conditions = conditions - @property - def config(self): - """ - Gets the config of this V1NodeStatus. - Status of the config assigned to the node via the dynamic Kubelet config feature. - - :return: The config of this V1NodeStatus. - :rtype: V1NodeConfigStatus - """ - return self._config - - @config.setter - def config(self, config): - """ - Sets the config of this V1NodeStatus. - Status of the config assigned to the node via the dynamic Kubelet config feature. - - :param config: The config of this V1NodeStatus. - :type: V1NodeConfigStatus - """ - - self._config = config - @property def daemon_endpoints(self): """ diff --git a/kubernetes/client/models/v1_node_system_info.py b/kubernetes/client/models/v1_node_system_info.py index f424a9a0a..d4a293fa5 100644 --- a/kubernetes/client/models/v1_node_system_info.py +++ b/kubernetes/client/models/v1_node_system_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_non_resource_attributes.py b/kubernetes/client/models/v1_non_resource_attributes.py index 8d2e0b2a1..32a089ef9 100644 --- a/kubernetes/client/models/v1_non_resource_attributes.py +++ b/kubernetes/client/models/v1_non_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_non_resource_rule.py b/kubernetes/client/models/v1_non_resource_rule.py index 2b0742afe..988cf4f2b 100644 --- a/kubernetes/client/models/v1_non_resource_rule.py +++ b/kubernetes/client/models/v1_non_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_object_field_selector.py b/kubernetes/client/models/v1_object_field_selector.py index 886f8c537..526b764f3 100644 --- a/kubernetes/client/models/v1_object_field_selector.py +++ b/kubernetes/client/models/v1_object_field_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_object_meta.py b/kubernetes/client/models/v1_object_meta.py index eefe900ab..83cc8305c 100644 --- a/kubernetes/client/models/v1_object_meta.py +++ b/kubernetes/client/models/v1_object_meta.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_object_reference.py b/kubernetes/client/models/v1_object_reference.py index 0d8638917..ffef35a85 100644 --- a/kubernetes/client/models/v1_object_reference.py +++ b/kubernetes/client/models/v1_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_owner_reference.py b/kubernetes/client/models/v1_owner_reference.py index 23d73bcef..907372387 100644 --- a/kubernetes/client/models/v1_owner_reference.py +++ b/kubernetes/client/models/v1_owner_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume.py b/kubernetes/client/models/v1_persistent_volume.py index 9aa25c9a7..d6305eb88 100644 --- a/kubernetes/client/models/v1_persistent_volume.py +++ b/kubernetes/client/models/v1_persistent_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim.py b/kubernetes/client/models/v1_persistent_volume_claim.py index 4653dc89e..8b68b7dfe 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim.py +++ b/kubernetes/client/models/v1_persistent_volume_claim.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim_condition.py b/kubernetes/client/models/v1_persistent_volume_claim_condition.py index ab7f150a1..00f736ae7 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim_condition.py +++ b/kubernetes/client/models/v1_persistent_volume_claim_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim_list.py b/kubernetes/client/models/v1_persistent_volume_claim_list.py index bf9321f4e..6dba18bd8 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim_list.py +++ b/kubernetes/client/models/v1_persistent_volume_claim_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim_spec.py b/kubernetes/client/models/v1_persistent_volume_claim_spec.py index e5f377040..aad03e7dd 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim_spec.py +++ b/kubernetes/client/models/v1_persistent_volume_claim_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim_status.py b/kubernetes/client/models/v1_persistent_volume_claim_status.py index 21c9b73ac..303ea6749 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim_status.py +++ b/kubernetes/client/models/v1_persistent_volume_claim_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_claim_volume_source.py b/kubernetes/client/models/v1_persistent_volume_claim_volume_source.py index b8a6bdb4d..1f392f6f6 100644 --- a/kubernetes/client/models/v1_persistent_volume_claim_volume_source.py +++ b/kubernetes/client/models/v1_persistent_volume_claim_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_list.py b/kubernetes/client/models/v1_persistent_volume_list.py index 65fbe4ee4..555e65a69 100644 --- a/kubernetes/client/models/v1_persistent_volume_list.py +++ b/kubernetes/client/models/v1_persistent_volume_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_persistent_volume_spec.py b/kubernetes/client/models/v1_persistent_volume_spec.py index dc262ec81..3be70d7b5 100644 --- a/kubernetes/client/models/v1_persistent_volume_spec.py +++ b/kubernetes/client/models/v1_persistent_volume_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -37,7 +37,7 @@ class V1PersistentVolumeSpec(object): 'azure_file': 'V1AzureFilePersistentVolumeSource', 'capacity': 'dict(str, str)', 'cephfs': 'V1CephFSPersistentVolumeSource', - 'cinder': 'V1CinderPersistentVolumeSource', + 'cinder': 'V1CinderVolumeSource', 'claim_ref': 'V1ObjectReference', 'csi': 'V1CSIPersistentVolumeSource', 'fc': 'V1FCVolumeSource', @@ -339,7 +339,7 @@ def cinder(self): Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md :return: The cinder of this V1PersistentVolumeSpec. - :rtype: V1CinderPersistentVolumeSource + :rtype: V1CinderVolumeSource """ return self._cinder @@ -350,7 +350,7 @@ def cinder(self, cinder): Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md :param cinder: The cinder of this V1PersistentVolumeSpec. - :type: V1CinderPersistentVolumeSource + :type: V1CinderVolumeSource """ self._cinder = cinder diff --git a/kubernetes/client/models/v1_persistent_volume_status.py b/kubernetes/client/models/v1_persistent_volume_status.py index 4e1980993..d1bdf2c70 100644 --- a/kubernetes/client/models/v1_persistent_volume_status.py +++ b/kubernetes/client/models/v1_persistent_volume_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_photon_persistent_disk_volume_source.py b/kubernetes/client/models/v1_photon_persistent_disk_volume_source.py index cbbb6d28a..83ea87cf0 100644 --- a/kubernetes/client/models/v1_photon_persistent_disk_volume_source.py +++ b/kubernetes/client/models/v1_photon_persistent_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod.py b/kubernetes/client/models/v1_pod.py index ccc8c0198..ae1ae2a78 100644 --- a/kubernetes/client/models/v1_pod.py +++ b/kubernetes/client/models/v1_pod.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_affinity.py b/kubernetes/client/models/v1_pod_affinity.py index a5ba46368..1c76815a4 100644 --- a/kubernetes/client/models/v1_pod_affinity.py +++ b/kubernetes/client/models/v1_pod_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_affinity_term.py b/kubernetes/client/models/v1_pod_affinity_term.py index 7fe8b5372..1dd039fdb 100644 --- a/kubernetes/client/models/v1_pod_affinity_term.py +++ b/kubernetes/client/models/v1_pod_affinity_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_anti_affinity.py b/kubernetes/client/models/v1_pod_anti_affinity.py index 0e9581437..22e5cf56a 100644 --- a/kubernetes/client/models/v1_pod_anti_affinity.py +++ b/kubernetes/client/models/v1_pod_anti_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_condition.py b/kubernetes/client/models/v1_pod_condition.py index d780595d7..a58e05caf 100644 --- a/kubernetes/client/models/v1_pod_condition.py +++ b/kubernetes/client/models/v1_pod_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -193,7 +193,7 @@ def status(self, status): def type(self): """ Gets the type of this V1PodCondition. - Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions :return: The type of this V1PodCondition. :rtype: str @@ -204,7 +204,7 @@ def type(self): def type(self, type): """ Sets the type of this V1PodCondition. - Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions :param type: The type of this V1PodCondition. :type: str diff --git a/kubernetes/client/models/v1_pod_dns_config.py b/kubernetes/client/models/v1_pod_dns_config.py index 523376346..4deb2b93c 100644 --- a/kubernetes/client/models/v1_pod_dns_config.py +++ b/kubernetes/client/models/v1_pod_dns_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_dns_config_option.py b/kubernetes/client/models/v1_pod_dns_config_option.py index 0b0eba8e3..ec81c2f2f 100644 --- a/kubernetes/client/models/v1_pod_dns_config_option.py +++ b/kubernetes/client/models/v1_pod_dns_config_option.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_list.py b/kubernetes/client/models/v1_pod_list.py index 0739aa27b..7143d5823 100644 --- a/kubernetes/client/models/v1_pod_list.py +++ b/kubernetes/client/models/v1_pod_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_readiness_gate.py b/kubernetes/client/models/v1_pod_readiness_gate.py deleted file mode 100644 index 1954d559c..000000000 --- a/kubernetes/client/models/v1_pod_readiness_gate.py +++ /dev/null @@ -1,127 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1PodReadinessGate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'condition_type': 'str' - } - - attribute_map = { - 'condition_type': 'conditionType' - } - - def __init__(self, condition_type=None): - """ - V1PodReadinessGate - a model defined in Swagger - """ - - self._condition_type = None - self.discriminator = None - - self.condition_type = condition_type - - @property - def condition_type(self): - """ - Gets the condition_type of this V1PodReadinessGate. - ConditionType refers to a condition in the pod's condition list with matching type. - - :return: The condition_type of this V1PodReadinessGate. - :rtype: str - """ - return self._condition_type - - @condition_type.setter - def condition_type(self, condition_type): - """ - Sets the condition_type of this V1PodReadinessGate. - ConditionType refers to a condition in the pod's condition list with matching type. - - :param condition_type: The condition_type of this V1PodReadinessGate. - :type: str - """ - if condition_type is None: - raise ValueError("Invalid value for `condition_type`, must not be `None`") - - self._condition_type = condition_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1PodReadinessGate): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_pod_security_context.py b/kubernetes/client/models/v1_pod_security_context.py index eef41bdba..d5e3169e7 100644 --- a/kubernetes/client/models/v1_pod_security_context.py +++ b/kubernetes/client/models/v1_pod_security_context.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -36,8 +36,7 @@ class V1PodSecurityContext(object): 'run_as_non_root': 'bool', 'run_as_user': 'int', 'se_linux_options': 'V1SELinuxOptions', - 'supplemental_groups': 'list[int]', - 'sysctls': 'list[V1Sysctl]' + 'supplemental_groups': 'list[int]' } attribute_map = { @@ -46,11 +45,10 @@ class V1PodSecurityContext(object): 'run_as_non_root': 'runAsNonRoot', 'run_as_user': 'runAsUser', 'se_linux_options': 'seLinuxOptions', - 'supplemental_groups': 'supplementalGroups', - 'sysctls': 'sysctls' + 'supplemental_groups': 'supplementalGroups' } - def __init__(self, fs_group=None, run_as_group=None, run_as_non_root=None, run_as_user=None, se_linux_options=None, supplemental_groups=None, sysctls=None): + def __init__(self, fs_group=None, run_as_group=None, run_as_non_root=None, run_as_user=None, se_linux_options=None, supplemental_groups=None): """ V1PodSecurityContext - a model defined in Swagger """ @@ -61,7 +59,6 @@ def __init__(self, fs_group=None, run_as_group=None, run_as_non_root=None, run_a self._run_as_user = None self._se_linux_options = None self._supplemental_groups = None - self._sysctls = None self.discriminator = None if fs_group is not None: @@ -76,8 +73,6 @@ def __init__(self, fs_group=None, run_as_group=None, run_as_non_root=None, run_a self.se_linux_options = se_linux_options if supplemental_groups is not None: self.supplemental_groups = supplemental_groups - if sysctls is not None: - self.sysctls = sysctls @property def fs_group(self): @@ -217,29 +212,6 @@ def supplemental_groups(self, supplemental_groups): self._supplemental_groups = supplemental_groups - @property - def sysctls(self): - """ - Gets the sysctls of this V1PodSecurityContext. - Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. - - :return: The sysctls of this V1PodSecurityContext. - :rtype: list[V1Sysctl] - """ - return self._sysctls - - @sysctls.setter - def sysctls(self, sysctls): - """ - Sets the sysctls of this V1PodSecurityContext. - Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. - - :param sysctls: The sysctls of this V1PodSecurityContext. - :type: list[V1Sysctl] - """ - - self._sysctls = sysctls - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/v1_pod_spec.py b/kubernetes/client/models/v1_pod_spec.py index e2b25cc24..db8cbf152 100644 --- a/kubernetes/client/models/v1_pod_spec.py +++ b/kubernetes/client/models/v1_pod_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -48,7 +48,6 @@ class V1PodSpec(object): 'node_selector': 'dict(str, str)', 'priority': 'int', 'priority_class_name': 'str', - 'readiness_gates': 'list[V1PodReadinessGate]', 'restart_policy': 'str', 'scheduler_name': 'str', 'security_context': 'V1PodSecurityContext', @@ -79,7 +78,6 @@ class V1PodSpec(object): 'node_selector': 'nodeSelector', 'priority': 'priority', 'priority_class_name': 'priorityClassName', - 'readiness_gates': 'readinessGates', 'restart_policy': 'restartPolicy', 'scheduler_name': 'schedulerName', 'security_context': 'securityContext', @@ -92,7 +90,7 @@ class V1PodSpec(object): 'volumes': 'volumes' } - def __init__(self, active_deadline_seconds=None, affinity=None, automount_service_account_token=None, containers=None, dns_config=None, dns_policy=None, host_aliases=None, host_ipc=None, host_network=None, host_pid=None, hostname=None, image_pull_secrets=None, init_containers=None, node_name=None, node_selector=None, priority=None, priority_class_name=None, readiness_gates=None, restart_policy=None, scheduler_name=None, security_context=None, service_account=None, service_account_name=None, share_process_namespace=None, subdomain=None, termination_grace_period_seconds=None, tolerations=None, volumes=None): + def __init__(self, active_deadline_seconds=None, affinity=None, automount_service_account_token=None, containers=None, dns_config=None, dns_policy=None, host_aliases=None, host_ipc=None, host_network=None, host_pid=None, hostname=None, image_pull_secrets=None, init_containers=None, node_name=None, node_selector=None, priority=None, priority_class_name=None, restart_policy=None, scheduler_name=None, security_context=None, service_account=None, service_account_name=None, share_process_namespace=None, subdomain=None, termination_grace_period_seconds=None, tolerations=None, volumes=None): """ V1PodSpec - a model defined in Swagger """ @@ -114,7 +112,6 @@ def __init__(self, active_deadline_seconds=None, affinity=None, automount_servic self._node_selector = None self._priority = None self._priority_class_name = None - self._readiness_gates = None self._restart_policy = None self._scheduler_name = None self._security_context = None @@ -160,8 +157,6 @@ def __init__(self, active_deadline_seconds=None, affinity=None, automount_servic self.priority = priority if priority_class_name is not None: self.priority_class_name = priority_class_name - if readiness_gates is not None: - self.readiness_gates = readiness_gates if restart_policy is not None: self.restart_policy = restart_policy if scheduler_name is not None: @@ -576,29 +571,6 @@ def priority_class_name(self, priority_class_name): self._priority_class_name = priority_class_name - @property - def readiness_gates(self): - """ - Gets the readiness_gates of this V1PodSpec. - If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md - - :return: The readiness_gates of this V1PodSpec. - :rtype: list[V1PodReadinessGate] - """ - return self._readiness_gates - - @readiness_gates.setter - def readiness_gates(self, readiness_gates): - """ - Sets the readiness_gates of this V1PodSpec. - If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md - - :param readiness_gates: The readiness_gates of this V1PodSpec. - :type: list[V1PodReadinessGate] - """ - - self._readiness_gates = readiness_gates - @property def restart_policy(self): """ diff --git a/kubernetes/client/models/v1_pod_status.py b/kubernetes/client/models/v1_pod_status.py index 76fee9a62..7428e6708 100644 --- a/kubernetes/client/models/v1_pod_status.py +++ b/kubernetes/client/models/v1_pod_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -241,7 +241,7 @@ def nominated_node_name(self, nominated_node_name): def phase(self): """ Gets the phase of this V1PodStatus. - The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase + Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase :return: The phase of this V1PodStatus. :rtype: str @@ -252,7 +252,7 @@ def phase(self): def phase(self, phase): """ Sets the phase of this V1PodStatus. - The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase + Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase :param phase: The phase of this V1PodStatus. :type: str diff --git a/kubernetes/client/models/v1_pod_template.py b/kubernetes/client/models/v1_pod_template.py index ac1503642..42479fad7 100644 --- a/kubernetes/client/models/v1_pod_template.py +++ b/kubernetes/client/models/v1_pod_template.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_template_list.py b/kubernetes/client/models/v1_pod_template_list.py index 0fed0e404..8cd58f83e 100644 --- a/kubernetes/client/models/v1_pod_template_list.py +++ b/kubernetes/client/models/v1_pod_template_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_pod_template_spec.py b/kubernetes/client/models/v1_pod_template_spec.py index ea9921f52..67e2d7a89 100644 --- a/kubernetes/client/models/v1_pod_template_spec.py +++ b/kubernetes/client/models/v1_pod_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_policy_rule.py b/kubernetes/client/models/v1_policy_rule.py index dfa846ac0..a7a4d6b2b 100644 --- a/kubernetes/client/models/v1_policy_rule.py +++ b/kubernetes/client/models/v1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_portworx_volume_source.py b/kubernetes/client/models/v1_portworx_volume_source.py index 467bf8d8e..611c15aa0 100644 --- a/kubernetes/client/models/v1_portworx_volume_source.py +++ b/kubernetes/client/models/v1_portworx_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_preconditions.py b/kubernetes/client/models/v1_preconditions.py index a059bd9c9..48775b6b7 100644 --- a/kubernetes/client/models/v1_preconditions.py +++ b/kubernetes/client/models/v1_preconditions.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_preferred_scheduling_term.py b/kubernetes/client/models/v1_preferred_scheduling_term.py index b5cc08470..423941ef3 100644 --- a/kubernetes/client/models/v1_preferred_scheduling_term.py +++ b/kubernetes/client/models/v1_preferred_scheduling_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_probe.py b/kubernetes/client/models/v1_probe.py index b24c18477..3b9d2a298 100644 --- a/kubernetes/client/models/v1_probe.py +++ b/kubernetes/client/models/v1_probe.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_projected_volume_source.py b/kubernetes/client/models/v1_projected_volume_source.py index 4393d84bd..cc6580307 100644 --- a/kubernetes/client/models/v1_projected_volume_source.py +++ b/kubernetes/client/models/v1_projected_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_quobyte_volume_source.py b/kubernetes/client/models/v1_quobyte_volume_source.py index fa22cc595..bea2c7ad4 100644 --- a/kubernetes/client/models/v1_quobyte_volume_source.py +++ b/kubernetes/client/models/v1_quobyte_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_rbd_persistent_volume_source.py b/kubernetes/client/models/v1_rbd_persistent_volume_source.py index bc91bcfb0..648da8e6a 100644 --- a/kubernetes/client/models/v1_rbd_persistent_volume_source.py +++ b/kubernetes/client/models/v1_rbd_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_rbd_volume_source.py b/kubernetes/client/models/v1_rbd_volume_source.py index fb152b4c7..3e9d60430 100644 --- a/kubernetes/client/models/v1_rbd_volume_source.py +++ b/kubernetes/client/models/v1_rbd_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replica_set.py b/kubernetes/client/models/v1_replica_set.py index ec03fcce6..7d07e52e6 100644 --- a/kubernetes/client/models/v1_replica_set.py +++ b/kubernetes/client/models/v1_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replica_set_condition.py b/kubernetes/client/models/v1_replica_set_condition.py index 41fb3cb4b..d177da97b 100644 --- a/kubernetes/client/models/v1_replica_set_condition.py +++ b/kubernetes/client/models/v1_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replica_set_list.py b/kubernetes/client/models/v1_replica_set_list.py index 0da52bbc7..f8cd288ab 100644 --- a/kubernetes/client/models/v1_replica_set_list.py +++ b/kubernetes/client/models/v1_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replica_set_spec.py b/kubernetes/client/models/v1_replica_set_spec.py index 718eda763..2a8ee6956 100644 --- a/kubernetes/client/models/v1_replica_set_spec.py +++ b/kubernetes/client/models/v1_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replica_set_status.py b/kubernetes/client/models/v1_replica_set_status.py index 6fcc2dc55..368463ac1 100644 --- a/kubernetes/client/models/v1_replica_set_status.py +++ b/kubernetes/client/models/v1_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replication_controller.py b/kubernetes/client/models/v1_replication_controller.py index 840064fde..cce19797d 100644 --- a/kubernetes/client/models/v1_replication_controller.py +++ b/kubernetes/client/models/v1_replication_controller.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replication_controller_condition.py b/kubernetes/client/models/v1_replication_controller_condition.py index 981498ddb..8415c76d7 100644 --- a/kubernetes/client/models/v1_replication_controller_condition.py +++ b/kubernetes/client/models/v1_replication_controller_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replication_controller_list.py b/kubernetes/client/models/v1_replication_controller_list.py index 07f6ab18e..62a949f5c 100644 --- a/kubernetes/client/models/v1_replication_controller_list.py +++ b/kubernetes/client/models/v1_replication_controller_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replication_controller_spec.py b/kubernetes/client/models/v1_replication_controller_spec.py index 6cd5a9fed..bcb0a8be4 100644 --- a/kubernetes/client/models/v1_replication_controller_spec.py +++ b/kubernetes/client/models/v1_replication_controller_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_replication_controller_status.py b/kubernetes/client/models/v1_replication_controller_status.py index 60f0449cf..6c200b692 100644 --- a/kubernetes/client/models/v1_replication_controller_status.py +++ b/kubernetes/client/models/v1_replication_controller_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_attributes.py b/kubernetes/client/models/v1_resource_attributes.py index d819860b8..4c4e5c5ea 100644 --- a/kubernetes/client/models/v1_resource_attributes.py +++ b/kubernetes/client/models/v1_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_field_selector.py b/kubernetes/client/models/v1_resource_field_selector.py index b1d2b1c40..c5c3e96ea 100644 --- a/kubernetes/client/models/v1_resource_field_selector.py +++ b/kubernetes/client/models/v1_resource_field_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_quota.py b/kubernetes/client/models/v1_resource_quota.py index 366d522d5..b1bc0f7f6 100644 --- a/kubernetes/client/models/v1_resource_quota.py +++ b/kubernetes/client/models/v1_resource_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_quota_list.py b/kubernetes/client/models/v1_resource_quota_list.py index 6aeef7ddb..3f64caa0f 100644 --- a/kubernetes/client/models/v1_resource_quota_list.py +++ b/kubernetes/client/models/v1_resource_quota_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_quota_spec.py b/kubernetes/client/models/v1_resource_quota_spec.py index 335806f8f..8ac002cd8 100644 --- a/kubernetes/client/models/v1_resource_quota_spec.py +++ b/kubernetes/client/models/v1_resource_quota_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,30 +32,25 @@ class V1ResourceQuotaSpec(object): """ swagger_types = { 'hard': 'dict(str, str)', - 'scope_selector': 'V1ScopeSelector', 'scopes': 'list[str]' } attribute_map = { 'hard': 'hard', - 'scope_selector': 'scopeSelector', 'scopes': 'scopes' } - def __init__(self, hard=None, scope_selector=None, scopes=None): + def __init__(self, hard=None, scopes=None): """ V1ResourceQuotaSpec - a model defined in Swagger """ self._hard = None - self._scope_selector = None self._scopes = None self.discriminator = None if hard is not None: self.hard = hard - if scope_selector is not None: - self.scope_selector = scope_selector if scopes is not None: self.scopes = scopes @@ -63,7 +58,7 @@ def __init__(self, hard=None, scope_selector=None, scopes=None): def hard(self): """ Gets the hard of this V1ResourceQuotaSpec. - hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ :return: The hard of this V1ResourceQuotaSpec. :rtype: dict(str, str) @@ -74,7 +69,7 @@ def hard(self): def hard(self, hard): """ Sets the hard of this V1ResourceQuotaSpec. - hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ :param hard: The hard of this V1ResourceQuotaSpec. :type: dict(str, str) @@ -82,29 +77,6 @@ def hard(self, hard): self._hard = hard - @property - def scope_selector(self): - """ - Gets the scope_selector of this V1ResourceQuotaSpec. - scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. - - :return: The scope_selector of this V1ResourceQuotaSpec. - :rtype: V1ScopeSelector - """ - return self._scope_selector - - @scope_selector.setter - def scope_selector(self, scope_selector): - """ - Sets the scope_selector of this V1ResourceQuotaSpec. - scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. - - :param scope_selector: The scope_selector of this V1ResourceQuotaSpec. - :type: V1ScopeSelector - """ - - self._scope_selector = scope_selector - @property def scopes(self): """ diff --git a/kubernetes/client/models/v1_resource_quota_status.py b/kubernetes/client/models/v1_resource_quota_status.py index cbd3272ff..2cb70c0be 100644 --- a/kubernetes/client/models/v1_resource_quota_status.py +++ b/kubernetes/client/models/v1_resource_quota_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_requirements.py b/kubernetes/client/models/v1_resource_requirements.py index d0e146acc..f1bafb830 100644 --- a/kubernetes/client/models/v1_resource_requirements.py +++ b/kubernetes/client/models/v1_resource_requirements.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_resource_rule.py b/kubernetes/client/models/v1_resource_rule.py index 95312b94e..7b8278c4e 100644 --- a/kubernetes/client/models/v1_resource_rule.py +++ b/kubernetes/client/models/v1_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_role.py b/kubernetes/client/models/v1_role.py index 33e8ac902..ec10e73ed 100644 --- a/kubernetes/client/models/v1_role.py +++ b/kubernetes/client/models/v1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_role_binding.py b/kubernetes/client/models/v1_role_binding.py index 21a375492..e52f67fd7 100644 --- a/kubernetes/client/models/v1_role_binding.py +++ b/kubernetes/client/models/v1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1RoleBinding. :type: list[V1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1_role_binding_list.py b/kubernetes/client/models/v1_role_binding_list.py index 93770fdd0..032e05a86 100644 --- a/kubernetes/client/models/v1_role_binding_list.py +++ b/kubernetes/client/models/v1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_role_list.py b/kubernetes/client/models/v1_role_list.py index dfc5111ba..912982267 100644 --- a/kubernetes/client/models/v1_role_list.py +++ b/kubernetes/client/models/v1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_role_ref.py b/kubernetes/client/models/v1_role_ref.py index 2b3e54532..89d42e3d8 100644 --- a/kubernetes/client/models/v1_role_ref.py +++ b/kubernetes/client/models/v1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_rolling_update_daemon_set.py b/kubernetes/client/models/v1_rolling_update_daemon_set.py index 3bea8db07..e7b712cd6 100644 --- a/kubernetes/client/models/v1_rolling_update_daemon_set.py +++ b/kubernetes/client/models/v1_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_rolling_update_deployment.py b/kubernetes/client/models/v1_rolling_update_deployment.py index 7b11f9878..efbf4f11d 100644 --- a/kubernetes/client/models/v1_rolling_update_deployment.py +++ b/kubernetes/client/models/v1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, max_surge=None, max_unavailable=None): def max_surge(self): """ Gets the max_surge of this V1RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. :return: The max_surge of this V1RollingUpdateDeployment. :rtype: object @@ -69,7 +69,7 @@ def max_surge(self): def max_surge(self, max_surge): """ Sets the max_surge of this V1RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. :param max_surge: The max_surge of this V1RollingUpdateDeployment. :type: object @@ -81,7 +81,7 @@ def max_surge(self, max_surge): def max_unavailable(self): """ Gets the max_unavailable of this V1RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :return: The max_unavailable of this V1RollingUpdateDeployment. :rtype: object @@ -92,7 +92,7 @@ def max_unavailable(self): def max_unavailable(self, max_unavailable): """ Sets the max_unavailable of this V1RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :param max_unavailable: The max_unavailable of this V1RollingUpdateDeployment. :type: object diff --git a/kubernetes/client/models/v1_rolling_update_stateful_set_strategy.py b/kubernetes/client/models/v1_rolling_update_stateful_set_strategy.py index e0b442760..a5a10010e 100644 --- a/kubernetes/client/models/v1_rolling_update_stateful_set_strategy.py +++ b/kubernetes/client/models/v1_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scale.py b/kubernetes/client/models/v1_scale.py index a01b0b62f..b2d317b77 100644 --- a/kubernetes/client/models/v1_scale.py +++ b/kubernetes/client/models/v1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scale_io_persistent_volume_source.py b/kubernetes/client/models/v1_scale_io_persistent_volume_source.py index 2470d63cd..740df9b05 100644 --- a/kubernetes/client/models/v1_scale_io_persistent_volume_source.py +++ b/kubernetes/client/models/v1_scale_io_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scale_io_volume_source.py b/kubernetes/client/models/v1_scale_io_volume_source.py index d8cd2680f..865d66202 100644 --- a/kubernetes/client/models/v1_scale_io_volume_source.py +++ b/kubernetes/client/models/v1_scale_io_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scale_spec.py b/kubernetes/client/models/v1_scale_spec.py index 461b1cbba..ca1db637d 100644 --- a/kubernetes/client/models/v1_scale_spec.py +++ b/kubernetes/client/models/v1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scale_status.py b/kubernetes/client/models/v1_scale_status.py index 68b64f7da..34c651e6d 100644 --- a/kubernetes/client/models/v1_scale_status.py +++ b/kubernetes/client/models/v1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_scope_selector.py b/kubernetes/client/models/v1_scope_selector.py deleted file mode 100644 index 98e2463d9..000000000 --- a/kubernetes/client/models/v1_scope_selector.py +++ /dev/null @@ -1,126 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1ScopeSelector(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'match_expressions': 'list[V1ScopedResourceSelectorRequirement]' - } - - attribute_map = { - 'match_expressions': 'matchExpressions' - } - - def __init__(self, match_expressions=None): - """ - V1ScopeSelector - a model defined in Swagger - """ - - self._match_expressions = None - self.discriminator = None - - if match_expressions is not None: - self.match_expressions = match_expressions - - @property - def match_expressions(self): - """ - Gets the match_expressions of this V1ScopeSelector. - A list of scope selector requirements by scope of the resources. - - :return: The match_expressions of this V1ScopeSelector. - :rtype: list[V1ScopedResourceSelectorRequirement] - """ - return self._match_expressions - - @match_expressions.setter - def match_expressions(self, match_expressions): - """ - Sets the match_expressions of this V1ScopeSelector. - A list of scope selector requirements by scope of the resources. - - :param match_expressions: The match_expressions of this V1ScopeSelector. - :type: list[V1ScopedResourceSelectorRequirement] - """ - - self._match_expressions = match_expressions - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1ScopeSelector): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_scoped_resource_selector_requirement.py b/kubernetes/client/models/v1_scoped_resource_selector_requirement.py deleted file mode 100644 index c5a389fd2..000000000 --- a/kubernetes/client/models/v1_scoped_resource_selector_requirement.py +++ /dev/null @@ -1,184 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1ScopedResourceSelectorRequirement(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'operator': 'str', - 'scope_name': 'str', - 'values': 'list[str]' - } - - attribute_map = { - 'operator': 'operator', - 'scope_name': 'scopeName', - 'values': 'values' - } - - def __init__(self, operator=None, scope_name=None, values=None): - """ - V1ScopedResourceSelectorRequirement - a model defined in Swagger - """ - - self._operator = None - self._scope_name = None - self._values = None - self.discriminator = None - - self.operator = operator - self.scope_name = scope_name - if values is not None: - self.values = values - - @property - def operator(self): - """ - Gets the operator of this V1ScopedResourceSelectorRequirement. - Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. - - :return: The operator of this V1ScopedResourceSelectorRequirement. - :rtype: str - """ - return self._operator - - @operator.setter - def operator(self, operator): - """ - Sets the operator of this V1ScopedResourceSelectorRequirement. - Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. - - :param operator: The operator of this V1ScopedResourceSelectorRequirement. - :type: str - """ - if operator is None: - raise ValueError("Invalid value for `operator`, must not be `None`") - - self._operator = operator - - @property - def scope_name(self): - """ - Gets the scope_name of this V1ScopedResourceSelectorRequirement. - The name of the scope that the selector applies to. - - :return: The scope_name of this V1ScopedResourceSelectorRequirement. - :rtype: str - """ - return self._scope_name - - @scope_name.setter - def scope_name(self, scope_name): - """ - Sets the scope_name of this V1ScopedResourceSelectorRequirement. - The name of the scope that the selector applies to. - - :param scope_name: The scope_name of this V1ScopedResourceSelectorRequirement. - :type: str - """ - if scope_name is None: - raise ValueError("Invalid value for `scope_name`, must not be `None`") - - self._scope_name = scope_name - - @property - def values(self): - """ - Gets the values of this V1ScopedResourceSelectorRequirement. - An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - - :return: The values of this V1ScopedResourceSelectorRequirement. - :rtype: list[str] - """ - return self._values - - @values.setter - def values(self, values): - """ - Sets the values of this V1ScopedResourceSelectorRequirement. - An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - - :param values: The values of this V1ScopedResourceSelectorRequirement. - :type: list[str] - """ - - self._values = values - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1ScopedResourceSelectorRequirement): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_se_linux_options.py b/kubernetes/client/models/v1_se_linux_options.py index 43b5417fc..14833a17d 100644 --- a/kubernetes/client/models/v1_se_linux_options.py +++ b/kubernetes/client/models/v1_se_linux_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret.py b/kubernetes/client/models/v1_secret.py index be6dc5596..7ec1c2a3d 100644 --- a/kubernetes/client/models/v1_secret.py +++ b/kubernetes/client/models/v1_secret.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_env_source.py b/kubernetes/client/models/v1_secret_env_source.py index 3426126a2..a8a7b172b 100644 --- a/kubernetes/client/models/v1_secret_env_source.py +++ b/kubernetes/client/models/v1_secret_env_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_key_selector.py b/kubernetes/client/models/v1_secret_key_selector.py index 0a54d65d2..920728e45 100644 --- a/kubernetes/client/models/v1_secret_key_selector.py +++ b/kubernetes/client/models/v1_secret_key_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_list.py b/kubernetes/client/models/v1_secret_list.py index 51c615294..cddd8287e 100644 --- a/kubernetes/client/models/v1_secret_list.py +++ b/kubernetes/client/models/v1_secret_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_projection.py b/kubernetes/client/models/v1_secret_projection.py index e01f9f23c..5a997a129 100644 --- a/kubernetes/client/models/v1_secret_projection.py +++ b/kubernetes/client/models/v1_secret_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_reference.py b/kubernetes/client/models/v1_secret_reference.py index b1b606101..072423749 100644 --- a/kubernetes/client/models/v1_secret_reference.py +++ b/kubernetes/client/models/v1_secret_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_secret_volume_source.py b/kubernetes/client/models/v1_secret_volume_source.py index 1b8e92d92..a8a98d8ea 100644 --- a/kubernetes/client/models/v1_secret_volume_source.py +++ b/kubernetes/client/models/v1_secret_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_security_context.py b/kubernetes/client/models/v1_security_context.py index c52f15713..b361d3ad2 100644 --- a/kubernetes/client/models/v1_security_context.py +++ b/kubernetes/client/models/v1_security_context.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_self_subject_access_review.py b/kubernetes/client/models/v1_self_subject_access_review.py index 0b4b75d7e..b15b7e5ff 100644 --- a/kubernetes/client/models/v1_self_subject_access_review.py +++ b/kubernetes/client/models/v1_self_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_self_subject_access_review_spec.py b/kubernetes/client/models/v1_self_subject_access_review_spec.py index 22a953e52..d9ef84d2a 100644 --- a/kubernetes/client/models/v1_self_subject_access_review_spec.py +++ b/kubernetes/client/models/v1_self_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_self_subject_rules_review.py b/kubernetes/client/models/v1_self_subject_rules_review.py index 294646ba7..a04efeb19 100644 --- a/kubernetes/client/models/v1_self_subject_rules_review.py +++ b/kubernetes/client/models/v1_self_subject_rules_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_self_subject_rules_review_spec.py b/kubernetes/client/models/v1_self_subject_rules_review_spec.py index c8ddbc050..703898691 100644 --- a/kubernetes/client/models/v1_self_subject_rules_review_spec.py +++ b/kubernetes/client/models/v1_self_subject_rules_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_server_address_by_client_cidr.py b/kubernetes/client/models/v1_server_address_by_client_cidr.py index 413906042..104989592 100644 --- a/kubernetes/client/models/v1_server_address_by_client_cidr.py +++ b/kubernetes/client/models/v1_server_address_by_client_cidr.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service.py b/kubernetes/client/models/v1_service.py index f4c9d9a81..5c80e8a9e 100644 --- a/kubernetes/client/models/v1_service.py +++ b/kubernetes/client/models/v1_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_account.py b/kubernetes/client/models/v1_service_account.py index 2ba6adb25..917ebca41 100644 --- a/kubernetes/client/models/v1_service_account.py +++ b/kubernetes/client/models/v1_service_account.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_account_list.py b/kubernetes/client/models/v1_service_account_list.py index b753aa2ef..9c4b7774d 100644 --- a/kubernetes/client/models/v1_service_account_list.py +++ b/kubernetes/client/models/v1_service_account_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_account_token_projection.py b/kubernetes/client/models/v1_service_account_token_projection.py deleted file mode 100644 index e6259ef8f..000000000 --- a/kubernetes/client/models/v1_service_account_token_projection.py +++ /dev/null @@ -1,183 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1ServiceAccountTokenProjection(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'audience': 'str', - 'expiration_seconds': 'int', - 'path': 'str' - } - - attribute_map = { - 'audience': 'audience', - 'expiration_seconds': 'expirationSeconds', - 'path': 'path' - } - - def __init__(self, audience=None, expiration_seconds=None, path=None): - """ - V1ServiceAccountTokenProjection - a model defined in Swagger - """ - - self._audience = None - self._expiration_seconds = None - self._path = None - self.discriminator = None - - if audience is not None: - self.audience = audience - if expiration_seconds is not None: - self.expiration_seconds = expiration_seconds - self.path = path - - @property - def audience(self): - """ - Gets the audience of this V1ServiceAccountTokenProjection. - Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. - - :return: The audience of this V1ServiceAccountTokenProjection. - :rtype: str - """ - return self._audience - - @audience.setter - def audience(self, audience): - """ - Sets the audience of this V1ServiceAccountTokenProjection. - Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. - - :param audience: The audience of this V1ServiceAccountTokenProjection. - :type: str - """ - - self._audience = audience - - @property - def expiration_seconds(self): - """ - Gets the expiration_seconds of this V1ServiceAccountTokenProjection. - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. - - :return: The expiration_seconds of this V1ServiceAccountTokenProjection. - :rtype: int - """ - return self._expiration_seconds - - @expiration_seconds.setter - def expiration_seconds(self, expiration_seconds): - """ - Sets the expiration_seconds of this V1ServiceAccountTokenProjection. - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. - - :param expiration_seconds: The expiration_seconds of this V1ServiceAccountTokenProjection. - :type: int - """ - - self._expiration_seconds = expiration_seconds - - @property - def path(self): - """ - Gets the path of this V1ServiceAccountTokenProjection. - Path is the path relative to the mount point of the file to project the token into. - - :return: The path of this V1ServiceAccountTokenProjection. - :rtype: str - """ - return self._path - - @path.setter - def path(self, path): - """ - Sets the path of this V1ServiceAccountTokenProjection. - Path is the path relative to the mount point of the file to project the token into. - - :param path: The path of this V1ServiceAccountTokenProjection. - :type: str - """ - if path is None: - raise ValueError("Invalid value for `path`, must not be `None`") - - self._path = path - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1ServiceAccountTokenProjection): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_service_list.py b/kubernetes/client/models/v1_service_list.py index 689719107..26ac930fd 100644 --- a/kubernetes/client/models/v1_service_list.py +++ b/kubernetes/client/models/v1_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_port.py b/kubernetes/client/models/v1_service_port.py index c2eaacd1b..7694bff3c 100644 --- a/kubernetes/client/models/v1_service_port.py +++ b/kubernetes/client/models/v1_service_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_reference.py b/kubernetes/client/models/v1_service_reference.py index 4548395c1..34ca82564 100644 --- a/kubernetes/client/models/v1_service_reference.py +++ b/kubernetes/client/models/v1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_service_spec.py b/kubernetes/client/models/v1_service_spec.py index 5c8ff104d..70747a48a 100644 --- a/kubernetes/client/models/v1_service_spec.py +++ b/kubernetes/client/models/v1_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -297,7 +297,7 @@ def ports(self, ports): def publish_not_ready_addresses(self): """ Gets the publish_not_ready_addresses of this V1ServiceSpec. - publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. + publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all clients have been converted to use this field. :return: The publish_not_ready_addresses of this V1ServiceSpec. :rtype: bool @@ -308,7 +308,7 @@ def publish_not_ready_addresses(self): def publish_not_ready_addresses(self, publish_not_ready_addresses): """ Sets the publish_not_ready_addresses of this V1ServiceSpec. - publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. + publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all clients have been converted to use this field. :param publish_not_ready_addresses: The publish_not_ready_addresses of this V1ServiceSpec. :type: bool diff --git a/kubernetes/client/models/v1_service_status.py b/kubernetes/client/models/v1_service_status.py index 6753ac4c7..084a6ebd3 100644 --- a/kubernetes/client/models/v1_service_status.py +++ b/kubernetes/client/models/v1_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_session_affinity_config.py b/kubernetes/client/models/v1_session_affinity_config.py index 3e0f06794..132febee6 100644 --- a/kubernetes/client/models/v1_session_affinity_config.py +++ b/kubernetes/client/models/v1_session_affinity_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set.py b/kubernetes/client/models/v1_stateful_set.py index 1459e2d06..7ee16462f 100644 --- a/kubernetes/client/models/v1_stateful_set.py +++ b/kubernetes/client/models/v1_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set_condition.py b/kubernetes/client/models/v1_stateful_set_condition.py index 7a5116dfb..e357819ca 100644 --- a/kubernetes/client/models/v1_stateful_set_condition.py +++ b/kubernetes/client/models/v1_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set_list.py b/kubernetes/client/models/v1_stateful_set_list.py index 90fd78a4c..0a9672204 100644 --- a/kubernetes/client/models/v1_stateful_set_list.py +++ b/kubernetes/client/models/v1_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set_spec.py b/kubernetes/client/models/v1_stateful_set_spec.py index 1986b5dea..9e73a8a5c 100644 --- a/kubernetes/client/models/v1_stateful_set_spec.py +++ b/kubernetes/client/models/v1_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set_status.py b/kubernetes/client/models/v1_stateful_set_status.py index 96892568d..d3ea277a8 100644 --- a/kubernetes/client/models/v1_stateful_set_status.py +++ b/kubernetes/client/models/v1_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_stateful_set_update_strategy.py b/kubernetes/client/models/v1_stateful_set_update_strategy.py index 2edfd9cbc..f6cbd849c 100644 --- a/kubernetes/client/models/v1_stateful_set_update_strategy.py +++ b/kubernetes/client/models/v1_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_status.py b/kubernetes/client/models/v1_status.py index c8fb27fc6..31b3d59a6 100644 --- a/kubernetes/client/models/v1_status.py +++ b/kubernetes/client/models/v1_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_status_cause.py b/kubernetes/client/models/v1_status_cause.py index 311169620..f4acdaf50 100644 --- a/kubernetes/client/models/v1_status_cause.py +++ b/kubernetes/client/models/v1_status_cause.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_status_details.py b/kubernetes/client/models/v1_status_details.py index bdd227499..5cdd764d0 100644 --- a/kubernetes/client/models/v1_status_details.py +++ b/kubernetes/client/models/v1_status_details.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_storage_class.py b/kubernetes/client/models/v1_storage_class.py index dafc17582..289687c43 100644 --- a/kubernetes/client/models/v1_storage_class.py +++ b/kubernetes/client/models/v1_storage_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,7 +32,6 @@ class V1StorageClass(object): """ swagger_types = { 'allow_volume_expansion': 'bool', - 'allowed_topologies': 'list[V1TopologySelectorTerm]', 'api_version': 'str', 'kind': 'str', 'metadata': 'V1ObjectMeta', @@ -45,7 +44,6 @@ class V1StorageClass(object): attribute_map = { 'allow_volume_expansion': 'allowVolumeExpansion', - 'allowed_topologies': 'allowedTopologies', 'api_version': 'apiVersion', 'kind': 'kind', 'metadata': 'metadata', @@ -56,13 +54,12 @@ class V1StorageClass(object): 'volume_binding_mode': 'volumeBindingMode' } - def __init__(self, allow_volume_expansion=None, allowed_topologies=None, api_version=None, kind=None, metadata=None, mount_options=None, parameters=None, provisioner=None, reclaim_policy=None, volume_binding_mode=None): + def __init__(self, allow_volume_expansion=None, api_version=None, kind=None, metadata=None, mount_options=None, parameters=None, provisioner=None, reclaim_policy=None, volume_binding_mode=None): """ V1StorageClass - a model defined in Swagger """ self._allow_volume_expansion = None - self._allowed_topologies = None self._api_version = None self._kind = None self._metadata = None @@ -75,8 +72,6 @@ def __init__(self, allow_volume_expansion=None, allowed_topologies=None, api_ver if allow_volume_expansion is not None: self.allow_volume_expansion = allow_volume_expansion - if allowed_topologies is not None: - self.allowed_topologies = allowed_topologies if api_version is not None: self.api_version = api_version if kind is not None: @@ -116,29 +111,6 @@ def allow_volume_expansion(self, allow_volume_expansion): self._allow_volume_expansion = allow_volume_expansion - @property - def allowed_topologies(self): - """ - Gets the allowed_topologies of this V1StorageClass. - Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. - - :return: The allowed_topologies of this V1StorageClass. - :rtype: list[V1TopologySelectorTerm] - """ - return self._allowed_topologies - - @allowed_topologies.setter - def allowed_topologies(self, allowed_topologies): - """ - Sets the allowed_topologies of this V1StorageClass. - Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. - - :param allowed_topologies: The allowed_topologies of this V1StorageClass. - :type: list[V1TopologySelectorTerm] - """ - - self._allowed_topologies = allowed_topologies - @property def api_version(self): """ diff --git a/kubernetes/client/models/v1_storage_class_list.py b/kubernetes/client/models/v1_storage_class_list.py index 5b10d9eb1..56efba187 100644 --- a/kubernetes/client/models/v1_storage_class_list.py +++ b/kubernetes/client/models/v1_storage_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_storage_os_persistent_volume_source.py b/kubernetes/client/models/v1_storage_os_persistent_volume_source.py index 67d0e025f..0e5a36978 100644 --- a/kubernetes/client/models/v1_storage_os_persistent_volume_source.py +++ b/kubernetes/client/models/v1_storage_os_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_storage_os_volume_source.py b/kubernetes/client/models/v1_storage_os_volume_source.py index cf10e2028..548ceb161 100644 --- a/kubernetes/client/models/v1_storage_os_volume_source.py +++ b/kubernetes/client/models/v1_storage_os_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_subject.py b/kubernetes/client/models/v1_subject.py index 3478347a5..796fd0155 100644 --- a/kubernetes/client/models/v1_subject.py +++ b/kubernetes/client/models/v1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_subject_access_review.py b/kubernetes/client/models/v1_subject_access_review.py index 28baaaf6c..57ab462b3 100644 --- a/kubernetes/client/models/v1_subject_access_review.py +++ b/kubernetes/client/models/v1_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_subject_access_review_spec.py b/kubernetes/client/models/v1_subject_access_review_spec.py index 8035015fb..e0c99be79 100644 --- a/kubernetes/client/models/v1_subject_access_review_spec.py +++ b/kubernetes/client/models/v1_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_subject_access_review_status.py b/kubernetes/client/models/v1_subject_access_review_status.py index 5323828b8..28af88431 100644 --- a/kubernetes/client/models/v1_subject_access_review_status.py +++ b/kubernetes/client/models/v1_subject_access_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_subject_rules_review_status.py b/kubernetes/client/models/v1_subject_rules_review_status.py index dfae4acf0..36a2af84e 100644 --- a/kubernetes/client/models/v1_subject_rules_review_status.py +++ b/kubernetes/client/models/v1_subject_rules_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_sysctl.py b/kubernetes/client/models/v1_sysctl.py deleted file mode 100644 index 00da5f091..000000000 --- a/kubernetes/client/models/v1_sysctl.py +++ /dev/null @@ -1,156 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1Sysctl(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'name': 'str', - 'value': 'str' - } - - attribute_map = { - 'name': 'name', - 'value': 'value' - } - - def __init__(self, name=None, value=None): - """ - V1Sysctl - a model defined in Swagger - """ - - self._name = None - self._value = None - self.discriminator = None - - self.name = name - self.value = value - - @property - def name(self): - """ - Gets the name of this V1Sysctl. - Name of a property to set - - :return: The name of this V1Sysctl. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this V1Sysctl. - Name of a property to set - - :param name: The name of this V1Sysctl. - :type: str - """ - if name is None: - raise ValueError("Invalid value for `name`, must not be `None`") - - self._name = name - - @property - def value(self): - """ - Gets the value of this V1Sysctl. - Value of a property to set - - :return: The value of this V1Sysctl. - :rtype: str - """ - return self._value - - @value.setter - def value(self, value): - """ - Sets the value of this V1Sysctl. - Value of a property to set - - :param value: The value of this V1Sysctl. - :type: str - """ - if value is None: - raise ValueError("Invalid value for `value`, must not be `None`") - - self._value = value - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1Sysctl): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_taint.py b/kubernetes/client/models/v1_taint.py index 1d950dc93..f62893aa2 100644 --- a/kubernetes/client/models/v1_taint.py +++ b/kubernetes/client/models/v1_taint.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_tcp_socket_action.py b/kubernetes/client/models/v1_tcp_socket_action.py index 95759897e..1d4558b5d 100644 --- a/kubernetes/client/models/v1_tcp_socket_action.py +++ b/kubernetes/client/models/v1_tcp_socket_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_token_review.py b/kubernetes/client/models/v1_token_review.py index 2e875d347..cfa1b41e4 100644 --- a/kubernetes/client/models/v1_token_review.py +++ b/kubernetes/client/models/v1_token_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_token_review_spec.py b/kubernetes/client/models/v1_token_review_spec.py index 8c346f8ce..1a7077981 100644 --- a/kubernetes/client/models/v1_token_review_spec.py +++ b/kubernetes/client/models/v1_token_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_token_review_status.py b/kubernetes/client/models/v1_token_review_status.py index db4aa0041..914ef9671 100644 --- a/kubernetes/client/models/v1_token_review_status.py +++ b/kubernetes/client/models/v1_token_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_toleration.py b/kubernetes/client/models/v1_toleration.py index fd4403270..8f4e54207 100644 --- a/kubernetes/client/models/v1_toleration.py +++ b/kubernetes/client/models/v1_toleration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_topology_selector_label_requirement.py b/kubernetes/client/models/v1_topology_selector_label_requirement.py deleted file mode 100644 index e9a095925..000000000 --- a/kubernetes/client/models/v1_topology_selector_label_requirement.py +++ /dev/null @@ -1,156 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1TopologySelectorLabelRequirement(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'key': 'str', - 'values': 'list[str]' - } - - attribute_map = { - 'key': 'key', - 'values': 'values' - } - - def __init__(self, key=None, values=None): - """ - V1TopologySelectorLabelRequirement - a model defined in Swagger - """ - - self._key = None - self._values = None - self.discriminator = None - - self.key = key - self.values = values - - @property - def key(self): - """ - Gets the key of this V1TopologySelectorLabelRequirement. - The label key that the selector applies to. - - :return: The key of this V1TopologySelectorLabelRequirement. - :rtype: str - """ - return self._key - - @key.setter - def key(self, key): - """ - Sets the key of this V1TopologySelectorLabelRequirement. - The label key that the selector applies to. - - :param key: The key of this V1TopologySelectorLabelRequirement. - :type: str - """ - if key is None: - raise ValueError("Invalid value for `key`, must not be `None`") - - self._key = key - - @property - def values(self): - """ - Gets the values of this V1TopologySelectorLabelRequirement. - An array of string values. One value must match the label to be selected. Each entry in Values is ORed. - - :return: The values of this V1TopologySelectorLabelRequirement. - :rtype: list[str] - """ - return self._values - - @values.setter - def values(self, values): - """ - Sets the values of this V1TopologySelectorLabelRequirement. - An array of string values. One value must match the label to be selected. Each entry in Values is ORed. - - :param values: The values of this V1TopologySelectorLabelRequirement. - :type: list[str] - """ - if values is None: - raise ValueError("Invalid value for `values`, must not be `None`") - - self._values = values - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1TopologySelectorLabelRequirement): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_topology_selector_term.py b/kubernetes/client/models/v1_topology_selector_term.py deleted file mode 100644 index d400a3310..000000000 --- a/kubernetes/client/models/v1_topology_selector_term.py +++ /dev/null @@ -1,126 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1TopologySelectorTerm(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'match_label_expressions': 'list[V1TopologySelectorLabelRequirement]' - } - - attribute_map = { - 'match_label_expressions': 'matchLabelExpressions' - } - - def __init__(self, match_label_expressions=None): - """ - V1TopologySelectorTerm - a model defined in Swagger - """ - - self._match_label_expressions = None - self.discriminator = None - - if match_label_expressions is not None: - self.match_label_expressions = match_label_expressions - - @property - def match_label_expressions(self): - """ - Gets the match_label_expressions of this V1TopologySelectorTerm. - A list of topology selector requirements by labels. - - :return: The match_label_expressions of this V1TopologySelectorTerm. - :rtype: list[V1TopologySelectorLabelRequirement] - """ - return self._match_label_expressions - - @match_label_expressions.setter - def match_label_expressions(self, match_label_expressions): - """ - Sets the match_label_expressions of this V1TopologySelectorTerm. - A list of topology selector requirements by labels. - - :param match_label_expressions: The match_label_expressions of this V1TopologySelectorTerm. - :type: list[V1TopologySelectorLabelRequirement] - """ - - self._match_label_expressions = match_label_expressions - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1TopologySelectorTerm): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1_user_info.py b/kubernetes/client/models/v1_user_info.py index 0e3c8cf26..0abbc532d 100644 --- a/kubernetes/client/models/v1_user_info.py +++ b/kubernetes/client/models/v1_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_volume.py b/kubernetes/client/models/v1_volume.py index 6fc6baa8d..e2ed8b566 100644 --- a/kubernetes/client/models/v1_volume.py +++ b/kubernetes/client/models/v1_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -463,7 +463,7 @@ def gce_persistent_disk(self, gce_persistent_disk): def git_repo(self): """ Gets the git_repo of this V1Volume. - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. + GitRepo represents a git repository at a particular revision. :return: The git_repo of this V1Volume. :rtype: V1GitRepoVolumeSource @@ -474,7 +474,7 @@ def git_repo(self): def git_repo(self, git_repo): """ Sets the git_repo of this V1Volume. - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. + GitRepo represents a git repository at a particular revision. :param git_repo: The git_repo of this V1Volume. :type: V1GitRepoVolumeSource diff --git a/kubernetes/client/models/v1_volume_device.py b/kubernetes/client/models/v1_volume_device.py index 750a2fc49..1c825b676 100644 --- a/kubernetes/client/models/v1_volume_device.py +++ b/kubernetes/client/models/v1_volume_device.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_volume_mount.py b/kubernetes/client/models/v1_volume_mount.py index cd28501ab..3bd9a12cc 100644 --- a/kubernetes/client/models/v1_volume_mount.py +++ b/kubernetes/client/models/v1_volume_mount.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -96,7 +96,7 @@ def mount_path(self, mount_path): def mount_propagation(self): """ Gets the mount_propagation of this V1VolumeMount. - mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. + mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10. :return: The mount_propagation of this V1VolumeMount. :rtype: str @@ -107,7 +107,7 @@ def mount_propagation(self): def mount_propagation(self, mount_propagation): """ Sets the mount_propagation of this V1VolumeMount. - mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. + mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10. :param mount_propagation: The mount_propagation of this V1VolumeMount. :type: str diff --git a/kubernetes/client/models/v1_volume_node_affinity.py b/kubernetes/client/models/v1_volume_node_affinity.py index ba80a7da8..f29778da1 100644 --- a/kubernetes/client/models/v1_volume_node_affinity.py +++ b/kubernetes/client/models/v1_volume_node_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_volume_projection.py b/kubernetes/client/models/v1_volume_projection.py index 0b4f4e51c..190e664a2 100644 --- a/kubernetes/client/models/v1_volume_projection.py +++ b/kubernetes/client/models/v1_volume_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -33,18 +33,16 @@ class V1VolumeProjection(object): swagger_types = { 'config_map': 'V1ConfigMapProjection', 'downward_api': 'V1DownwardAPIProjection', - 'secret': 'V1SecretProjection', - 'service_account_token': 'V1ServiceAccountTokenProjection' + 'secret': 'V1SecretProjection' } attribute_map = { 'config_map': 'configMap', 'downward_api': 'downwardAPI', - 'secret': 'secret', - 'service_account_token': 'serviceAccountToken' + 'secret': 'secret' } - def __init__(self, config_map=None, downward_api=None, secret=None, service_account_token=None): + def __init__(self, config_map=None, downward_api=None, secret=None): """ V1VolumeProjection - a model defined in Swagger """ @@ -52,7 +50,6 @@ def __init__(self, config_map=None, downward_api=None, secret=None, service_acco self._config_map = None self._downward_api = None self._secret = None - self._service_account_token = None self.discriminator = None if config_map is not None: @@ -61,8 +58,6 @@ def __init__(self, config_map=None, downward_api=None, secret=None, service_acco self.downward_api = downward_api if secret is not None: self.secret = secret - if service_account_token is not None: - self.service_account_token = service_account_token @property def config_map(self): @@ -133,29 +128,6 @@ def secret(self, secret): self._secret = secret - @property - def service_account_token(self): - """ - Gets the service_account_token of this V1VolumeProjection. - information about the serviceAccountToken data to project - - :return: The service_account_token of this V1VolumeProjection. - :rtype: V1ServiceAccountTokenProjection - """ - return self._service_account_token - - @service_account_token.setter - def service_account_token(self, service_account_token): - """ - Sets the service_account_token of this V1VolumeProjection. - information about the serviceAccountToken data to project - - :param service_account_token: The service_account_token of this V1VolumeProjection. - :type: V1ServiceAccountTokenProjection - """ - - self._service_account_token = service_account_token - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/v1_vsphere_virtual_disk_volume_source.py b/kubernetes/client/models/v1_vsphere_virtual_disk_volume_source.py index 6c382b6de..d87d18094 100644 --- a/kubernetes/client/models/v1_vsphere_virtual_disk_volume_source.py +++ b/kubernetes/client/models/v1_vsphere_virtual_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_watch_event.py b/kubernetes/client/models/v1_watch_event.py index fa9685a8b..71645239c 100644 --- a/kubernetes/client/models/v1_watch_event.py +++ b/kubernetes/client/models/v1_watch_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1_weighted_pod_affinity_term.py b/kubernetes/client/models/v1_weighted_pod_affinity_term.py index 411c9d1b4..3c5336bba 100644 --- a/kubernetes/client/models/v1_weighted_pod_affinity_term.py +++ b/kubernetes/client/models/v1_weighted_pod_affinity_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_aggregation_rule.py b/kubernetes/client/models/v1alpha1_aggregation_rule.py index e185041af..d85a9939e 100644 --- a/kubernetes/client/models/v1alpha1_aggregation_rule.py +++ b/kubernetes/client/models/v1alpha1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_cluster_role.py b/kubernetes/client/models/v1alpha1_cluster_role.py index e2720a08b..329001d0d 100644 --- a/kubernetes/client/models/v1alpha1_cluster_role.py +++ b/kubernetes/client/models/v1alpha1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_cluster_role_binding.py b/kubernetes/client/models/v1alpha1_cluster_role_binding.py index 4b92d3642..5044f1149 100644 --- a/kubernetes/client/models/v1alpha1_cluster_role_binding.py +++ b/kubernetes/client/models/v1alpha1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1alpha1ClusterRoleBinding. :type: list[V1alpha1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1alpha1_cluster_role_binding_list.py b/kubernetes/client/models/v1alpha1_cluster_role_binding_list.py index 49a03e9cb..5b7e3bfea 100644 --- a/kubernetes/client/models/v1alpha1_cluster_role_binding_list.py +++ b/kubernetes/client/models/v1alpha1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_cluster_role_list.py b/kubernetes/client/models/v1alpha1_cluster_role_list.py index 2ae88e3fd..675a68dc2 100644 --- a/kubernetes/client/models/v1alpha1_cluster_role_list.py +++ b/kubernetes/client/models/v1alpha1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_initializer.py b/kubernetes/client/models/v1alpha1_initializer.py index cef084858..7d4648121 100644 --- a/kubernetes/client/models/v1alpha1_initializer.py +++ b/kubernetes/client/models/v1alpha1_initializer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_initializer_configuration.py b/kubernetes/client/models/v1alpha1_initializer_configuration.py index 261fa15b5..9122c5ba1 100644 --- a/kubernetes/client/models/v1alpha1_initializer_configuration.py +++ b/kubernetes/client/models/v1alpha1_initializer_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_initializer_configuration_list.py b/kubernetes/client/models/v1alpha1_initializer_configuration_list.py index d96c66337..1587d8175 100644 --- a/kubernetes/client/models/v1alpha1_initializer_configuration_list.py +++ b/kubernetes/client/models/v1alpha1_initializer_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_pod_preset.py b/kubernetes/client/models/v1alpha1_pod_preset.py index 4b24abf40..5b99a51a2 100644 --- a/kubernetes/client/models/v1alpha1_pod_preset.py +++ b/kubernetes/client/models/v1alpha1_pod_preset.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_pod_preset_list.py b/kubernetes/client/models/v1alpha1_pod_preset_list.py index aa17c88be..366be5ef4 100644 --- a/kubernetes/client/models/v1alpha1_pod_preset_list.py +++ b/kubernetes/client/models/v1alpha1_pod_preset_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_pod_preset_spec.py b/kubernetes/client/models/v1alpha1_pod_preset_spec.py index 3907aaf55..674a227f0 100644 --- a/kubernetes/client/models/v1alpha1_pod_preset_spec.py +++ b/kubernetes/client/models/v1alpha1_pod_preset_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_policy_rule.py b/kubernetes/client/models/v1alpha1_policy_rule.py index 09f4c45b6..43ab2d9d6 100644 --- a/kubernetes/client/models/v1alpha1_policy_rule.py +++ b/kubernetes/client/models/v1alpha1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_priority_class.py b/kubernetes/client/models/v1alpha1_priority_class.py index eba1b5fe8..5bcb53560 100644 --- a/kubernetes/client/models/v1alpha1_priority_class.py +++ b/kubernetes/client/models/v1alpha1_priority_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_priority_class_list.py b/kubernetes/client/models/v1alpha1_priority_class_list.py index b8b0312d8..e1e38255f 100644 --- a/kubernetes/client/models/v1alpha1_priority_class_list.py +++ b/kubernetes/client/models/v1alpha1_priority_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_role.py b/kubernetes/client/models/v1alpha1_role.py index 2b30d2fab..937a3834a 100644 --- a/kubernetes/client/models/v1alpha1_role.py +++ b/kubernetes/client/models/v1alpha1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_role_binding.py b/kubernetes/client/models/v1alpha1_role_binding.py index e6150c8d4..76b5af11a 100644 --- a/kubernetes/client/models/v1alpha1_role_binding.py +++ b/kubernetes/client/models/v1alpha1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1alpha1RoleBinding. :type: list[V1alpha1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1alpha1_role_binding_list.py b/kubernetes/client/models/v1alpha1_role_binding_list.py index 23584a76a..2352bf11d 100644 --- a/kubernetes/client/models/v1alpha1_role_binding_list.py +++ b/kubernetes/client/models/v1alpha1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_role_list.py b/kubernetes/client/models/v1alpha1_role_list.py index 808d05ce6..79ef6a2a4 100644 --- a/kubernetes/client/models/v1alpha1_role_list.py +++ b/kubernetes/client/models/v1alpha1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_role_ref.py b/kubernetes/client/models/v1alpha1_role_ref.py index c719ca307..d1b4d4429 100644 --- a/kubernetes/client/models/v1alpha1_role_ref.py +++ b/kubernetes/client/models/v1alpha1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_rule.py b/kubernetes/client/models/v1alpha1_rule.py index 97ce42d47..153d49531 100644 --- a/kubernetes/client/models/v1alpha1_rule.py +++ b/kubernetes/client/models/v1alpha1_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_subject.py b/kubernetes/client/models/v1alpha1_subject.py index 3cef66bc9..9bc0a499a 100644 --- a/kubernetes/client/models/v1alpha1_subject.py +++ b/kubernetes/client/models/v1alpha1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_attachment.py b/kubernetes/client/models/v1alpha1_volume_attachment.py index 42efaae33..a58bcbe6a 100644 --- a/kubernetes/client/models/v1alpha1_volume_attachment.py +++ b/kubernetes/client/models/v1alpha1_volume_attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_attachment_list.py b/kubernetes/client/models/v1alpha1_volume_attachment_list.py index b9917db88..8a958d34b 100644 --- a/kubernetes/client/models/v1alpha1_volume_attachment_list.py +++ b/kubernetes/client/models/v1alpha1_volume_attachment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_attachment_source.py b/kubernetes/client/models/v1alpha1_volume_attachment_source.py index 6581aacac..237c2eddd 100644 --- a/kubernetes/client/models/v1alpha1_volume_attachment_source.py +++ b/kubernetes/client/models/v1alpha1_volume_attachment_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_attachment_spec.py b/kubernetes/client/models/v1alpha1_volume_attachment_spec.py index d0fa4c882..7412a2f2d 100644 --- a/kubernetes/client/models/v1alpha1_volume_attachment_spec.py +++ b/kubernetes/client/models/v1alpha1_volume_attachment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_attachment_status.py b/kubernetes/client/models/v1alpha1_volume_attachment_status.py index 9add942ad..9556720ea 100644 --- a/kubernetes/client/models/v1alpha1_volume_attachment_status.py +++ b/kubernetes/client/models/v1alpha1_volume_attachment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1alpha1_volume_error.py b/kubernetes/client/models/v1alpha1_volume_error.py index 26b8761f2..c09da1f3d 100644 --- a/kubernetes/client/models/v1alpha1_volume_error.py +++ b/kubernetes/client/models/v1alpha1_volume_error.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_aggregation_rule.py b/kubernetes/client/models/v1beta1_aggregation_rule.py index 1838da05f..2251b5bae 100644 --- a/kubernetes/client/models/v1beta1_aggregation_rule.py +++ b/kubernetes/client/models/v1beta1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_api_service.py b/kubernetes/client/models/v1beta1_api_service.py index ac65e5635..b678d2308 100644 --- a/kubernetes/client/models/v1beta1_api_service.py +++ b/kubernetes/client/models/v1beta1_api_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_api_service_condition.py b/kubernetes/client/models/v1beta1_api_service_condition.py index 3eb5af704..92f1515c6 100644 --- a/kubernetes/client/models/v1beta1_api_service_condition.py +++ b/kubernetes/client/models/v1beta1_api_service_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_api_service_list.py b/kubernetes/client/models/v1beta1_api_service_list.py index 39ffddd6d..ebaf16371 100644 --- a/kubernetes/client/models/v1beta1_api_service_list.py +++ b/kubernetes/client/models/v1beta1_api_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_api_service_spec.py b/kubernetes/client/models/v1beta1_api_service_spec.py index feefff43e..39b226099 100644 --- a/kubernetes/client/models/v1beta1_api_service_spec.py +++ b/kubernetes/client/models/v1beta1_api_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -64,8 +64,7 @@ def __init__(self, ca_bundle=None, group=None, group_priority_minimum=None, inse self._version_priority = None self.discriminator = None - if ca_bundle is not None: - self.ca_bundle = ca_bundle + self.ca_bundle = ca_bundle if group is not None: self.group = group self.group_priority_minimum = group_priority_minimum @@ -96,6 +95,8 @@ def ca_bundle(self, ca_bundle): :param ca_bundle: The ca_bundle of this V1beta1APIServiceSpec. :type: str """ + if ca_bundle is None: + raise ValueError("Invalid value for `ca_bundle`, must not be `None`") if ca_bundle is not None and not re.search('^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$', ca_bundle): raise ValueError("Invalid value for `ca_bundle`, must be a follow pattern or equal to `/^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$/`") @@ -224,7 +225,7 @@ def version(self, version): def version_priority(self): """ Gets the version_priority of this V1beta1APIServiceSpec. - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. :return: The version_priority of this V1beta1APIServiceSpec. :rtype: int @@ -235,7 +236,7 @@ def version_priority(self): def version_priority(self, version_priority): """ Sets the version_priority of this V1beta1APIServiceSpec. - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. :param version_priority: The version_priority of this V1beta1APIServiceSpec. :type: int diff --git a/kubernetes/client/models/v1beta1_api_service_status.py b/kubernetes/client/models/v1beta1_api_service_status.py index 86f09ba64..40a7ee632 100644 --- a/kubernetes/client/models/v1beta1_api_service_status.py +++ b/kubernetes/client/models/v1beta1_api_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_certificate_signing_request.py b/kubernetes/client/models/v1beta1_certificate_signing_request.py index d7703845e..dc18e208a 100644 --- a/kubernetes/client/models/v1beta1_certificate_signing_request.py +++ b/kubernetes/client/models/v1beta1_certificate_signing_request.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_certificate_signing_request_condition.py b/kubernetes/client/models/v1beta1_certificate_signing_request_condition.py index 92b7773ac..bb008cb66 100644 --- a/kubernetes/client/models/v1beta1_certificate_signing_request_condition.py +++ b/kubernetes/client/models/v1beta1_certificate_signing_request_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_certificate_signing_request_list.py b/kubernetes/client/models/v1beta1_certificate_signing_request_list.py index a87efa206..dfee3b28b 100644 --- a/kubernetes/client/models/v1beta1_certificate_signing_request_list.py +++ b/kubernetes/client/models/v1beta1_certificate_signing_request_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_certificate_signing_request_spec.py b/kubernetes/client/models/v1beta1_certificate_signing_request_spec.py index 3958c2a75..91cb16df9 100644 --- a/kubernetes/client/models/v1beta1_certificate_signing_request_spec.py +++ b/kubernetes/client/models/v1beta1_certificate_signing_request_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_certificate_signing_request_status.py b/kubernetes/client/models/v1beta1_certificate_signing_request_status.py index 2d08526c3..7983924cb 100644 --- a/kubernetes/client/models/v1beta1_certificate_signing_request_status.py +++ b/kubernetes/client/models/v1beta1_certificate_signing_request_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cluster_role.py b/kubernetes/client/models/v1beta1_cluster_role.py index ee6efdcea..53708e1ce 100644 --- a/kubernetes/client/models/v1beta1_cluster_role.py +++ b/kubernetes/client/models/v1beta1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cluster_role_binding.py b/kubernetes/client/models/v1beta1_cluster_role_binding.py index 874d2fb78..14a9e0d7f 100644 --- a/kubernetes/client/models/v1beta1_cluster_role_binding.py +++ b/kubernetes/client/models/v1beta1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1beta1ClusterRoleBinding. :type: list[V1beta1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1beta1_cluster_role_binding_list.py b/kubernetes/client/models/v1beta1_cluster_role_binding_list.py index 82069ecde..458a085db 100644 --- a/kubernetes/client/models/v1beta1_cluster_role_binding_list.py +++ b/kubernetes/client/models/v1beta1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cluster_role_list.py b/kubernetes/client/models/v1beta1_cluster_role_list.py index 4e914b2de..e590fad1a 100644 --- a/kubernetes/client/models/v1beta1_cluster_role_list.py +++ b/kubernetes/client/models/v1beta1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_controller_revision.py b/kubernetes/client/models/v1beta1_controller_revision.py index 2fe42bf30..e18d90ce3 100644 --- a/kubernetes/client/models/v1beta1_controller_revision.py +++ b/kubernetes/client/models/v1beta1_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_controller_revision_list.py b/kubernetes/client/models/v1beta1_controller_revision_list.py index 524febfd2..604319515 100644 --- a/kubernetes/client/models/v1beta1_controller_revision_list.py +++ b/kubernetes/client/models/v1beta1_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cron_job.py b/kubernetes/client/models/v1beta1_cron_job.py index 1421787c6..6091407c5 100644 --- a/kubernetes/client/models/v1beta1_cron_job.py +++ b/kubernetes/client/models/v1beta1_cron_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cron_job_list.py b/kubernetes/client/models/v1beta1_cron_job_list.py index 469d3875f..8b7ff9bd9 100644 --- a/kubernetes/client/models/v1beta1_cron_job_list.py +++ b/kubernetes/client/models/v1beta1_cron_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cron_job_spec.py b/kubernetes/client/models/v1beta1_cron_job_spec.py index 065052716..75ac2beaa 100644 --- a/kubernetes/client/models/v1beta1_cron_job_spec.py +++ b/kubernetes/client/models/v1beta1_cron_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_cron_job_status.py b/kubernetes/client/models/v1beta1_cron_job_status.py index 22cf8474c..9ecc91d0c 100644 --- a/kubernetes/client/models/v1beta1_cron_job_status.py +++ b/kubernetes/client/models/v1beta1_cron_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_column_definition.py b/kubernetes/client/models/v1beta1_custom_resource_column_definition.py deleted file mode 100644 index 993c635e4..000000000 --- a/kubernetes/client/models/v1beta1_custom_resource_column_definition.py +++ /dev/null @@ -1,269 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1beta1CustomResourceColumnDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'json_path': 'str', - 'description': 'str', - 'format': 'str', - 'name': 'str', - 'priority': 'int', - 'type': 'str' - } - - attribute_map = { - 'json_path': 'JSONPath', - 'description': 'description', - 'format': 'format', - 'name': 'name', - 'priority': 'priority', - 'type': 'type' - } - - def __init__(self, json_path=None, description=None, format=None, name=None, priority=None, type=None): - """ - V1beta1CustomResourceColumnDefinition - a model defined in Swagger - """ - - self._json_path = None - self._description = None - self._format = None - self._name = None - self._priority = None - self._type = None - self.discriminator = None - - self.json_path = json_path - if description is not None: - self.description = description - if format is not None: - self.format = format - self.name = name - if priority is not None: - self.priority = priority - self.type = type - - @property - def json_path(self): - """ - Gets the json_path of this V1beta1CustomResourceColumnDefinition. - JSONPath is a simple JSON path, i.e. with array notation. - - :return: The json_path of this V1beta1CustomResourceColumnDefinition. - :rtype: str - """ - return self._json_path - - @json_path.setter - def json_path(self, json_path): - """ - Sets the json_path of this V1beta1CustomResourceColumnDefinition. - JSONPath is a simple JSON path, i.e. with array notation. - - :param json_path: The json_path of this V1beta1CustomResourceColumnDefinition. - :type: str - """ - if json_path is None: - raise ValueError("Invalid value for `json_path`, must not be `None`") - - self._json_path = json_path - - @property - def description(self): - """ - Gets the description of this V1beta1CustomResourceColumnDefinition. - description is a human readable description of this column. - - :return: The description of this V1beta1CustomResourceColumnDefinition. - :rtype: str - """ - return self._description - - @description.setter - def description(self, description): - """ - Sets the description of this V1beta1CustomResourceColumnDefinition. - description is a human readable description of this column. - - :param description: The description of this V1beta1CustomResourceColumnDefinition. - :type: str - """ - - self._description = description - - @property - def format(self): - """ - Gets the format of this V1beta1CustomResourceColumnDefinition. - format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. - - :return: The format of this V1beta1CustomResourceColumnDefinition. - :rtype: str - """ - return self._format - - @format.setter - def format(self, format): - """ - Sets the format of this V1beta1CustomResourceColumnDefinition. - format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. - - :param format: The format of this V1beta1CustomResourceColumnDefinition. - :type: str - """ - - self._format = format - - @property - def name(self): - """ - Gets the name of this V1beta1CustomResourceColumnDefinition. - name is a human readable name for the column. - - :return: The name of this V1beta1CustomResourceColumnDefinition. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this V1beta1CustomResourceColumnDefinition. - name is a human readable name for the column. - - :param name: The name of this V1beta1CustomResourceColumnDefinition. - :type: str - """ - if name is None: - raise ValueError("Invalid value for `name`, must not be `None`") - - self._name = name - - @property - def priority(self): - """ - Gets the priority of this V1beta1CustomResourceColumnDefinition. - priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority. - - :return: The priority of this V1beta1CustomResourceColumnDefinition. - :rtype: int - """ - return self._priority - - @priority.setter - def priority(self, priority): - """ - Sets the priority of this V1beta1CustomResourceColumnDefinition. - priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority. - - :param priority: The priority of this V1beta1CustomResourceColumnDefinition. - :type: int - """ - - self._priority = priority - - @property - def type(self): - """ - Gets the type of this V1beta1CustomResourceColumnDefinition. - type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. - - :return: The type of this V1beta1CustomResourceColumnDefinition. - :rtype: str - """ - return self._type - - @type.setter - def type(self, type): - """ - Sets the type of this V1beta1CustomResourceColumnDefinition. - type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. - - :param type: The type of this V1beta1CustomResourceColumnDefinition. - :type: str - """ - if type is None: - raise ValueError("Invalid value for `type`, must not be `None`") - - self._type = type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1beta1CustomResourceColumnDefinition): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition.py b/kubernetes/client/models/v1beta1_custom_resource_definition.py index ccb087bff..ad79e80c7 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_condition.py b/kubernetes/client/models/v1beta1_custom_resource_definition_condition.py index 4695b0211..bd547a676 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_condition.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_list.py b/kubernetes/client/models/v1beta1_custom_resource_definition_list.py index bffdc353e..b8cc3ef06 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_list.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_names.py b/kubernetes/client/models/v1beta1_custom_resource_definition_names.py index 9050ceb58..b31ead478 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_names.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition_names.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_spec.py b/kubernetes/client/models/v1beta1_custom_resource_definition_spec.py index 3c91999ee..6034470b9 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_spec.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,44 +31,36 @@ class V1beta1CustomResourceDefinitionSpec(object): and the value is json key in definition. """ swagger_types = { - 'additional_printer_columns': 'list[V1beta1CustomResourceColumnDefinition]', 'group': 'str', 'names': 'V1beta1CustomResourceDefinitionNames', 'scope': 'str', 'subresources': 'V1beta1CustomResourceSubresources', 'validation': 'V1beta1CustomResourceValidation', - 'version': 'str', - 'versions': 'list[V1beta1CustomResourceDefinitionVersion]' + 'version': 'str' } attribute_map = { - 'additional_printer_columns': 'additionalPrinterColumns', 'group': 'group', 'names': 'names', 'scope': 'scope', 'subresources': 'subresources', 'validation': 'validation', - 'version': 'version', - 'versions': 'versions' + 'version': 'version' } - def __init__(self, additional_printer_columns=None, group=None, names=None, scope=None, subresources=None, validation=None, version=None, versions=None): + def __init__(self, group=None, names=None, scope=None, subresources=None, validation=None, version=None): """ V1beta1CustomResourceDefinitionSpec - a model defined in Swagger """ - self._additional_printer_columns = None self._group = None self._names = None self._scope = None self._subresources = None self._validation = None self._version = None - self._versions = None self.discriminator = None - if additional_printer_columns is not None: - self.additional_printer_columns = additional_printer_columns self.group = group self.names = names self.scope = scope @@ -76,33 +68,7 @@ def __init__(self, additional_printer_columns=None, group=None, names=None, scop self.subresources = subresources if validation is not None: self.validation = validation - if version is not None: - self.version = version - if versions is not None: - self.versions = versions - - @property - def additional_printer_columns(self): - """ - Gets the additional_printer_columns of this V1beta1CustomResourceDefinitionSpec. - AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column. - - :return: The additional_printer_columns of this V1beta1CustomResourceDefinitionSpec. - :rtype: list[V1beta1CustomResourceColumnDefinition] - """ - return self._additional_printer_columns - - @additional_printer_columns.setter - def additional_printer_columns(self, additional_printer_columns): - """ - Sets the additional_printer_columns of this V1beta1CustomResourceDefinitionSpec. - AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column. - - :param additional_printer_columns: The additional_printer_columns of this V1beta1CustomResourceDefinitionSpec. - :type: list[V1beta1CustomResourceColumnDefinition] - """ - - self._additional_printer_columns = additional_printer_columns + self.version = version @property def group(self): @@ -183,7 +149,7 @@ def scope(self, scope): def subresources(self): """ Gets the subresources of this V1beta1CustomResourceDefinitionSpec. - Subresources describes the subresources for CustomResources + Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate. :return: The subresources of this V1beta1CustomResourceDefinitionSpec. :rtype: V1beta1CustomResourceSubresources @@ -194,7 +160,7 @@ def subresources(self): def subresources(self, subresources): """ Sets the subresources of this V1beta1CustomResourceDefinitionSpec. - Subresources describes the subresources for CustomResources + Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate. :param subresources: The subresources of this V1beta1CustomResourceDefinitionSpec. :type: V1beta1CustomResourceSubresources @@ -229,7 +195,7 @@ def validation(self, validation): def version(self): """ Gets the version of this V1beta1CustomResourceDefinitionSpec. - Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`. + Version is the version this resource belongs in :return: The version of this V1beta1CustomResourceDefinitionSpec. :rtype: str @@ -240,37 +206,16 @@ def version(self): def version(self, version): """ Sets the version of this V1beta1CustomResourceDefinitionSpec. - Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`. + Version is the version this resource belongs in :param version: The version of this V1beta1CustomResourceDefinitionSpec. :type: str """ + if version is None: + raise ValueError("Invalid value for `version`, must not be `None`") self._version = version - @property - def versions(self): - """ - Gets the versions of this V1beta1CustomResourceDefinitionSpec. - Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. - - :return: The versions of this V1beta1CustomResourceDefinitionSpec. - :rtype: list[V1beta1CustomResourceDefinitionVersion] - """ - return self._versions - - @versions.setter - def versions(self, versions): - """ - Sets the versions of this V1beta1CustomResourceDefinitionSpec. - Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. - - :param versions: The versions of this V1beta1CustomResourceDefinitionSpec. - :type: list[V1beta1CustomResourceDefinitionVersion] - """ - - self._versions = versions - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_status.py b/kubernetes/client/models/v1beta1_custom_resource_definition_status.py index d962c48d0..8c4184dd4 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_status.py +++ b/kubernetes/client/models/v1beta1_custom_resource_definition_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,29 +32,25 @@ class V1beta1CustomResourceDefinitionStatus(object): """ swagger_types = { 'accepted_names': 'V1beta1CustomResourceDefinitionNames', - 'conditions': 'list[V1beta1CustomResourceDefinitionCondition]', - 'stored_versions': 'list[str]' + 'conditions': 'list[V1beta1CustomResourceDefinitionCondition]' } attribute_map = { 'accepted_names': 'acceptedNames', - 'conditions': 'conditions', - 'stored_versions': 'storedVersions' + 'conditions': 'conditions' } - def __init__(self, accepted_names=None, conditions=None, stored_versions=None): + def __init__(self, accepted_names=None, conditions=None): """ V1beta1CustomResourceDefinitionStatus - a model defined in Swagger """ self._accepted_names = None self._conditions = None - self._stored_versions = None self.discriminator = None self.accepted_names = accepted_names self.conditions = conditions - self.stored_versions = stored_versions @property def accepted_names(self): @@ -106,31 +102,6 @@ def conditions(self, conditions): self._conditions = conditions - @property - def stored_versions(self): - """ - Gets the stored_versions of this V1beta1CustomResourceDefinitionStatus. - StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field. - - :return: The stored_versions of this V1beta1CustomResourceDefinitionStatus. - :rtype: list[str] - """ - return self._stored_versions - - @stored_versions.setter - def stored_versions(self, stored_versions): - """ - Sets the stored_versions of this V1beta1CustomResourceDefinitionStatus. - StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field. - - :param stored_versions: The stored_versions of this V1beta1CustomResourceDefinitionStatus. - :type: list[str] - """ - if stored_versions is None: - raise ValueError("Invalid value for `stored_versions`, must not be `None`") - - self._stored_versions = stored_versions - def to_dict(self): """ Returns the model properties as a dict diff --git a/kubernetes/client/models/v1beta1_custom_resource_definition_version.py b/kubernetes/client/models/v1beta1_custom_resource_definition_version.py deleted file mode 100644 index 5cb5506d5..000000000 --- a/kubernetes/client/models/v1beta1_custom_resource_definition_version.py +++ /dev/null @@ -1,185 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1beta1CustomResourceDefinitionVersion(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'name': 'str', - 'served': 'bool', - 'storage': 'bool' - } - - attribute_map = { - 'name': 'name', - 'served': 'served', - 'storage': 'storage' - } - - def __init__(self, name=None, served=None, storage=None): - """ - V1beta1CustomResourceDefinitionVersion - a model defined in Swagger - """ - - self._name = None - self._served = None - self._storage = None - self.discriminator = None - - self.name = name - self.served = served - self.storage = storage - - @property - def name(self): - """ - Gets the name of this V1beta1CustomResourceDefinitionVersion. - Name is the version name, e.g. “v1”, “v2beta1”, etc. - - :return: The name of this V1beta1CustomResourceDefinitionVersion. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this V1beta1CustomResourceDefinitionVersion. - Name is the version name, e.g. “v1”, “v2beta1”, etc. - - :param name: The name of this V1beta1CustomResourceDefinitionVersion. - :type: str - """ - if name is None: - raise ValueError("Invalid value for `name`, must not be `None`") - - self._name = name - - @property - def served(self): - """ - Gets the served of this V1beta1CustomResourceDefinitionVersion. - Served is a flag enabling/disabling this version from being served via REST APIs - - :return: The served of this V1beta1CustomResourceDefinitionVersion. - :rtype: bool - """ - return self._served - - @served.setter - def served(self, served): - """ - Sets the served of this V1beta1CustomResourceDefinitionVersion. - Served is a flag enabling/disabling this version from being served via REST APIs - - :param served: The served of this V1beta1CustomResourceDefinitionVersion. - :type: bool - """ - if served is None: - raise ValueError("Invalid value for `served`, must not be `None`") - - self._served = served - - @property - def storage(self): - """ - Gets the storage of this V1beta1CustomResourceDefinitionVersion. - Storage flags the version as storage version. There must be exactly one flagged as storage version. - - :return: The storage of this V1beta1CustomResourceDefinitionVersion. - :rtype: bool - """ - return self._storage - - @storage.setter - def storage(self, storage): - """ - Sets the storage of this V1beta1CustomResourceDefinitionVersion. - Storage flags the version as storage version. There must be exactly one flagged as storage version. - - :param storage: The storage of this V1beta1CustomResourceDefinitionVersion. - :type: bool - """ - if storage is None: - raise ValueError("Invalid value for `storage`, must not be `None`") - - self._storage = storage - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1beta1CustomResourceDefinitionVersion): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1beta1_custom_resource_subresource_scale.py b/kubernetes/client/models/v1beta1_custom_resource_subresource_scale.py index 17de977fb..d70826058 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_subresource_scale.py +++ b/kubernetes/client/models/v1beta1_custom_resource_subresource_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_subresources.py b/kubernetes/client/models/v1beta1_custom_resource_subresources.py index e9590d89f..f6b9821db 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_subresources.py +++ b/kubernetes/client/models/v1beta1_custom_resource_subresources.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_custom_resource_validation.py b/kubernetes/client/models/v1beta1_custom_resource_validation.py index 65966f9a5..ec76bb8d1 100644 --- a/kubernetes/client/models/v1beta1_custom_resource_validation.py +++ b/kubernetes/client/models/v1beta1_custom_resource_validation.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set.py b/kubernetes/client/models/v1beta1_daemon_set.py index e8e40346d..232c2aeb3 100644 --- a/kubernetes/client/models/v1beta1_daemon_set.py +++ b/kubernetes/client/models/v1beta1_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set_condition.py b/kubernetes/client/models/v1beta1_daemon_set_condition.py index 2ce21418f..5bc80866c 100644 --- a/kubernetes/client/models/v1beta1_daemon_set_condition.py +++ b/kubernetes/client/models/v1beta1_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set_list.py b/kubernetes/client/models/v1beta1_daemon_set_list.py index 38317871b..e22674dac 100644 --- a/kubernetes/client/models/v1beta1_daemon_set_list.py +++ b/kubernetes/client/models/v1beta1_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set_spec.py b/kubernetes/client/models/v1beta1_daemon_set_spec.py index 3607acfef..620c9d3eb 100644 --- a/kubernetes/client/models/v1beta1_daemon_set_spec.py +++ b/kubernetes/client/models/v1beta1_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set_status.py b/kubernetes/client/models/v1beta1_daemon_set_status.py index 8c1f7bfa2..efab3ea0a 100644 --- a/kubernetes/client/models/v1beta1_daemon_set_status.py +++ b/kubernetes/client/models/v1beta1_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_daemon_set_update_strategy.py b/kubernetes/client/models/v1beta1_daemon_set_update_strategy.py index 8b75e9c34..490ebd608 100644 --- a/kubernetes/client/models/v1beta1_daemon_set_update_strategy.py +++ b/kubernetes/client/models/v1beta1_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_event.py b/kubernetes/client/models/v1beta1_event.py index 1cd20f8a8..81044b526 100644 --- a/kubernetes/client/models/v1beta1_event.py +++ b/kubernetes/client/models/v1beta1_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_event_list.py b/kubernetes/client/models/v1beta1_event_list.py index d2bf6135f..d6abd2de8 100644 --- a/kubernetes/client/models/v1beta1_event_list.py +++ b/kubernetes/client/models/v1beta1_event_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_event_series.py b/kubernetes/client/models/v1beta1_event_series.py index 2c8e1a7fe..8c097556a 100644 --- a/kubernetes/client/models/v1beta1_event_series.py +++ b/kubernetes/client/models/v1beta1_event_series.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_eviction.py b/kubernetes/client/models/v1beta1_eviction.py index 3a44d3ca4..9c6ba7407 100644 --- a/kubernetes/client/models/v1beta1_eviction.py +++ b/kubernetes/client/models/v1beta1_eviction.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_external_documentation.py b/kubernetes/client/models/v1beta1_external_documentation.py index 3dc5d02e8..aa1f9fcd0 100644 --- a/kubernetes/client/models/v1beta1_external_documentation.py +++ b/kubernetes/client/models/v1beta1_external_documentation.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_http_ingress_path.py b/kubernetes/client/models/v1beta1_http_ingress_path.py index b9073c3a1..70b01a1bf 100644 --- a/kubernetes/client/models/v1beta1_http_ingress_path.py +++ b/kubernetes/client/models/v1beta1_http_ingress_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_http_ingress_rule_value.py b/kubernetes/client/models/v1beta1_http_ingress_rule_value.py index cfb80c18c..c8cd99706 100644 --- a/kubernetes/client/models/v1beta1_http_ingress_rule_value.py +++ b/kubernetes/client/models/v1beta1_http_ingress_rule_value.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress.py b/kubernetes/client/models/v1beta1_ingress.py index 69e48443c..4da2704f2 100644 --- a/kubernetes/client/models/v1beta1_ingress.py +++ b/kubernetes/client/models/v1beta1_ingress.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_backend.py b/kubernetes/client/models/v1beta1_ingress_backend.py index 0c7260eb5..fbe947b39 100644 --- a/kubernetes/client/models/v1beta1_ingress_backend.py +++ b/kubernetes/client/models/v1beta1_ingress_backend.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_list.py b/kubernetes/client/models/v1beta1_ingress_list.py index 25653bea9..9781f7ecf 100644 --- a/kubernetes/client/models/v1beta1_ingress_list.py +++ b/kubernetes/client/models/v1beta1_ingress_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_rule.py b/kubernetes/client/models/v1beta1_ingress_rule.py index 011693371..62d90f591 100644 --- a/kubernetes/client/models/v1beta1_ingress_rule.py +++ b/kubernetes/client/models/v1beta1_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_spec.py b/kubernetes/client/models/v1beta1_ingress_spec.py index 79c6ef6ef..b18298bfa 100644 --- a/kubernetes/client/models/v1beta1_ingress_spec.py +++ b/kubernetes/client/models/v1beta1_ingress_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_status.py b/kubernetes/client/models/v1beta1_ingress_status.py index 7e1619f66..8f828979b 100644 --- a/kubernetes/client/models/v1beta1_ingress_status.py +++ b/kubernetes/client/models/v1beta1_ingress_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ingress_tls.py b/kubernetes/client/models/v1beta1_ingress_tls.py index edcfdf0ed..46c229303 100644 --- a/kubernetes/client/models/v1beta1_ingress_tls.py +++ b/kubernetes/client/models/v1beta1_ingress_tls.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_ip_block.py b/kubernetes/client/models/v1beta1_ip_block.py index 06b78259c..544040c10 100644 --- a/kubernetes/client/models/v1beta1_ip_block.py +++ b/kubernetes/client/models/v1beta1_ip_block.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_job_template_spec.py b/kubernetes/client/models/v1beta1_job_template_spec.py index f66f6238d..5f77edb71 100644 --- a/kubernetes/client/models/v1beta1_job_template_spec.py +++ b/kubernetes/client/models/v1beta1_job_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_json_schema_props.py b/kubernetes/client/models/v1beta1_json_schema_props.py index e134482de..91ed309f1 100644 --- a/kubernetes/client/models/v1beta1_json_schema_props.py +++ b/kubernetes/client/models/v1beta1_json_schema_props.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -33,22 +33,22 @@ class V1beta1JSONSchemaProps(object): swagger_types = { 'ref': 'str', 'schema': 'str', - 'additional_items': 'object', - 'additional_properties': 'object', + 'additional_items': 'V1beta1JSONSchemaPropsOrBool', + 'additional_properties': 'V1beta1JSONSchemaPropsOrBool', 'all_of': 'list[V1beta1JSONSchemaProps]', 'any_of': 'list[V1beta1JSONSchemaProps]', - 'default': 'object', + 'default': 'V1beta1JSON', 'definitions': 'dict(str, V1beta1JSONSchemaProps)', - 'dependencies': 'dict(str, object)', + 'dependencies': 'dict(str, V1beta1JSONSchemaPropsOrStringArray)', 'description': 'str', - 'enum': 'list[object]', - 'example': 'object', + 'enum': 'list[V1beta1JSON]', + 'example': 'V1beta1JSON', 'exclusive_maximum': 'bool', 'exclusive_minimum': 'bool', 'external_docs': 'V1beta1ExternalDocumentation', 'format': 'str', 'id': 'str', - 'items': 'object', + 'items': 'V1beta1JSONSchemaPropsOrArray', 'max_items': 'int', 'max_length': 'int', 'max_properties': 'int', @@ -270,10 +270,9 @@ def schema(self, schema): def additional_items(self): """ Gets the additional_items of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. :return: The additional_items of this V1beta1JSONSchemaProps. - :rtype: object + :rtype: V1beta1JSONSchemaPropsOrBool """ return self._additional_items @@ -281,10 +280,9 @@ def additional_items(self): def additional_items(self, additional_items): """ Sets the additional_items of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. :param additional_items: The additional_items of this V1beta1JSONSchemaProps. - :type: object + :type: V1beta1JSONSchemaPropsOrBool """ self._additional_items = additional_items @@ -293,10 +291,9 @@ def additional_items(self, additional_items): def additional_properties(self): """ Gets the additional_properties of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. :return: The additional_properties of this V1beta1JSONSchemaProps. - :rtype: object + :rtype: V1beta1JSONSchemaPropsOrBool """ return self._additional_properties @@ -304,10 +301,9 @@ def additional_properties(self): def additional_properties(self, additional_properties): """ Sets the additional_properties of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. :param additional_properties: The additional_properties of this V1beta1JSONSchemaProps. - :type: object + :type: V1beta1JSONSchemaPropsOrBool """ self._additional_properties = additional_properties @@ -358,10 +354,9 @@ def any_of(self, any_of): def default(self): """ Gets the default of this V1beta1JSONSchemaProps. - JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. :return: The default of this V1beta1JSONSchemaProps. - :rtype: object + :rtype: V1beta1JSON """ return self._default @@ -369,10 +364,9 @@ def default(self): def default(self, default): """ Sets the default of this V1beta1JSONSchemaProps. - JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. :param default: The default of this V1beta1JSONSchemaProps. - :type: object + :type: V1beta1JSON """ self._default = default @@ -404,7 +398,7 @@ def dependencies(self): Gets the dependencies of this V1beta1JSONSchemaProps. :return: The dependencies of this V1beta1JSONSchemaProps. - :rtype: dict(str, object) + :rtype: dict(str, V1beta1JSONSchemaPropsOrStringArray) """ return self._dependencies @@ -414,7 +408,7 @@ def dependencies(self, dependencies): Sets the dependencies of this V1beta1JSONSchemaProps. :param dependencies: The dependencies of this V1beta1JSONSchemaProps. - :type: dict(str, object) + :type: dict(str, V1beta1JSONSchemaPropsOrStringArray) """ self._dependencies = dependencies @@ -446,7 +440,7 @@ def enum(self): Gets the enum of this V1beta1JSONSchemaProps. :return: The enum of this V1beta1JSONSchemaProps. - :rtype: list[object] + :rtype: list[V1beta1JSON] """ return self._enum @@ -456,7 +450,7 @@ def enum(self, enum): Sets the enum of this V1beta1JSONSchemaProps. :param enum: The enum of this V1beta1JSONSchemaProps. - :type: list[object] + :type: list[V1beta1JSON] """ self._enum = enum @@ -465,10 +459,9 @@ def enum(self, enum): def example(self): """ Gets the example of this V1beta1JSONSchemaProps. - JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. :return: The example of this V1beta1JSONSchemaProps. - :rtype: object + :rtype: V1beta1JSON """ return self._example @@ -476,10 +469,9 @@ def example(self): def example(self, example): """ Sets the example of this V1beta1JSONSchemaProps. - JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. :param example: The example of this V1beta1JSONSchemaProps. - :type: object + :type: V1beta1JSON """ self._example = example @@ -593,10 +585,9 @@ def id(self, id): def items(self): """ Gets the items of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. :return: The items of this V1beta1JSONSchemaProps. - :rtype: object + :rtype: V1beta1JSONSchemaPropsOrArray """ return self._items @@ -604,10 +595,9 @@ def items(self): def items(self, items): """ Sets the items of this V1beta1JSONSchemaProps. - JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. :param items: The items of this V1beta1JSONSchemaProps. - :type: object + :type: V1beta1JSONSchemaPropsOrArray """ self._items = items diff --git a/kubernetes/client/models/v1beta1_local_subject_access_review.py b/kubernetes/client/models/v1beta1_local_subject_access_review.py index 1a13e6a8c..35868ae36 100644 --- a/kubernetes/client/models/v1beta1_local_subject_access_review.py +++ b/kubernetes/client/models/v1beta1_local_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_mutating_webhook_configuration.py b/kubernetes/client/models/v1beta1_mutating_webhook_configuration.py index 2cb91c965..27c1aca77 100644 --- a/kubernetes/client/models/v1beta1_mutating_webhook_configuration.py +++ b/kubernetes/client/models/v1beta1_mutating_webhook_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_mutating_webhook_configuration_list.py b/kubernetes/client/models/v1beta1_mutating_webhook_configuration_list.py index 1156942e6..cc31ffc11 100644 --- a/kubernetes/client/models/v1beta1_mutating_webhook_configuration_list.py +++ b/kubernetes/client/models/v1beta1_mutating_webhook_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy.py b/kubernetes/client/models/v1beta1_network_policy.py index 7654cf0f7..2e72ba25a 100644 --- a/kubernetes/client/models/v1beta1_network_policy.py +++ b/kubernetes/client/models/v1beta1_network_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy_egress_rule.py b/kubernetes/client/models/v1beta1_network_policy_egress_rule.py index e6aed5148..d75028ece 100644 --- a/kubernetes/client/models/v1beta1_network_policy_egress_rule.py +++ b/kubernetes/client/models/v1beta1_network_policy_egress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy_ingress_rule.py b/kubernetes/client/models/v1beta1_network_policy_ingress_rule.py index e5bc8d53e..75bada93b 100644 --- a/kubernetes/client/models/v1beta1_network_policy_ingress_rule.py +++ b/kubernetes/client/models/v1beta1_network_policy_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy_list.py b/kubernetes/client/models/v1beta1_network_policy_list.py index 28aba98b3..6ebfaf8da 100644 --- a/kubernetes/client/models/v1beta1_network_policy_list.py +++ b/kubernetes/client/models/v1beta1_network_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy_peer.py b/kubernetes/client/models/v1beta1_network_policy_peer.py index 51e31e852..e73bee294 100644 --- a/kubernetes/client/models/v1beta1_network_policy_peer.py +++ b/kubernetes/client/models/v1beta1_network_policy_peer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,7 +63,7 @@ def __init__(self, ip_block=None, namespace_selector=None, pod_selector=None): def ip_block(self): """ Gets the ip_block of this V1beta1NetworkPolicyPeer. - IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IPBlock defines policy on a particular IPBlock :return: The ip_block of this V1beta1NetworkPolicyPeer. :rtype: V1beta1IPBlock @@ -74,7 +74,7 @@ def ip_block(self): def ip_block(self, ip_block): """ Sets the ip_block of this V1beta1NetworkPolicyPeer. - IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IPBlock defines policy on a particular IPBlock :param ip_block: The ip_block of this V1beta1NetworkPolicyPeer. :type: V1beta1IPBlock @@ -86,7 +86,7 @@ def ip_block(self, ip_block): def namespace_selector(self): """ Gets the namespace_selector of this V1beta1NetworkPolicyPeer. - Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. + Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. :return: The namespace_selector of this V1beta1NetworkPolicyPeer. :rtype: V1LabelSelector @@ -97,7 +97,7 @@ def namespace_selector(self): def namespace_selector(self, namespace_selector): """ Sets the namespace_selector of this V1beta1NetworkPolicyPeer. - Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. + Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. :param namespace_selector: The namespace_selector of this V1beta1NetworkPolicyPeer. :type: V1LabelSelector @@ -109,7 +109,7 @@ def namespace_selector(self, namespace_selector): def pod_selector(self): """ Gets the pod_selector of this V1beta1NetworkPolicyPeer. - This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. + This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. :return: The pod_selector of this V1beta1NetworkPolicyPeer. :rtype: V1LabelSelector @@ -120,7 +120,7 @@ def pod_selector(self): def pod_selector(self, pod_selector): """ Sets the pod_selector of this V1beta1NetworkPolicyPeer. - This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. + This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. :param pod_selector: The pod_selector of this V1beta1NetworkPolicyPeer. :type: V1LabelSelector diff --git a/kubernetes/client/models/v1beta1_network_policy_port.py b/kubernetes/client/models/v1beta1_network_policy_port.py index a4baf0e79..c0b75ec8e 100644 --- a/kubernetes/client/models/v1beta1_network_policy_port.py +++ b/kubernetes/client/models/v1beta1_network_policy_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_network_policy_spec.py b/kubernetes/client/models/v1beta1_network_policy_spec.py index 47375cda1..294e45d2c 100644 --- a/kubernetes/client/models/v1beta1_network_policy_spec.py +++ b/kubernetes/client/models/v1beta1_network_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_non_resource_attributes.py b/kubernetes/client/models/v1beta1_non_resource_attributes.py index a74c9304b..6a08f4acc 100644 --- a/kubernetes/client/models/v1beta1_non_resource_attributes.py +++ b/kubernetes/client/models/v1beta1_non_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_non_resource_rule.py b/kubernetes/client/models/v1beta1_non_resource_rule.py index 90553d94d..13080337d 100644 --- a/kubernetes/client/models/v1beta1_non_resource_rule.py +++ b/kubernetes/client/models/v1beta1_non_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_pod_disruption_budget.py b/kubernetes/client/models/v1beta1_pod_disruption_budget.py index 3005ebef4..e84cb8da3 100644 --- a/kubernetes/client/models/v1beta1_pod_disruption_budget.py +++ b/kubernetes/client/models/v1beta1_pod_disruption_budget.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_pod_disruption_budget_list.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_list.py index 9bdeace0e..7a5b9fab5 100644 --- a/kubernetes/client/models/v1beta1_pod_disruption_budget_list.py +++ b/kubernetes/client/models/v1beta1_pod_disruption_budget_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py index 8d1e4a2f0..acf0fedbc 100644 --- a/kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py +++ b/kubernetes/client/models/v1beta1_pod_disruption_budget_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_pod_disruption_budget_status.py b/kubernetes/client/models/v1beta1_pod_disruption_budget_status.py index 1ef9c0cd0..4e6a9bd92 100644 --- a/kubernetes/client/models/v1beta1_pod_disruption_budget_status.py +++ b/kubernetes/client/models/v1beta1_pod_disruption_budget_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_policy_rule.py b/kubernetes/client/models/v1beta1_policy_rule.py index ad661e34b..3b1879819 100644 --- a/kubernetes/client/models/v1beta1_policy_rule.py +++ b/kubernetes/client/models/v1beta1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_priority_class.py b/kubernetes/client/models/v1beta1_priority_class.py deleted file mode 100644 index 640f35383..000000000 --- a/kubernetes/client/models/v1beta1_priority_class.py +++ /dev/null @@ -1,267 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1beta1PriorityClass(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'api_version': 'str', - 'description': 'str', - 'global_default': 'bool', - 'kind': 'str', - 'metadata': 'V1ObjectMeta', - 'value': 'int' - } - - attribute_map = { - 'api_version': 'apiVersion', - 'description': 'description', - 'global_default': 'globalDefault', - 'kind': 'kind', - 'metadata': 'metadata', - 'value': 'value' - } - - def __init__(self, api_version=None, description=None, global_default=None, kind=None, metadata=None, value=None): - """ - V1beta1PriorityClass - a model defined in Swagger - """ - - self._api_version = None - self._description = None - self._global_default = None - self._kind = None - self._metadata = None - self._value = None - self.discriminator = None - - if api_version is not None: - self.api_version = api_version - if description is not None: - self.description = description - if global_default is not None: - self.global_default = global_default - if kind is not None: - self.kind = kind - if metadata is not None: - self.metadata = metadata - self.value = value - - @property - def api_version(self): - """ - Gets the api_version of this V1beta1PriorityClass. - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - - :return: The api_version of this V1beta1PriorityClass. - :rtype: str - """ - return self._api_version - - @api_version.setter - def api_version(self, api_version): - """ - Sets the api_version of this V1beta1PriorityClass. - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - - :param api_version: The api_version of this V1beta1PriorityClass. - :type: str - """ - - self._api_version = api_version - - @property - def description(self): - """ - Gets the description of this V1beta1PriorityClass. - description is an arbitrary string that usually provides guidelines on when this priority class should be used. - - :return: The description of this V1beta1PriorityClass. - :rtype: str - """ - return self._description - - @description.setter - def description(self, description): - """ - Sets the description of this V1beta1PriorityClass. - description is an arbitrary string that usually provides guidelines on when this priority class should be used. - - :param description: The description of this V1beta1PriorityClass. - :type: str - """ - - self._description = description - - @property - def global_default(self): - """ - Gets the global_default of this V1beta1PriorityClass. - globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. - - :return: The global_default of this V1beta1PriorityClass. - :rtype: bool - """ - return self._global_default - - @global_default.setter - def global_default(self, global_default): - """ - Sets the global_default of this V1beta1PriorityClass. - globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. - - :param global_default: The global_default of this V1beta1PriorityClass. - :type: bool - """ - - self._global_default = global_default - - @property - def kind(self): - """ - Gets the kind of this V1beta1PriorityClass. - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds - - :return: The kind of this V1beta1PriorityClass. - :rtype: str - """ - return self._kind - - @kind.setter - def kind(self, kind): - """ - Sets the kind of this V1beta1PriorityClass. - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds - - :param kind: The kind of this V1beta1PriorityClass. - :type: str - """ - - self._kind = kind - - @property - def metadata(self): - """ - Gets the metadata of this V1beta1PriorityClass. - Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - - :return: The metadata of this V1beta1PriorityClass. - :rtype: V1ObjectMeta - """ - return self._metadata - - @metadata.setter - def metadata(self, metadata): - """ - Sets the metadata of this V1beta1PriorityClass. - Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - - :param metadata: The metadata of this V1beta1PriorityClass. - :type: V1ObjectMeta - """ - - self._metadata = metadata - - @property - def value(self): - """ - Gets the value of this V1beta1PriorityClass. - The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. - - :return: The value of this V1beta1PriorityClass. - :rtype: int - """ - return self._value - - @value.setter - def value(self, value): - """ - Sets the value of this V1beta1PriorityClass. - The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. - - :param value: The value of this V1beta1PriorityClass. - :type: int - """ - if value is None: - raise ValueError("Invalid value for `value`, must not be `None`") - - self._value = value - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1beta1PriorityClass): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1beta1_priority_class_list.py b/kubernetes/client/models/v1beta1_priority_class_list.py deleted file mode 100644 index a062a2fbe..000000000 --- a/kubernetes/client/models/v1beta1_priority_class_list.py +++ /dev/null @@ -1,211 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class V1beta1PriorityClassList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'api_version': 'str', - 'items': 'list[V1beta1PriorityClass]', - 'kind': 'str', - 'metadata': 'V1ListMeta' - } - - attribute_map = { - 'api_version': 'apiVersion', - 'items': 'items', - 'kind': 'kind', - 'metadata': 'metadata' - } - - def __init__(self, api_version=None, items=None, kind=None, metadata=None): - """ - V1beta1PriorityClassList - a model defined in Swagger - """ - - self._api_version = None - self._items = None - self._kind = None - self._metadata = None - self.discriminator = None - - if api_version is not None: - self.api_version = api_version - self.items = items - if kind is not None: - self.kind = kind - if metadata is not None: - self.metadata = metadata - - @property - def api_version(self): - """ - Gets the api_version of this V1beta1PriorityClassList. - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - - :return: The api_version of this V1beta1PriorityClassList. - :rtype: str - """ - return self._api_version - - @api_version.setter - def api_version(self, api_version): - """ - Sets the api_version of this V1beta1PriorityClassList. - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources - - :param api_version: The api_version of this V1beta1PriorityClassList. - :type: str - """ - - self._api_version = api_version - - @property - def items(self): - """ - Gets the items of this V1beta1PriorityClassList. - items is the list of PriorityClasses - - :return: The items of this V1beta1PriorityClassList. - :rtype: list[V1beta1PriorityClass] - """ - return self._items - - @items.setter - def items(self, items): - """ - Sets the items of this V1beta1PriorityClassList. - items is the list of PriorityClasses - - :param items: The items of this V1beta1PriorityClassList. - :type: list[V1beta1PriorityClass] - """ - if items is None: - raise ValueError("Invalid value for `items`, must not be `None`") - - self._items = items - - @property - def kind(self): - """ - Gets the kind of this V1beta1PriorityClassList. - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds - - :return: The kind of this V1beta1PriorityClassList. - :rtype: str - """ - return self._kind - - @kind.setter - def kind(self, kind): - """ - Sets the kind of this V1beta1PriorityClassList. - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds - - :param kind: The kind of this V1beta1PriorityClassList. - :type: str - """ - - self._kind = kind - - @property - def metadata(self): - """ - Gets the metadata of this V1beta1PriorityClassList. - Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - - :return: The metadata of this V1beta1PriorityClassList. - :rtype: V1ListMeta - """ - return self._metadata - - @metadata.setter - def metadata(self, metadata): - """ - Sets the metadata of this V1beta1PriorityClassList. - Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - - :param metadata: The metadata of this V1beta1PriorityClassList. - :type: V1ListMeta - """ - - self._metadata = metadata - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, V1beta1PriorityClassList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/kubernetes/client/models/v1beta1_replica_set.py b/kubernetes/client/models/v1beta1_replica_set.py index b81be97a4..2380811f9 100644 --- a/kubernetes/client/models/v1beta1_replica_set.py +++ b/kubernetes/client/models/v1beta1_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_replica_set_condition.py b/kubernetes/client/models/v1beta1_replica_set_condition.py index ca0639160..33560bef5 100644 --- a/kubernetes/client/models/v1beta1_replica_set_condition.py +++ b/kubernetes/client/models/v1beta1_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_replica_set_list.py b/kubernetes/client/models/v1beta1_replica_set_list.py index 55c91ce23..9272a2447 100644 --- a/kubernetes/client/models/v1beta1_replica_set_list.py +++ b/kubernetes/client/models/v1beta1_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_replica_set_spec.py b/kubernetes/client/models/v1beta1_replica_set_spec.py index d8b64f167..67f541ffb 100644 --- a/kubernetes/client/models/v1beta1_replica_set_spec.py +++ b/kubernetes/client/models/v1beta1_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_replica_set_status.py b/kubernetes/client/models/v1beta1_replica_set_status.py index 26e055a4b..caa9b3df5 100644 --- a/kubernetes/client/models/v1beta1_replica_set_status.py +++ b/kubernetes/client/models/v1beta1_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_resource_attributes.py b/kubernetes/client/models/v1beta1_resource_attributes.py index 763c08301..e3aac98b5 100644 --- a/kubernetes/client/models/v1beta1_resource_attributes.py +++ b/kubernetes/client/models/v1beta1_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_resource_rule.py b/kubernetes/client/models/v1beta1_resource_rule.py index 41204491a..91f3e8873 100644 --- a/kubernetes/client/models/v1beta1_resource_rule.py +++ b/kubernetes/client/models/v1beta1_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_role.py b/kubernetes/client/models/v1beta1_role.py index 3f88f78c4..a035bc0e1 100644 --- a/kubernetes/client/models/v1beta1_role.py +++ b/kubernetes/client/models/v1beta1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_role_binding.py b/kubernetes/client/models/v1beta1_role_binding.py index 7220c01f8..99fb073d5 100644 --- a/kubernetes/client/models/v1beta1_role_binding.py +++ b/kubernetes/client/models/v1beta1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -65,8 +65,7 @@ def __init__(self, api_version=None, kind=None, metadata=None, role_ref=None, su if metadata is not None: self.metadata = metadata self.role_ref = role_ref - if subjects is not None: - self.subjects = subjects + self.subjects = subjects @property def api_version(self): @@ -182,6 +181,8 @@ def subjects(self, subjects): :param subjects: The subjects of this V1beta1RoleBinding. :type: list[V1beta1Subject] """ + if subjects is None: + raise ValueError("Invalid value for `subjects`, must not be `None`") self._subjects = subjects diff --git a/kubernetes/client/models/v1beta1_role_binding_list.py b/kubernetes/client/models/v1beta1_role_binding_list.py index 6867e48b4..9f95b7364 100644 --- a/kubernetes/client/models/v1beta1_role_binding_list.py +++ b/kubernetes/client/models/v1beta1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_role_list.py b/kubernetes/client/models/v1beta1_role_list.py index 7c956cc17..0d07efb45 100644 --- a/kubernetes/client/models/v1beta1_role_list.py +++ b/kubernetes/client/models/v1beta1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_role_ref.py b/kubernetes/client/models/v1beta1_role_ref.py index e393d0031..bbe24fe72 100644 --- a/kubernetes/client/models/v1beta1_role_ref.py +++ b/kubernetes/client/models/v1beta1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_rolling_update_daemon_set.py b/kubernetes/client/models/v1beta1_rolling_update_daemon_set.py index bc276debf..19d2c9497 100644 --- a/kubernetes/client/models/v1beta1_rolling_update_daemon_set.py +++ b/kubernetes/client/models/v1beta1_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_rolling_update_stateful_set_strategy.py b/kubernetes/client/models/v1beta1_rolling_update_stateful_set_strategy.py index c8df4fc3f..ba35bbded 100644 --- a/kubernetes/client/models/v1beta1_rolling_update_stateful_set_strategy.py +++ b/kubernetes/client/models/v1beta1_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_rule_with_operations.py b/kubernetes/client/models/v1beta1_rule_with_operations.py index 60905d096..7bd45a35b 100644 --- a/kubernetes/client/models/v1beta1_rule_with_operations.py +++ b/kubernetes/client/models/v1beta1_rule_with_operations.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_self_subject_access_review.py b/kubernetes/client/models/v1beta1_self_subject_access_review.py index bca191cd1..aa3e255a2 100644 --- a/kubernetes/client/models/v1beta1_self_subject_access_review.py +++ b/kubernetes/client/models/v1beta1_self_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_self_subject_access_review_spec.py b/kubernetes/client/models/v1beta1_self_subject_access_review_spec.py index 3c26a223f..18bb522e2 100644 --- a/kubernetes/client/models/v1beta1_self_subject_access_review_spec.py +++ b/kubernetes/client/models/v1beta1_self_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_self_subject_rules_review.py b/kubernetes/client/models/v1beta1_self_subject_rules_review.py index d2ddb7a0b..4bb003ffc 100644 --- a/kubernetes/client/models/v1beta1_self_subject_rules_review.py +++ b/kubernetes/client/models/v1beta1_self_subject_rules_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_self_subject_rules_review_spec.py b/kubernetes/client/models/v1beta1_self_subject_rules_review_spec.py index 2459ceb31..cc6fffe89 100644 --- a/kubernetes/client/models/v1beta1_self_subject_rules_review_spec.py +++ b/kubernetes/client/models/v1beta1_self_subject_rules_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set.py b/kubernetes/client/models/v1beta1_stateful_set.py index 15a64fe95..593003a25 100644 --- a/kubernetes/client/models/v1beta1_stateful_set.py +++ b/kubernetes/client/models/v1beta1_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set_condition.py b/kubernetes/client/models/v1beta1_stateful_set_condition.py index fbc5eb136..0dec1a835 100644 --- a/kubernetes/client/models/v1beta1_stateful_set_condition.py +++ b/kubernetes/client/models/v1beta1_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set_list.py b/kubernetes/client/models/v1beta1_stateful_set_list.py index c7e158c9e..cd0249f69 100644 --- a/kubernetes/client/models/v1beta1_stateful_set_list.py +++ b/kubernetes/client/models/v1beta1_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set_spec.py b/kubernetes/client/models/v1beta1_stateful_set_spec.py index 6acd955ff..1b662fbbb 100644 --- a/kubernetes/client/models/v1beta1_stateful_set_spec.py +++ b/kubernetes/client/models/v1beta1_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set_status.py b/kubernetes/client/models/v1beta1_stateful_set_status.py index 0b1b2ab15..0d2cd5434 100644 --- a/kubernetes/client/models/v1beta1_stateful_set_status.py +++ b/kubernetes/client/models/v1beta1_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_stateful_set_update_strategy.py b/kubernetes/client/models/v1beta1_stateful_set_update_strategy.py index b98c8504f..194702c4c 100644 --- a/kubernetes/client/models/v1beta1_stateful_set_update_strategy.py +++ b/kubernetes/client/models/v1beta1_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_storage_class.py b/kubernetes/client/models/v1beta1_storage_class.py index 24e633e83..ffd845bd0 100644 --- a/kubernetes/client/models/v1beta1_storage_class.py +++ b/kubernetes/client/models/v1beta1_storage_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,7 +32,6 @@ class V1beta1StorageClass(object): """ swagger_types = { 'allow_volume_expansion': 'bool', - 'allowed_topologies': 'list[V1TopologySelectorTerm]', 'api_version': 'str', 'kind': 'str', 'metadata': 'V1ObjectMeta', @@ -45,7 +44,6 @@ class V1beta1StorageClass(object): attribute_map = { 'allow_volume_expansion': 'allowVolumeExpansion', - 'allowed_topologies': 'allowedTopologies', 'api_version': 'apiVersion', 'kind': 'kind', 'metadata': 'metadata', @@ -56,13 +54,12 @@ class V1beta1StorageClass(object): 'volume_binding_mode': 'volumeBindingMode' } - def __init__(self, allow_volume_expansion=None, allowed_topologies=None, api_version=None, kind=None, metadata=None, mount_options=None, parameters=None, provisioner=None, reclaim_policy=None, volume_binding_mode=None): + def __init__(self, allow_volume_expansion=None, api_version=None, kind=None, metadata=None, mount_options=None, parameters=None, provisioner=None, reclaim_policy=None, volume_binding_mode=None): """ V1beta1StorageClass - a model defined in Swagger """ self._allow_volume_expansion = None - self._allowed_topologies = None self._api_version = None self._kind = None self._metadata = None @@ -75,8 +72,6 @@ def __init__(self, allow_volume_expansion=None, allowed_topologies=None, api_ver if allow_volume_expansion is not None: self.allow_volume_expansion = allow_volume_expansion - if allowed_topologies is not None: - self.allowed_topologies = allowed_topologies if api_version is not None: self.api_version = api_version if kind is not None: @@ -116,29 +111,6 @@ def allow_volume_expansion(self, allow_volume_expansion): self._allow_volume_expansion = allow_volume_expansion - @property - def allowed_topologies(self): - """ - Gets the allowed_topologies of this V1beta1StorageClass. - Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. - - :return: The allowed_topologies of this V1beta1StorageClass. - :rtype: list[V1TopologySelectorTerm] - """ - return self._allowed_topologies - - @allowed_topologies.setter - def allowed_topologies(self, allowed_topologies): - """ - Sets the allowed_topologies of this V1beta1StorageClass. - Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. - - :param allowed_topologies: The allowed_topologies of this V1beta1StorageClass. - :type: list[V1TopologySelectorTerm] - """ - - self._allowed_topologies = allowed_topologies - @property def api_version(self): """ diff --git a/kubernetes/client/models/v1beta1_storage_class_list.py b/kubernetes/client/models/v1beta1_storage_class_list.py index f677e87aa..900839b84 100644 --- a/kubernetes/client/models/v1beta1_storage_class_list.py +++ b/kubernetes/client/models/v1beta1_storage_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_subject.py b/kubernetes/client/models/v1beta1_subject.py index 5c99b0eca..7a96020a7 100644 --- a/kubernetes/client/models/v1beta1_subject.py +++ b/kubernetes/client/models/v1beta1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_subject_access_review.py b/kubernetes/client/models/v1beta1_subject_access_review.py index 03a53079f..b0ee973c1 100644 --- a/kubernetes/client/models/v1beta1_subject_access_review.py +++ b/kubernetes/client/models/v1beta1_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_subject_access_review_spec.py b/kubernetes/client/models/v1beta1_subject_access_review_spec.py index bbd8a0505..42206c9fb 100644 --- a/kubernetes/client/models/v1beta1_subject_access_review_spec.py +++ b/kubernetes/client/models/v1beta1_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_subject_access_review_status.py b/kubernetes/client/models/v1beta1_subject_access_review_status.py index d191809c3..15822e9a2 100644 --- a/kubernetes/client/models/v1beta1_subject_access_review_status.py +++ b/kubernetes/client/models/v1beta1_subject_access_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_subject_rules_review_status.py b/kubernetes/client/models/v1beta1_subject_rules_review_status.py index e9c8989ef..948e5bad7 100644 --- a/kubernetes/client/models/v1beta1_subject_rules_review_status.py +++ b/kubernetes/client/models/v1beta1_subject_rules_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_token_review.py b/kubernetes/client/models/v1beta1_token_review.py index 708748392..99109226a 100644 --- a/kubernetes/client/models/v1beta1_token_review.py +++ b/kubernetes/client/models/v1beta1_token_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_token_review_spec.py b/kubernetes/client/models/v1beta1_token_review_spec.py index a3b18c2ff..05d0388a0 100644 --- a/kubernetes/client/models/v1beta1_token_review_spec.py +++ b/kubernetes/client/models/v1beta1_token_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_token_review_status.py b/kubernetes/client/models/v1beta1_token_review_status.py index 86633014d..70025bfe1 100644 --- a/kubernetes/client/models/v1beta1_token_review_status.py +++ b/kubernetes/client/models/v1beta1_token_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_user_info.py b/kubernetes/client/models/v1beta1_user_info.py index b4cc7d1d0..6ff64010f 100644 --- a/kubernetes/client/models/v1beta1_user_info.py +++ b/kubernetes/client/models/v1beta1_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_validating_webhook_configuration.py b/kubernetes/client/models/v1beta1_validating_webhook_configuration.py index 859322917..4a343d097 100644 --- a/kubernetes/client/models/v1beta1_validating_webhook_configuration.py +++ b/kubernetes/client/models/v1beta1_validating_webhook_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_validating_webhook_configuration_list.py b/kubernetes/client/models/v1beta1_validating_webhook_configuration_list.py index 99ec08fb8..1095a4843 100644 --- a/kubernetes/client/models/v1beta1_validating_webhook_configuration_list.py +++ b/kubernetes/client/models/v1beta1_validating_webhook_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_attachment.py b/kubernetes/client/models/v1beta1_volume_attachment.py index a89101fb5..9abd23736 100644 --- a/kubernetes/client/models/v1beta1_volume_attachment.py +++ b/kubernetes/client/models/v1beta1_volume_attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_attachment_list.py b/kubernetes/client/models/v1beta1_volume_attachment_list.py index 87ad9cfb5..9e11df9df 100644 --- a/kubernetes/client/models/v1beta1_volume_attachment_list.py +++ b/kubernetes/client/models/v1beta1_volume_attachment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_attachment_source.py b/kubernetes/client/models/v1beta1_volume_attachment_source.py index 3b40e338a..c13817b1a 100644 --- a/kubernetes/client/models/v1beta1_volume_attachment_source.py +++ b/kubernetes/client/models/v1beta1_volume_attachment_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_attachment_spec.py b/kubernetes/client/models/v1beta1_volume_attachment_spec.py index caecf7397..574802d8a 100644 --- a/kubernetes/client/models/v1beta1_volume_attachment_spec.py +++ b/kubernetes/client/models/v1beta1_volume_attachment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_attachment_status.py b/kubernetes/client/models/v1beta1_volume_attachment_status.py index e0427709f..dd12c2392 100644 --- a/kubernetes/client/models/v1beta1_volume_attachment_status.py +++ b/kubernetes/client/models/v1beta1_volume_attachment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_volume_error.py b/kubernetes/client/models/v1beta1_volume_error.py index 2538e8553..702da2c2c 100644 --- a/kubernetes/client/models/v1beta1_volume_error.py +++ b/kubernetes/client/models/v1beta1_volume_error.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_webhook.py b/kubernetes/client/models/v1beta1_webhook.py index 36378eef1..80be56c95 100644 --- a/kubernetes/client/models/v1beta1_webhook.py +++ b/kubernetes/client/models/v1beta1_webhook.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta1_webhook_client_config.py b/kubernetes/client/models/v1beta1_webhook_client_config.py index dc2a72978..f2552a601 100644 --- a/kubernetes/client/models/v1beta1_webhook_client_config.py +++ b/kubernetes/client/models/v1beta1_webhook_client_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -89,7 +89,7 @@ def ca_bundle(self, ca_bundle): def service(self): """ Gets the service of this V1beta1WebhookClientConfig. - `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. Port 443 will be used if it is open, otherwise it is an error. + `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error. :return: The service of this V1beta1WebhookClientConfig. :rtype: AdmissionregistrationV1beta1ServiceReference @@ -100,7 +100,7 @@ def service(self): def service(self, service): """ Sets the service of this V1beta1WebhookClientConfig. - `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. Port 443 will be used if it is open, otherwise it is an error. + `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error. :param service: The service of this V1beta1WebhookClientConfig. :type: AdmissionregistrationV1beta1ServiceReference diff --git a/kubernetes/client/models/v1beta2_controller_revision.py b/kubernetes/client/models/v1beta2_controller_revision.py index 88dfa245e..420171a4e 100644 --- a/kubernetes/client/models/v1beta2_controller_revision.py +++ b/kubernetes/client/models/v1beta2_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_controller_revision_list.py b/kubernetes/client/models/v1beta2_controller_revision_list.py index 6aed0d53b..e0b599c41 100644 --- a/kubernetes/client/models/v1beta2_controller_revision_list.py +++ b/kubernetes/client/models/v1beta2_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set.py b/kubernetes/client/models/v1beta2_daemon_set.py index 38ae322b7..42725772c 100644 --- a/kubernetes/client/models/v1beta2_daemon_set.py +++ b/kubernetes/client/models/v1beta2_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set_condition.py b/kubernetes/client/models/v1beta2_daemon_set_condition.py index 351f63d74..a058dd329 100644 --- a/kubernetes/client/models/v1beta2_daemon_set_condition.py +++ b/kubernetes/client/models/v1beta2_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set_list.py b/kubernetes/client/models/v1beta2_daemon_set_list.py index dbd34b42b..b9f3b567c 100644 --- a/kubernetes/client/models/v1beta2_daemon_set_list.py +++ b/kubernetes/client/models/v1beta2_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set_spec.py b/kubernetes/client/models/v1beta2_daemon_set_spec.py index 7f96533c8..d5bd4bbc5 100644 --- a/kubernetes/client/models/v1beta2_daemon_set_spec.py +++ b/kubernetes/client/models/v1beta2_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set_status.py b/kubernetes/client/models/v1beta2_daemon_set_status.py index 23466e33c..9ca29aff8 100644 --- a/kubernetes/client/models/v1beta2_daemon_set_status.py +++ b/kubernetes/client/models/v1beta2_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_daemon_set_update_strategy.py b/kubernetes/client/models/v1beta2_daemon_set_update_strategy.py index 7055597db..f5f249e93 100644 --- a/kubernetes/client/models/v1beta2_daemon_set_update_strategy.py +++ b/kubernetes/client/models/v1beta2_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment.py b/kubernetes/client/models/v1beta2_deployment.py index 663494b90..325308fd0 100644 --- a/kubernetes/client/models/v1beta2_deployment.py +++ b/kubernetes/client/models/v1beta2_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment_condition.py b/kubernetes/client/models/v1beta2_deployment_condition.py index 633f476a4..c19177665 100644 --- a/kubernetes/client/models/v1beta2_deployment_condition.py +++ b/kubernetes/client/models/v1beta2_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment_list.py b/kubernetes/client/models/v1beta2_deployment_list.py index f7c58ab94..25f874598 100644 --- a/kubernetes/client/models/v1beta2_deployment_list.py +++ b/kubernetes/client/models/v1beta2_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment_spec.py b/kubernetes/client/models/v1beta2_deployment_spec.py index 1126609ea..bfef567e3 100644 --- a/kubernetes/client/models/v1beta2_deployment_spec.py +++ b/kubernetes/client/models/v1beta2_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment_status.py b/kubernetes/client/models/v1beta2_deployment_status.py index 0e7449aae..031ced796 100644 --- a/kubernetes/client/models/v1beta2_deployment_status.py +++ b/kubernetes/client/models/v1beta2_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_deployment_strategy.py b/kubernetes/client/models/v1beta2_deployment_strategy.py index c642227bf..d104f2719 100644 --- a/kubernetes/client/models/v1beta2_deployment_strategy.py +++ b/kubernetes/client/models/v1beta2_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_replica_set.py b/kubernetes/client/models/v1beta2_replica_set.py index 2a825b3c4..59ec4396c 100644 --- a/kubernetes/client/models/v1beta2_replica_set.py +++ b/kubernetes/client/models/v1beta2_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_replica_set_condition.py b/kubernetes/client/models/v1beta2_replica_set_condition.py index 53ecb171f..841584073 100644 --- a/kubernetes/client/models/v1beta2_replica_set_condition.py +++ b/kubernetes/client/models/v1beta2_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_replica_set_list.py b/kubernetes/client/models/v1beta2_replica_set_list.py index f2085cf81..3173604c8 100644 --- a/kubernetes/client/models/v1beta2_replica_set_list.py +++ b/kubernetes/client/models/v1beta2_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_replica_set_spec.py b/kubernetes/client/models/v1beta2_replica_set_spec.py index 76a10849c..b33b34398 100644 --- a/kubernetes/client/models/v1beta2_replica_set_spec.py +++ b/kubernetes/client/models/v1beta2_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_replica_set_status.py b/kubernetes/client/models/v1beta2_replica_set_status.py index 0eed0049f..1e131f7a5 100644 --- a/kubernetes/client/models/v1beta2_replica_set_status.py +++ b/kubernetes/client/models/v1beta2_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_rolling_update_daemon_set.py b/kubernetes/client/models/v1beta2_rolling_update_daemon_set.py index 305fb5047..89337e5da 100644 --- a/kubernetes/client/models/v1beta2_rolling_update_daemon_set.py +++ b/kubernetes/client/models/v1beta2_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_rolling_update_deployment.py b/kubernetes/client/models/v1beta2_rolling_update_deployment.py index 9e290216d..7473feb1c 100644 --- a/kubernetes/client/models/v1beta2_rolling_update_deployment.py +++ b/kubernetes/client/models/v1beta2_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -58,7 +58,7 @@ def __init__(self, max_surge=None, max_unavailable=None): def max_surge(self): """ Gets the max_surge of this V1beta2RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. :return: The max_surge of this V1beta2RollingUpdateDeployment. :rtype: object @@ -69,7 +69,7 @@ def max_surge(self): def max_surge(self, max_surge): """ Sets the max_surge of this V1beta2RollingUpdateDeployment. - The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. + The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. :param max_surge: The max_surge of this V1beta2RollingUpdateDeployment. :type: object @@ -81,7 +81,7 @@ def max_surge(self, max_surge): def max_unavailable(self): """ Gets the max_unavailable of this V1beta2RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :return: The max_unavailable of this V1beta2RollingUpdateDeployment. :rtype: object @@ -92,7 +92,7 @@ def max_unavailable(self): def max_unavailable(self, max_unavailable): """ Sets the max_unavailable of this V1beta2RollingUpdateDeployment. - The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. :param max_unavailable: The max_unavailable of this V1beta2RollingUpdateDeployment. :type: object diff --git a/kubernetes/client/models/v1beta2_rolling_update_stateful_set_strategy.py b/kubernetes/client/models/v1beta2_rolling_update_stateful_set_strategy.py index eac4062e8..c8729e472 100644 --- a/kubernetes/client/models/v1beta2_rolling_update_stateful_set_strategy.py +++ b/kubernetes/client/models/v1beta2_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_scale.py b/kubernetes/client/models/v1beta2_scale.py index 058cb1661..c769208e3 100644 --- a/kubernetes/client/models/v1beta2_scale.py +++ b/kubernetes/client/models/v1beta2_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_scale_spec.py b/kubernetes/client/models/v1beta2_scale_spec.py index a4a98421a..1c2b509e3 100644 --- a/kubernetes/client/models/v1beta2_scale_spec.py +++ b/kubernetes/client/models/v1beta2_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_scale_status.py b/kubernetes/client/models/v1beta2_scale_status.py index 087f5d58b..6e72e496c 100644 --- a/kubernetes/client/models/v1beta2_scale_status.py +++ b/kubernetes/client/models/v1beta2_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set.py b/kubernetes/client/models/v1beta2_stateful_set.py index b971c9402..fd11fb2bf 100644 --- a/kubernetes/client/models/v1beta2_stateful_set.py +++ b/kubernetes/client/models/v1beta2_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set_condition.py b/kubernetes/client/models/v1beta2_stateful_set_condition.py index 9ed037a2f..972cbcf99 100644 --- a/kubernetes/client/models/v1beta2_stateful_set_condition.py +++ b/kubernetes/client/models/v1beta2_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set_list.py b/kubernetes/client/models/v1beta2_stateful_set_list.py index 22277542a..2286917a3 100644 --- a/kubernetes/client/models/v1beta2_stateful_set_list.py +++ b/kubernetes/client/models/v1beta2_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set_spec.py b/kubernetes/client/models/v1beta2_stateful_set_spec.py index cd170fb94..21a2fd9b7 100644 --- a/kubernetes/client/models/v1beta2_stateful_set_spec.py +++ b/kubernetes/client/models/v1beta2_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set_status.py b/kubernetes/client/models/v1beta2_stateful_set_status.py index 5fa37bd25..f24e88de1 100644 --- a/kubernetes/client/models/v1beta2_stateful_set_status.py +++ b/kubernetes/client/models/v1beta2_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v1beta2_stateful_set_update_strategy.py b/kubernetes/client/models/v1beta2_stateful_set_update_strategy.py index 242284055..bbb471f52 100644 --- a/kubernetes/client/models/v1beta2_stateful_set_update_strategy.py +++ b/kubernetes/client/models/v1beta2_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2alpha1_cron_job.py b/kubernetes/client/models/v2alpha1_cron_job.py index 90ae17142..f3337b6f9 100644 --- a/kubernetes/client/models/v2alpha1_cron_job.py +++ b/kubernetes/client/models/v2alpha1_cron_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2alpha1_cron_job_list.py b/kubernetes/client/models/v2alpha1_cron_job_list.py index 17d1d6d10..9eac376c2 100644 --- a/kubernetes/client/models/v2alpha1_cron_job_list.py +++ b/kubernetes/client/models/v2alpha1_cron_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2alpha1_cron_job_spec.py b/kubernetes/client/models/v2alpha1_cron_job_spec.py index 114b91f19..505cf5134 100644 --- a/kubernetes/client/models/v2alpha1_cron_job_spec.py +++ b/kubernetes/client/models/v2alpha1_cron_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2alpha1_cron_job_status.py b/kubernetes/client/models/v2alpha1_cron_job_status.py index 9e171ffbd..d43ca4da1 100644 --- a/kubernetes/client/models/v2alpha1_cron_job_status.py +++ b/kubernetes/client/models/v2alpha1_cron_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2alpha1_job_template_spec.py b/kubernetes/client/models/v2alpha1_job_template_spec.py index dd8e7883e..546408db0 100644 --- a/kubernetes/client/models/v2alpha1_job_template_spec.py +++ b/kubernetes/client/models/v2alpha1_job_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_cross_version_object_reference.py b/kubernetes/client/models/v2beta1_cross_version_object_reference.py index 293262382..7916c1147 100644 --- a/kubernetes/client/models/v2beta1_cross_version_object_reference.py +++ b/kubernetes/client/models/v2beta1_cross_version_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_external_metric_source.py b/kubernetes/client/models/v2beta1_external_metric_source.py index ccf12f205..c57393517 100644 --- a/kubernetes/client/models/v2beta1_external_metric_source.py +++ b/kubernetes/client/models/v2beta1_external_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_external_metric_status.py b/kubernetes/client/models/v2beta1_external_metric_status.py index 0059b789d..df00700e0 100644 --- a/kubernetes/client/models/v2beta1_external_metric_status.py +++ b/kubernetes/client/models/v2beta1_external_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler.py b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler.py index 5bc5aa05e..82418aa71 100644 --- a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler.py +++ b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_condition.py b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_condition.py index e66e701c8..84f66afc9 100644 --- a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_condition.py +++ b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_list.py b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_list.py index 4bd6303d5..4bcc4515e 100644 --- a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_spec.py b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_spec.py index bc5d5af43..f50c004f8 100644 --- a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_status.py b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_status.py index a66f21e7d..728d2af5c 100644 --- a/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/client/models/v2beta1_horizontal_pod_autoscaler_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_metric_spec.py b/kubernetes/client/models/v2beta1_metric_spec.py index fcbe14e77..f166de23a 100644 --- a/kubernetes/client/models/v2beta1_metric_spec.py +++ b/kubernetes/client/models/v2beta1_metric_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_metric_status.py b/kubernetes/client/models/v2beta1_metric_status.py index 1d63f1026..a11be672c 100644 --- a/kubernetes/client/models/v2beta1_metric_status.py +++ b/kubernetes/client/models/v2beta1_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_object_metric_source.py b/kubernetes/client/models/v2beta1_object_metric_source.py index 777f4dd9f..66dcc53dc 100644 --- a/kubernetes/client/models/v2beta1_object_metric_source.py +++ b/kubernetes/client/models/v2beta1_object_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_object_metric_status.py b/kubernetes/client/models/v2beta1_object_metric_status.py index 058caaa67..65f923523 100644 --- a/kubernetes/client/models/v2beta1_object_metric_status.py +++ b/kubernetes/client/models/v2beta1_object_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_pods_metric_source.py b/kubernetes/client/models/v2beta1_pods_metric_source.py index ce64ce848..49e901fc3 100644 --- a/kubernetes/client/models/v2beta1_pods_metric_source.py +++ b/kubernetes/client/models/v2beta1_pods_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_pods_metric_status.py b/kubernetes/client/models/v2beta1_pods_metric_status.py index 9d85dcb2b..2196d3ffe 100644 --- a/kubernetes/client/models/v2beta1_pods_metric_status.py +++ b/kubernetes/client/models/v2beta1_pods_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_resource_metric_source.py b/kubernetes/client/models/v2beta1_resource_metric_source.py index d074af751..d47b3b82a 100644 --- a/kubernetes/client/models/v2beta1_resource_metric_source.py +++ b/kubernetes/client/models/v2beta1_resource_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/v2beta1_resource_metric_status.py b/kubernetes/client/models/v2beta1_resource_metric_status.py index d3710aba9..0294cdee4 100644 --- a/kubernetes/client/models/v2beta1_resource_metric_status.py +++ b/kubernetes/client/models/v2beta1_resource_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/models/version_info.py b/kubernetes/client/models/version_info.py index c29e1612a..9d7a97480 100644 --- a/kubernetes/client/models/version_info.py +++ b/kubernetes/client/models/version_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/client/rest.py b/kubernetes/client/rest.py index 3703e1e13..5cc5daa86 100644 --- a/kubernetes/client/rest.py +++ b/kubernetes/client/rest.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/docs/ApiextensionsV1beta1Api.md b/kubernetes/docs/ApiextensionsV1beta1Api.md index 32b44a70d..5bf847acf 100644 --- a/kubernetes/docs/ApiextensionsV1beta1Api.md +++ b/kubernetes/docs/ApiextensionsV1beta1Api.md @@ -10,9 +10,7 @@ Method | HTTP request | Description [**get_api_resources**](ApiextensionsV1beta1Api.md#get_api_resources) | **GET** /apis/apiextensions.k8s.io/v1beta1/ | [**list_custom_resource_definition**](ApiextensionsV1beta1Api.md#list_custom_resource_definition) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions | [**patch_custom_resource_definition**](ApiextensionsV1beta1Api.md#patch_custom_resource_definition) | **PATCH** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | -[**patch_custom_resource_definition_status**](ApiextensionsV1beta1Api.md#patch_custom_resource_definition_status) | **PATCH** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | [**read_custom_resource_definition**](ApiextensionsV1beta1Api.md#read_custom_resource_definition) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | -[**read_custom_resource_definition_status**](ApiextensionsV1beta1Api.md#read_custom_resource_definition_status) | **GET** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | [**replace_custom_resource_definition**](ApiextensionsV1beta1Api.md#replace_custom_resource_definition) | **PUT** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name} | [**replace_custom_resource_definition_status**](ApiextensionsV1beta1Api.md#replace_custom_resource_definition_status) | **PUT** /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status | @@ -379,63 +377,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **patch_custom_resource_definition_status** -> V1beta1CustomResourceDefinition patch_custom_resource_definition_status(name, body, pretty=pretty) - - - -partially update status of the specified CustomResourceDefinition - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiextensionsV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the CustomResourceDefinition -body = NULL # object | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.patch_custom_resource_definition_status(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiextensionsV1beta1Api->patch_custom_resource_definition_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the CustomResourceDefinition | - **body** | **object**| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1CustomResourceDefinition**](V1beta1CustomResourceDefinition.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json-patch+json, application/merge-patch+json, application/strategic-merge-patch+json - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **read_custom_resource_definition** > V1beta1CustomResourceDefinition read_custom_resource_definition(name, pretty=pretty, exact=exact, export=export) @@ -495,61 +436,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **read_custom_resource_definition_status** -> V1beta1CustomResourceDefinition read_custom_resource_definition_status(name, pretty=pretty) - - - -read status of the specified CustomResourceDefinition - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiextensionsV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the CustomResourceDefinition -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.read_custom_resource_definition_status(name, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiextensionsV1beta1Api->read_custom_resource_definition_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the CustomResourceDefinition | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1CustomResourceDefinition**](V1beta1CustomResourceDefinition.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **replace_custom_resource_definition** > V1beta1CustomResourceDefinition replace_custom_resource_definition(name, body, pretty=pretty) diff --git a/kubernetes/docs/ApiregistrationV1Api.md b/kubernetes/docs/ApiregistrationV1Api.md index 467b87a48..6121cb7ad 100644 --- a/kubernetes/docs/ApiregistrationV1Api.md +++ b/kubernetes/docs/ApiregistrationV1Api.md @@ -10,9 +10,7 @@ Method | HTTP request | Description [**get_api_resources**](ApiregistrationV1Api.md#get_api_resources) | **GET** /apis/apiregistration.k8s.io/v1/ | [**list_api_service**](ApiregistrationV1Api.md#list_api_service) | **GET** /apis/apiregistration.k8s.io/v1/apiservices | [**patch_api_service**](ApiregistrationV1Api.md#patch_api_service) | **PATCH** /apis/apiregistration.k8s.io/v1/apiservices/{name} | -[**patch_api_service_status**](ApiregistrationV1Api.md#patch_api_service_status) | **PATCH** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | [**read_api_service**](ApiregistrationV1Api.md#read_api_service) | **GET** /apis/apiregistration.k8s.io/v1/apiservices/{name} | -[**read_api_service_status**](ApiregistrationV1Api.md#read_api_service_status) | **GET** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | [**replace_api_service**](ApiregistrationV1Api.md#replace_api_service) | **PUT** /apis/apiregistration.k8s.io/v1/apiservices/{name} | [**replace_api_service_status**](ApiregistrationV1Api.md#replace_api_service_status) | **PUT** /apis/apiregistration.k8s.io/v1/apiservices/{name}/status | @@ -379,63 +377,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **patch_api_service_status** -> V1APIService patch_api_service_status(name, body, pretty=pretty) - - - -partially update status of the specified APIService - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiregistrationV1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the APIService -body = NULL # object | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.patch_api_service_status(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiregistrationV1Api->patch_api_service_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the APIService | - **body** | **object**| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1APIService**](V1APIService.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json-patch+json, application/merge-patch+json, application/strategic-merge-patch+json - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **read_api_service** > V1APIService read_api_service(name, pretty=pretty, exact=exact, export=export) @@ -495,61 +436,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **read_api_service_status** -> V1APIService read_api_service_status(name, pretty=pretty) - - - -read status of the specified APIService - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiregistrationV1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the APIService -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.read_api_service_status(name, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiregistrationV1Api->read_api_service_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the APIService | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1APIService**](V1APIService.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **replace_api_service** > V1APIService replace_api_service(name, body, pretty=pretty) diff --git a/kubernetes/docs/ApiregistrationV1beta1Api.md b/kubernetes/docs/ApiregistrationV1beta1Api.md index 22571a878..2f9672a2c 100644 --- a/kubernetes/docs/ApiregistrationV1beta1Api.md +++ b/kubernetes/docs/ApiregistrationV1beta1Api.md @@ -10,9 +10,7 @@ Method | HTTP request | Description [**get_api_resources**](ApiregistrationV1beta1Api.md#get_api_resources) | **GET** /apis/apiregistration.k8s.io/v1beta1/ | [**list_api_service**](ApiregistrationV1beta1Api.md#list_api_service) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices | [**patch_api_service**](ApiregistrationV1beta1Api.md#patch_api_service) | **PATCH** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | -[**patch_api_service_status**](ApiregistrationV1beta1Api.md#patch_api_service_status) | **PATCH** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | [**read_api_service**](ApiregistrationV1beta1Api.md#read_api_service) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | -[**read_api_service_status**](ApiregistrationV1beta1Api.md#read_api_service_status) | **GET** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | [**replace_api_service**](ApiregistrationV1beta1Api.md#replace_api_service) | **PUT** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name} | [**replace_api_service_status**](ApiregistrationV1beta1Api.md#replace_api_service_status) | **PUT** /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status | @@ -379,63 +377,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **patch_api_service_status** -> V1beta1APIService patch_api_service_status(name, body, pretty=pretty) - - - -partially update status of the specified APIService - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiregistrationV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the APIService -body = NULL # object | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.patch_api_service_status(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiregistrationV1beta1Api->patch_api_service_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the APIService | - **body** | **object**| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1APIService**](V1beta1APIService.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json-patch+json, application/merge-patch+json, application/strategic-merge-patch+json - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **read_api_service** > V1beta1APIService read_api_service(name, pretty=pretty, exact=exact, export=export) @@ -495,61 +436,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **read_api_service_status** -> V1beta1APIService read_api_service_status(name, pretty=pretty) - - - -read status of the specified APIService - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.ApiregistrationV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the APIService -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.read_api_service_status(name, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling ApiregistrationV1beta1Api->read_api_service_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the APIService | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1APIService**](V1beta1APIService.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **replace_api_service** > V1beta1APIService replace_api_service(name, body, pretty=pretty) diff --git a/kubernetes/docs/AppsV1beta1RollingUpdateDeployment.md b/kubernetes/docs/AppsV1beta1RollingUpdateDeployment.md index 90cca1a38..7ebe2fde5 100644 --- a/kubernetes/docs/AppsV1beta1RollingUpdateDeployment.md +++ b/kubernetes/docs/AppsV1beta1RollingUpdateDeployment.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. | [optional] -**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] +**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. | [optional] +**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/CertificatesV1beta1Api.md b/kubernetes/docs/CertificatesV1beta1Api.md index 6b0b019a7..d27da972c 100644 --- a/kubernetes/docs/CertificatesV1beta1Api.md +++ b/kubernetes/docs/CertificatesV1beta1Api.md @@ -10,9 +10,7 @@ Method | HTTP request | Description [**get_api_resources**](CertificatesV1beta1Api.md#get_api_resources) | **GET** /apis/certificates.k8s.io/v1beta1/ | [**list_certificate_signing_request**](CertificatesV1beta1Api.md#list_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests | [**patch_certificate_signing_request**](CertificatesV1beta1Api.md#patch_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | -[**patch_certificate_signing_request_status**](CertificatesV1beta1Api.md#patch_certificate_signing_request_status) | **PATCH** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | [**read_certificate_signing_request**](CertificatesV1beta1Api.md#read_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | -[**read_certificate_signing_request_status**](CertificatesV1beta1Api.md#read_certificate_signing_request_status) | **GET** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | [**replace_certificate_signing_request**](CertificatesV1beta1Api.md#replace_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} | [**replace_certificate_signing_request_approval**](CertificatesV1beta1Api.md#replace_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval | [**replace_certificate_signing_request_status**](CertificatesV1beta1Api.md#replace_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status | @@ -380,63 +378,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **patch_certificate_signing_request_status** -> V1beta1CertificateSigningRequest patch_certificate_signing_request_status(name, body, pretty=pretty) - - - -partially update status of the specified CertificateSigningRequest - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.CertificatesV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the CertificateSigningRequest -body = NULL # object | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.patch_certificate_signing_request_status(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling CertificatesV1beta1Api->patch_certificate_signing_request_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the CertificateSigningRequest | - **body** | **object**| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1CertificateSigningRequest**](V1beta1CertificateSigningRequest.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json-patch+json, application/merge-patch+json, application/strategic-merge-patch+json - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **read_certificate_signing_request** > V1beta1CertificateSigningRequest read_certificate_signing_request(name, pretty=pretty, exact=exact, export=export) @@ -496,61 +437,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **read_certificate_signing_request_status** -> V1beta1CertificateSigningRequest read_certificate_signing_request_status(name, pretty=pretty) - - - -read status of the specified CertificateSigningRequest - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.CertificatesV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the CertificateSigningRequest -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.read_certificate_signing_request_status(name, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling CertificatesV1beta1Api->read_certificate_signing_request_status: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the CertificateSigningRequest | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1CertificateSigningRequest**](V1beta1CertificateSigningRequest.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **replace_certificate_signing_request** > V1beta1CertificateSigningRequest replace_certificate_signing_request(name, body, pretty=pretty) diff --git a/kubernetes/docs/ExtensionsV1beta1AllowedFlexVolume.md b/kubernetes/docs/ExtensionsV1beta1AllowedFlexVolume.md index 3a6a81d7d..3f6404af0 100644 --- a/kubernetes/docs/ExtensionsV1beta1AllowedFlexVolume.md +++ b/kubernetes/docs/ExtensionsV1beta1AllowedFlexVolume.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**driver** | **str** | driver is the name of the Flexvolume driver. | +**driver** | **str** | Driver is the name of the Flexvolume driver. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1AllowedHostPath.md b/kubernetes/docs/ExtensionsV1beta1AllowedHostPath.md index 30d94f162..6559ceb3a 100644 --- a/kubernetes/docs/ExtensionsV1beta1AllowedHostPath.md +++ b/kubernetes/docs/ExtensionsV1beta1AllowedHostPath.md @@ -3,8 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**path_prefix** | **str** | pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` | [optional] -**read_only** | **bool** | when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. | [optional] +**path_prefix** | **str** | is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1FSGroupStrategyOptions.md b/kubernetes/docs/ExtensionsV1beta1FSGroupStrategyOptions.md index a4df652f9..45aceea86 100644 --- a/kubernetes/docs/ExtensionsV1beta1FSGroupStrategyOptions.md +++ b/kubernetes/docs/ExtensionsV1beta1FSGroupStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate what FSGroup is used in the SecurityContext. | [optional] +**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. | [optional] +**rule** | **str** | Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1IDRange.md b/kubernetes/docs/ExtensionsV1beta1IDRange.md index 2d65079b0..9719e24e1 100644 --- a/kubernetes/docs/ExtensionsV1beta1IDRange.md +++ b/kubernetes/docs/ExtensionsV1beta1IDRange.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max** | **int** | max is the end of the range, inclusive. | -**min** | **int** | min is the start of the range, inclusive. | +**max** | **int** | Max is the end of the range, inclusive. | +**min** | **int** | Min is the start of the range, inclusive. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicyList.md b/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicyList.md index 0dd300ceb..2ecd74b98 100644 --- a/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicyList.md +++ b/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicyList.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] -**items** | [**list[ExtensionsV1beta1PodSecurityPolicy]**](ExtensionsV1beta1PodSecurityPolicy.md) | items is a list of schema objects. | +**items** | [**list[ExtensionsV1beta1PodSecurityPolicy]**](ExtensionsV1beta1PodSecurityPolicy.md) | Items is a list of schema objects. | **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ListMeta**](V1ListMeta.md) | Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional] diff --git a/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicySpec.md b/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicySpec.md index b5f5ef7b6..1156774a8 100644 --- a/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicySpec.md +++ b/kubernetes/docs/ExtensionsV1beta1PodSecurityPolicySpec.md @@ -3,26 +3,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**allow_privilege_escalation** | **bool** | allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. | [optional] -**allowed_capabilities** | **list[str]** | allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. | [optional] -**allowed_flex_volumes** | [**list[ExtensionsV1beta1AllowedFlexVolume]**](ExtensionsV1beta1AllowedFlexVolume.md) | allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. | [optional] -**allowed_host_paths** | [**list[ExtensionsV1beta1AllowedHostPath]**](ExtensionsV1beta1AllowedHostPath.md) | allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. | [optional] -**allowed_unsafe_sysctls** | **list[str]** | allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. | [optional] -**default_add_capabilities** | **list[str]** | defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. | [optional] -**default_allow_privilege_escalation** | **bool** | defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. | [optional] -**forbidden_sysctls** | **list[str]** | forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. | [optional] -**fs_group** | [**ExtensionsV1beta1FSGroupStrategyOptions**](ExtensionsV1beta1FSGroupStrategyOptions.md) | fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. | +**allow_privilege_escalation** | **bool** | AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. | [optional] +**allowed_capabilities** | **list[str]** | AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. | [optional] +**allowed_flex_volumes** | [**list[ExtensionsV1beta1AllowedFlexVolume]**](ExtensionsV1beta1AllowedFlexVolume.md) | AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. | [optional] +**allowed_host_paths** | [**list[ExtensionsV1beta1AllowedHostPath]**](ExtensionsV1beta1AllowedHostPath.md) | is a white list of allowed host paths. Empty indicates that all host paths may be used. | [optional] +**default_add_capabilities** | **list[str]** | DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. | [optional] +**default_allow_privilege_escalation** | **bool** | DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. | [optional] +**fs_group** | [**ExtensionsV1beta1FSGroupStrategyOptions**](ExtensionsV1beta1FSGroupStrategyOptions.md) | FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. | **host_ipc** | **bool** | hostIPC determines if the policy allows the use of HostIPC in the pod spec. | [optional] **host_network** | **bool** | hostNetwork determines if the policy allows the use of HostNetwork in the pod spec. | [optional] **host_pid** | **bool** | hostPID determines if the policy allows the use of HostPID in the pod spec. | [optional] **host_ports** | [**list[ExtensionsV1beta1HostPortRange]**](ExtensionsV1beta1HostPortRange.md) | hostPorts determines which host port ranges are allowed to be exposed. | [optional] **privileged** | **bool** | privileged determines if a pod can request to be run as privileged. | [optional] -**read_only_root_filesystem** | **bool** | readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. | [optional] -**required_drop_capabilities** | **list[str]** | requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. | [optional] +**read_only_root_filesystem** | **bool** | ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. | [optional] +**required_drop_capabilities** | **list[str]** | RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. | [optional] **run_as_user** | [**ExtensionsV1beta1RunAsUserStrategyOptions**](ExtensionsV1beta1RunAsUserStrategyOptions.md) | runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set. | **se_linux** | [**ExtensionsV1beta1SELinuxStrategyOptions**](ExtensionsV1beta1SELinuxStrategyOptions.md) | seLinux is the strategy that will dictate the allowable labels that may be set. | -**supplemental_groups** | [**ExtensionsV1beta1SupplementalGroupsStrategyOptions**](ExtensionsV1beta1SupplementalGroupsStrategyOptions.md) | supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. | -**volumes** | **list[str]** | volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. | [optional] +**supplemental_groups** | [**ExtensionsV1beta1SupplementalGroupsStrategyOptions**](ExtensionsV1beta1SupplementalGroupsStrategyOptions.md) | SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. | +**volumes** | **list[str]** | volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1RunAsUserStrategyOptions.md b/kubernetes/docs/ExtensionsV1beta1RunAsUserStrategyOptions.md index 6139266c6..21d25b192 100644 --- a/kubernetes/docs/ExtensionsV1beta1RunAsUserStrategyOptions.md +++ b/kubernetes/docs/ExtensionsV1beta1RunAsUserStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate the allowable RunAsUser values that may be set. | +**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | Ranges are the allowed ranges of uids that may be used. | [optional] +**rule** | **str** | Rule is the strategy that will dictate the allowable RunAsUser values that may be set. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1SELinuxStrategyOptions.md b/kubernetes/docs/ExtensionsV1beta1SELinuxStrategyOptions.md index 4d519c135..35f040aec 100644 --- a/kubernetes/docs/ExtensionsV1beta1SELinuxStrategyOptions.md +++ b/kubernetes/docs/ExtensionsV1beta1SELinuxStrategyOptions.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**rule** | **str** | rule is the strategy that will dictate the allowable labels that may be set. | +**rule** | **str** | type is the strategy that will dictate the allowable labels that may be set. | **se_linux_options** | [**V1SELinuxOptions**](V1SELinuxOptions.md) | seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/ExtensionsV1beta1SupplementalGroupsStrategyOptions.md b/kubernetes/docs/ExtensionsV1beta1SupplementalGroupsStrategyOptions.md index 34158319c..6622cef51 100644 --- a/kubernetes/docs/ExtensionsV1beta1SupplementalGroupsStrategyOptions.md +++ b/kubernetes/docs/ExtensionsV1beta1SupplementalGroupsStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. | [optional] +**ranges** | [**list[ExtensionsV1beta1IDRange]**](ExtensionsV1beta1IDRange.md) | Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. | [optional] +**rule** | **str** | Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1AllowedFlexVolume.md b/kubernetes/docs/PolicyV1beta1AllowedFlexVolume.md index 81cbcc146..b6c09d2e2 100644 --- a/kubernetes/docs/PolicyV1beta1AllowedFlexVolume.md +++ b/kubernetes/docs/PolicyV1beta1AllowedFlexVolume.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**driver** | **str** | driver is the name of the Flexvolume driver. | +**driver** | **str** | Driver is the name of the Flexvolume driver. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1AllowedHostPath.md b/kubernetes/docs/PolicyV1beta1AllowedHostPath.md index d40d1bb39..fdddcd65e 100644 --- a/kubernetes/docs/PolicyV1beta1AllowedHostPath.md +++ b/kubernetes/docs/PolicyV1beta1AllowedHostPath.md @@ -3,8 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**path_prefix** | **str** | pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` | [optional] -**read_only** | **bool** | when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. | [optional] +**path_prefix** | **str** | is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1FSGroupStrategyOptions.md b/kubernetes/docs/PolicyV1beta1FSGroupStrategyOptions.md index edd0e581e..3416c958f 100644 --- a/kubernetes/docs/PolicyV1beta1FSGroupStrategyOptions.md +++ b/kubernetes/docs/PolicyV1beta1FSGroupStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate what FSGroup is used in the SecurityContext. | [optional] +**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. | [optional] +**rule** | **str** | Rule is the strategy that will dictate what FSGroup is used in the SecurityContext. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1IDRange.md b/kubernetes/docs/PolicyV1beta1IDRange.md index 830e39fe3..50acd586a 100644 --- a/kubernetes/docs/PolicyV1beta1IDRange.md +++ b/kubernetes/docs/PolicyV1beta1IDRange.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max** | **int** | max is the end of the range, inclusive. | -**min** | **int** | min is the start of the range, inclusive. | +**max** | **int** | Max is the end of the range, inclusive. | +**min** | **int** | Min is the start of the range, inclusive. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1PodSecurityPolicyList.md b/kubernetes/docs/PolicyV1beta1PodSecurityPolicyList.md index 437cbaa6f..0fda637b3 100644 --- a/kubernetes/docs/PolicyV1beta1PodSecurityPolicyList.md +++ b/kubernetes/docs/PolicyV1beta1PodSecurityPolicyList.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] -**items** | [**list[PolicyV1beta1PodSecurityPolicy]**](PolicyV1beta1PodSecurityPolicy.md) | items is a list of schema objects. | +**items** | [**list[PolicyV1beta1PodSecurityPolicy]**](PolicyV1beta1PodSecurityPolicy.md) | Items is a list of schema objects. | **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ListMeta**](V1ListMeta.md) | Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional] diff --git a/kubernetes/docs/PolicyV1beta1PodSecurityPolicySpec.md b/kubernetes/docs/PolicyV1beta1PodSecurityPolicySpec.md index 5278e20fc..da1516cca 100644 --- a/kubernetes/docs/PolicyV1beta1PodSecurityPolicySpec.md +++ b/kubernetes/docs/PolicyV1beta1PodSecurityPolicySpec.md @@ -3,26 +3,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**allow_privilege_escalation** | **bool** | allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. | [optional] -**allowed_capabilities** | **list[str]** | allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. | [optional] -**allowed_flex_volumes** | [**list[PolicyV1beta1AllowedFlexVolume]**](PolicyV1beta1AllowedFlexVolume.md) | allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. | [optional] -**allowed_host_paths** | [**list[PolicyV1beta1AllowedHostPath]**](PolicyV1beta1AllowedHostPath.md) | allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. | [optional] -**allowed_unsafe_sysctls** | **list[str]** | allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. | [optional] -**default_add_capabilities** | **list[str]** | defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. | [optional] -**default_allow_privilege_escalation** | **bool** | defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. | [optional] -**forbidden_sysctls** | **list[str]** | forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. | [optional] -**fs_group** | [**PolicyV1beta1FSGroupStrategyOptions**](PolicyV1beta1FSGroupStrategyOptions.md) | fsGroup is the strategy that will dictate what fs group is used by the SecurityContext. | +**allow_privilege_escalation** | **bool** | AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. | [optional] +**allowed_capabilities** | **list[str]** | AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. | [optional] +**allowed_flex_volumes** | [**list[PolicyV1beta1AllowedFlexVolume]**](PolicyV1beta1AllowedFlexVolume.md) | AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field. | [optional] +**allowed_host_paths** | [**list[PolicyV1beta1AllowedHostPath]**](PolicyV1beta1AllowedHostPath.md) | is a white list of allowed host paths. Empty indicates that all host paths may be used. | [optional] +**default_add_capabilities** | **list[str]** | DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list. | [optional] +**default_allow_privilege_escalation** | **bool** | DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. | [optional] +**fs_group** | [**PolicyV1beta1FSGroupStrategyOptions**](PolicyV1beta1FSGroupStrategyOptions.md) | FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. | **host_ipc** | **bool** | hostIPC determines if the policy allows the use of HostIPC in the pod spec. | [optional] **host_network** | **bool** | hostNetwork determines if the policy allows the use of HostNetwork in the pod spec. | [optional] **host_pid** | **bool** | hostPID determines if the policy allows the use of HostPID in the pod spec. | [optional] **host_ports** | [**list[PolicyV1beta1HostPortRange]**](PolicyV1beta1HostPortRange.md) | hostPorts determines which host port ranges are allowed to be exposed. | [optional] **privileged** | **bool** | privileged determines if a pod can request to be run as privileged. | [optional] -**read_only_root_filesystem** | **bool** | readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. | [optional] -**required_drop_capabilities** | **list[str]** | requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. | [optional] +**read_only_root_filesystem** | **bool** | ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. | [optional] +**required_drop_capabilities** | **list[str]** | RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. | [optional] **run_as_user** | [**PolicyV1beta1RunAsUserStrategyOptions**](PolicyV1beta1RunAsUserStrategyOptions.md) | runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set. | **se_linux** | [**PolicyV1beta1SELinuxStrategyOptions**](PolicyV1beta1SELinuxStrategyOptions.md) | seLinux is the strategy that will dictate the allowable labels that may be set. | -**supplemental_groups** | [**PolicyV1beta1SupplementalGroupsStrategyOptions**](PolicyV1beta1SupplementalGroupsStrategyOptions.md) | supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. | -**volumes** | **list[str]** | volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. | [optional] +**supplemental_groups** | [**PolicyV1beta1SupplementalGroupsStrategyOptions**](PolicyV1beta1SupplementalGroupsStrategyOptions.md) | SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. | +**volumes** | **list[str]** | volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1RunAsUserStrategyOptions.md b/kubernetes/docs/PolicyV1beta1RunAsUserStrategyOptions.md index 47dc27315..98221b414 100644 --- a/kubernetes/docs/PolicyV1beta1RunAsUserStrategyOptions.md +++ b/kubernetes/docs/PolicyV1beta1RunAsUserStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate the allowable RunAsUser values that may be set. | +**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | Ranges are the allowed ranges of uids that may be used. | [optional] +**rule** | **str** | Rule is the strategy that will dictate the allowable RunAsUser values that may be set. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1SELinuxStrategyOptions.md b/kubernetes/docs/PolicyV1beta1SELinuxStrategyOptions.md index 881500d34..13c55bc67 100644 --- a/kubernetes/docs/PolicyV1beta1SELinuxStrategyOptions.md +++ b/kubernetes/docs/PolicyV1beta1SELinuxStrategyOptions.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**rule** | **str** | rule is the strategy that will dictate the allowable labels that may be set. | +**rule** | **str** | type is the strategy that will dictate the allowable labels that may be set. | **se_linux_options** | [**V1SELinuxOptions**](V1SELinuxOptions.md) | seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/PolicyV1beta1SupplementalGroupsStrategyOptions.md b/kubernetes/docs/PolicyV1beta1SupplementalGroupsStrategyOptions.md index 967fd774a..c3e57e664 100644 --- a/kubernetes/docs/PolicyV1beta1SupplementalGroupsStrategyOptions.md +++ b/kubernetes/docs/PolicyV1beta1SupplementalGroupsStrategyOptions.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. | [optional] -**rule** | **str** | rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. | [optional] +**ranges** | [**list[PolicyV1beta1IDRange]**](PolicyV1beta1IDRange.md) | Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. | [optional] +**rule** | **str** | Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/SchedulingV1beta1Api.md b/kubernetes/docs/SchedulingV1beta1Api.md deleted file mode 100644 index ffefa7297..000000000 --- a/kubernetes/docs/SchedulingV1beta1Api.md +++ /dev/null @@ -1,494 +0,0 @@ -# kubernetes.client.SchedulingV1beta1Api - -All URIs are relative to *https://localhost* - -Method | HTTP request | Description -------------- | ------------- | ------------- -[**create_priority_class**](SchedulingV1beta1Api.md#create_priority_class) | **POST** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -[**delete_collection_priority_class**](SchedulingV1beta1Api.md#delete_collection_priority_class) | **DELETE** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -[**delete_priority_class**](SchedulingV1beta1Api.md#delete_priority_class) | **DELETE** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -[**get_api_resources**](SchedulingV1beta1Api.md#get_api_resources) | **GET** /apis/scheduling.k8s.io/v1beta1/ | -[**list_priority_class**](SchedulingV1beta1Api.md#list_priority_class) | **GET** /apis/scheduling.k8s.io/v1beta1/priorityclasses | -[**patch_priority_class**](SchedulingV1beta1Api.md#patch_priority_class) | **PATCH** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -[**read_priority_class**](SchedulingV1beta1Api.md#read_priority_class) | **GET** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | -[**replace_priority_class**](SchedulingV1beta1Api.md#replace_priority_class) | **PUT** /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name} | - - -# **create_priority_class** -> V1beta1PriorityClass create_priority_class(body, pretty=pretty) - - - -create a PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -body = kubernetes.client.V1beta1PriorityClass() # V1beta1PriorityClass | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.create_priority_class(body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->create_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **body** | [**V1beta1PriorityClass**](V1beta1PriorityClass.md)| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1PriorityClass**](V1beta1PriorityClass.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **delete_collection_priority_class** -> V1Status delete_collection_priority_class(pretty=pretty, _continue=_continue, field_selector=field_selector, include_uninitialized=include_uninitialized, label_selector=label_selector, limit=limit, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) - - - -delete collection of PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) -_continue = '_continue_example' # str | The continue option should be set when retrieving more results from the server. Since this value is server defined, kubernetes.clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the kubernetes.client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional) -field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) -include_uninitialized = true # bool | If true, partially initialized resources are included in the response. (optional) -label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) -limit = 56 # int | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and kubernetes.clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, kubernetes.clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a kubernetes.client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional) -resource_version = 'resource_version_example' # str | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional) -timeout_seconds = 56 # int | Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. (optional) -watch = true # bool | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional) - -try: - api_response = api_instance.delete_collection_priority_class(pretty=pretty, _continue=_continue, field_selector=field_selector, include_uninitialized=include_uninitialized, label_selector=label_selector, limit=limit, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->delete_collection_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - **_continue** | **str**| The continue option should be set when retrieving more results from the server. Since this value is server defined, kubernetes.clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the kubernetes.client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] - **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] - **include_uninitialized** | **bool**| If true, partially initialized resources are included in the response. | [optional] - **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] - **limit** | **int**| limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and kubernetes.clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, kubernetes.clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a kubernetes.client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] - **resource_version** | **str**| When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. | [optional] - **timeout_seconds** | **int**| Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. | [optional] - **watch** | **bool**| Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] - -### Return type - -[**V1Status**](V1Status.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **delete_priority_class** -> V1Status delete_priority_class(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents, propagation_policy=propagation_policy) - - - -delete a PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the PriorityClass -body = kubernetes.client.V1DeleteOptions() # V1DeleteOptions | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) -grace_period_seconds = 56 # int | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. (optional) -orphan_dependents = true # bool | Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. (optional) -propagation_policy = 'propagation_policy_example' # str | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. (optional) - -try: - api_response = api_instance.delete_priority_class(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents, propagation_policy=propagation_policy) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->delete_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the PriorityClass | - **body** | [**V1DeleteOptions**](V1DeleteOptions.md)| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - **grace_period_seconds** | **int**| The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. | [optional] - **orphan_dependents** | **bool**| Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. | [optional] - **propagation_policy** | **str**| Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. | [optional] - -### Return type - -[**V1Status**](V1Status.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **get_api_resources** -> V1APIResourceList get_api_resources() - - - -get available resources - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) - -try: - api_response = api_instance.get_api_resources() - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->get_api_resources: %s\n" % e) -``` - -### Parameters -This endpoint does not need any parameter. - -### Return type - -[**V1APIResourceList**](V1APIResourceList.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json, application/yaml, application/vnd.kubernetes.protobuf - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **list_priority_class** -> V1beta1PriorityClassList list_priority_class(pretty=pretty, _continue=_continue, field_selector=field_selector, include_uninitialized=include_uninitialized, label_selector=label_selector, limit=limit, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) - - - -list or watch objects of kind PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) -_continue = '_continue_example' # str | The continue option should be set when retrieving more results from the server. Since this value is server defined, kubernetes.clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the kubernetes.client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. (optional) -field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) -include_uninitialized = true # bool | If true, partially initialized resources are included in the response. (optional) -label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) -limit = 56 # int | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and kubernetes.clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, kubernetes.clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a kubernetes.client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. (optional) -resource_version = 'resource_version_example' # str | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. (optional) -timeout_seconds = 56 # int | Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. (optional) -watch = true # bool | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. (optional) - -try: - api_response = api_instance.list_priority_class(pretty=pretty, _continue=_continue, field_selector=field_selector, include_uninitialized=include_uninitialized, label_selector=label_selector, limit=limit, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->list_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - **_continue** | **str**| The continue option should be set when retrieving more results from the server. Since this value is server defined, kubernetes.clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the kubernetes.client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] - **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] - **include_uninitialized** | **bool**| If true, partially initialized resources are included in the response. | [optional] - **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] - **limit** | **int**| limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and kubernetes.clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, kubernetes.clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a kubernetes.client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] - **resource_version** | **str**| When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. | [optional] - **timeout_seconds** | **int**| Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. | [optional] - **watch** | **bool**| Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] - -### Return type - -[**V1beta1PriorityClassList**](V1beta1PriorityClassList.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf, application/json;stream=watch, application/vnd.kubernetes.protobuf;stream=watch - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **patch_priority_class** -> V1beta1PriorityClass patch_priority_class(name, body, pretty=pretty) - - - -partially update the specified PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the PriorityClass -body = NULL # object | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.patch_priority_class(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->patch_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the PriorityClass | - **body** | **object**| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1PriorityClass**](V1beta1PriorityClass.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: application/json-patch+json, application/merge-patch+json, application/strategic-merge-patch+json - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **read_priority_class** -> V1beta1PriorityClass read_priority_class(name, pretty=pretty, exact=exact, export=export) - - - -read the specified PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the PriorityClass -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) -exact = true # bool | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. (optional) -export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) - -try: - api_response = api_instance.read_priority_class(name, pretty=pretty, exact=exact, export=export) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->read_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the PriorityClass | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - **exact** | **bool**| Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. | [optional] - **export** | **bool**| Should this value be exported. Export strips fields that a user can not specify. | [optional] - -### Return type - -[**V1beta1PriorityClass**](V1beta1PriorityClass.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - -# **replace_priority_class** -> V1beta1PriorityClass replace_priority_class(name, body, pretty=pretty) - - - -replace the specified PriorityClass - -### Example -```python -from __future__ import print_function -import time -import kubernetes.client -from kubernetes.client.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -configuration = kubernetes.client.Configuration() -configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['authorization'] = 'Bearer' - -# create an instance of the API class -api_instance = kubernetes.client.SchedulingV1beta1Api(kubernetes.client.ApiClient(configuration)) -name = 'name_example' # str | name of the PriorityClass -body = kubernetes.client.V1beta1PriorityClass() # V1beta1PriorityClass | -pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) - -try: - api_response = api_instance.replace_priority_class(name, body, pretty=pretty) - pprint(api_response) -except ApiException as e: - print("Exception when calling SchedulingV1beta1Api->replace_priority_class: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **name** | **str**| name of the PriorityClass | - **body** | [**V1beta1PriorityClass**](V1beta1PriorityClass.md)| | - **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] - -### Return type - -[**V1beta1PriorityClass**](V1beta1PriorityClass.md) - -### Authorization - -[BearerToken](../README.md#BearerToken) - -### HTTP request headers - - - **Content-Type**: */* - - **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - diff --git a/kubernetes/docs/V1APIGroup.md b/kubernetes/docs/V1APIGroup.md index 77c67b2e1..b50cc00e2 100644 --- a/kubernetes/docs/V1APIGroup.md +++ b/kubernetes/docs/V1APIGroup.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **name** | **str** | name is the name of the group. | **preferred_version** | [**V1GroupVersionForDiscovery**](V1GroupVersionForDiscovery.md) | preferredVersion is the version preferred by the API server, which probably is the storage version. | [optional] -**server_address_by_client_cid_rs** | [**list[V1ServerAddressByClientCIDR]**](V1ServerAddressByClientCIDR.md) | a map of kubernetes.client CIDR to server address that is serving this group. This is to help kubernetes.clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, kubernetes.clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the kubernetes.client can match. For example: the master will return an internal IP CIDR only, if the kubernetes.client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the kubernetes.client IP. | [optional] +**server_address_by_client_cid_rs** | [**list[V1ServerAddressByClientCIDR]**](V1ServerAddressByClientCIDR.md) | a map of kubernetes.client CIDR to server address that is serving this group. This is to help kubernetes.clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, kubernetes.clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the kubernetes.client can match. For example: the master will return an internal IP CIDR only, if the kubernetes.client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the kubernetes.client IP. | **versions** | [**list[V1GroupVersionForDiscovery]**](V1GroupVersionForDiscovery.md) | versions are the versions supported in this group. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1APIServiceSpec.md b/kubernetes/docs/V1APIServiceSpec.md index c9e9ced21..2ddb468f3 100644 --- a/kubernetes/docs/V1APIServiceSpec.md +++ b/kubernetes/docs/V1APIServiceSpec.md @@ -3,13 +3,13 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ca_bundle** | **str** | CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. | [optional] +**ca_bundle** | **str** | CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. | **group** | **str** | Group is the API group name this server hosts | [optional] **group_priority_minimum** | **int** | GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by kubernetes.clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s | **insecure_skip_tls_verify** | **bool** | InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. | [optional] **service** | [**V1ServiceReference**](V1ServiceReference.md) | Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. | **version** | **str** | Version is the API version this server hosts. For example, \"v1\" | [optional] -**version_priority** | **int** | VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. | +**version_priority** | **int** | VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1CinderPersistentVolumeSource.md b/kubernetes/docs/V1CinderPersistentVolumeSource.md deleted file mode 100644 index 967e4fa08..000000000 --- a/kubernetes/docs/V1CinderPersistentVolumeSource.md +++ /dev/null @@ -1,13 +0,0 @@ -# V1CinderPersistentVolumeSource - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**fs_type** | **str** | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] -**read_only** | **bool** | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] -**secret_ref** | [**V1SecretReference**](V1SecretReference.md) | Optional: points to a secret object containing parameters used to connect to OpenStack. | [optional] -**volume_id** | **str** | volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1CinderVolumeSource.md b/kubernetes/docs/V1CinderVolumeSource.md index 58f1938e6..ad5ca0473 100644 --- a/kubernetes/docs/V1CinderVolumeSource.md +++ b/kubernetes/docs/V1CinderVolumeSource.md @@ -5,7 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fs_type** | **str** | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] **read_only** | **bool** | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] -**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | Optional: points to a secret object containing parameters used to connect to OpenStack. | [optional] **volume_id** | **str** | volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1ClusterRoleBinding.md b/kubernetes/docs/V1ClusterRoleBinding.md index 0f14176b1..be8c7fc16 100644 --- a/kubernetes/docs/V1ClusterRoleBinding.md +++ b/kubernetes/docs/V1ClusterRoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1RoleRef**](V1RoleRef.md) | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1Subject]**](V1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1Subject]**](V1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1ConfigMapNodeConfigSource.md b/kubernetes/docs/V1ConfigMapNodeConfigSource.md deleted file mode 100644 index 1cb4e9143..000000000 --- a/kubernetes/docs/V1ConfigMapNodeConfigSource.md +++ /dev/null @@ -1,14 +0,0 @@ -# V1ConfigMapNodeConfigSource - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**kubelet_config_key** | **str** | KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. | -**name** | **str** | Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. | -**namespace** | **str** | Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. | -**resource_version** | **str** | ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. | [optional] -**uid** | **str** | UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1LocalVolumeSource.md b/kubernetes/docs/V1LocalVolumeSource.md index 98baeca6a..6fec27038 100644 --- a/kubernetes/docs/V1LocalVolumeSource.md +++ b/kubernetes/docs/V1LocalVolumeSource.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**path** | **str** | The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled. | +**path** | **str** | The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1NetworkPolicyPeer.md b/kubernetes/docs/V1NetworkPolicyPeer.md index 4aa2cb6c9..8721b7daa 100644 --- a/kubernetes/docs/V1NetworkPolicyPeer.md +++ b/kubernetes/docs/V1NetworkPolicyPeer.md @@ -3,9 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ip_block** | [**V1IPBlock**](V1IPBlock.md) | IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. | [optional] -**namespace_selector** | [**V1LabelSelector**](V1LabelSelector.md) | Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. | [optional] -**pod_selector** | [**V1LabelSelector**](V1LabelSelector.md) | This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. | [optional] +**ip_block** | [**V1IPBlock**](V1IPBlock.md) | IPBlock defines policy on a particular IPBlock | [optional] +**namespace_selector** | [**V1LabelSelector**](V1LabelSelector.md) | Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. | [optional] +**pod_selector** | [**V1LabelSelector**](V1LabelSelector.md) | This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1NodeConfigSource.md b/kubernetes/docs/V1NodeConfigSource.md index 967d90840..e374a1dee 100644 --- a/kubernetes/docs/V1NodeConfigSource.md +++ b/kubernetes/docs/V1NodeConfigSource.md @@ -3,7 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**config_map** | [**V1ConfigMapNodeConfigSource**](V1ConfigMapNodeConfigSource.md) | ConfigMap is a reference to a Node's ConfigMap | [optional] +**api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] +**config_map_ref** | [**V1ObjectReference**](V1ObjectReference.md) | | [optional] +**kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1NodeConfigStatus.md b/kubernetes/docs/V1NodeConfigStatus.md deleted file mode 100644 index bb37c87c2..000000000 --- a/kubernetes/docs/V1NodeConfigStatus.md +++ /dev/null @@ -1,13 +0,0 @@ -# V1NodeConfigStatus - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**active** | [**V1NodeConfigSource**](V1NodeConfigSource.md) | Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error. | [optional] -**assigned** | [**V1NodeConfigSource**](V1NodeConfigSource.md) | Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned. | [optional] -**error** | **str** | Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. | [optional] -**last_known_good** | [**V1NodeConfigSource**](V1NodeConfigSource.md) | LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1NodeSelectorTerm.md b/kubernetes/docs/V1NodeSelectorTerm.md index 894ff299d..e030c3ac1 100644 --- a/kubernetes/docs/V1NodeSelectorTerm.md +++ b/kubernetes/docs/V1NodeSelectorTerm.md @@ -3,8 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**match_expressions** | [**list[V1NodeSelectorRequirement]**](V1NodeSelectorRequirement.md) | A list of node selector requirements by node's labels. | [optional] -**match_fields** | [**list[V1NodeSelectorRequirement]**](V1NodeSelectorRequirement.md) | A list of node selector requirements by node's fields. | [optional] +**match_expressions** | [**list[V1NodeSelectorRequirement]**](V1NodeSelectorRequirement.md) | Required. A list of node selector requirements. The requirements are ANDed. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1NodeSpec.md b/kubernetes/docs/V1NodeSpec.md index d11cf66f0..f9ec7f8e0 100644 --- a/kubernetes/docs/V1NodeSpec.md +++ b/kubernetes/docs/V1NodeSpec.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **config_source** | [**V1NodeConfigSource**](V1NodeConfigSource.md) | If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field | [optional] -**external_id** | **str** | Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 | [optional] +**external_id** | **str** | External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. | [optional] **pod_cidr** | **str** | PodCIDR represents the pod IP range assigned to the node. | [optional] **provider_id** | **str** | ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> | [optional] **taints** | [**list[V1Taint]**](V1Taint.md) | If specified, the node's taints. | [optional] diff --git a/kubernetes/docs/V1NodeStatus.md b/kubernetes/docs/V1NodeStatus.md index 7f9c6a41d..dca3d92e3 100644 --- a/kubernetes/docs/V1NodeStatus.md +++ b/kubernetes/docs/V1NodeStatus.md @@ -7,7 +7,6 @@ Name | Type | Description | Notes **allocatable** | **dict(str, str)** | Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. | [optional] **capacity** | **dict(str, str)** | Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity | [optional] **conditions** | [**list[V1NodeCondition]**](V1NodeCondition.md) | Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition | [optional] -**config** | [**V1NodeConfigStatus**](V1NodeConfigStatus.md) | Status of the config assigned to the node via the dynamic Kubelet config feature. | [optional] **daemon_endpoints** | [**V1NodeDaemonEndpoints**](V1NodeDaemonEndpoints.md) | Endpoints of daemons running on the Node. | [optional] **images** | [**list[V1ContainerImage]**](V1ContainerImage.md) | List of container images on this node | [optional] **node_info** | [**V1NodeSystemInfo**](V1NodeSystemInfo.md) | Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info | [optional] diff --git a/kubernetes/docs/V1PersistentVolumeSpec.md b/kubernetes/docs/V1PersistentVolumeSpec.md index f778e796e..3c5a12ffa 100644 --- a/kubernetes/docs/V1PersistentVolumeSpec.md +++ b/kubernetes/docs/V1PersistentVolumeSpec.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **azure_file** | [**V1AzureFilePersistentVolumeSource**](V1AzureFilePersistentVolumeSource.md) | AzureFile represents an Azure File Service mount on the host and bind mount to the pod. | [optional] **capacity** | **dict(str, str)** | A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity | [optional] **cephfs** | [**V1CephFSPersistentVolumeSource**](V1CephFSPersistentVolumeSource.md) | CephFS represents a Ceph FS mount on the host that shares a pod's lifetime | [optional] -**cinder** | [**V1CinderPersistentVolumeSource**](V1CinderPersistentVolumeSource.md) | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] +**cinder** | [**V1CinderVolumeSource**](V1CinderVolumeSource.md) | Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md | [optional] **claim_ref** | [**V1ObjectReference**](V1ObjectReference.md) | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding | [optional] **csi** | [**V1CSIPersistentVolumeSource**](V1CSIPersistentVolumeSource.md) | CSI represents storage that handled by an external CSI driver (Beta feature). | [optional] **fc** | [**V1FCVolumeSource**](V1FCVolumeSource.md) | FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. | [optional] diff --git a/kubernetes/docs/V1PodCondition.md b/kubernetes/docs/V1PodCondition.md index 3232acd45..0ba3dbce6 100644 --- a/kubernetes/docs/V1PodCondition.md +++ b/kubernetes/docs/V1PodCondition.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **message** | **str** | Human-readable message indicating details about last transition. | [optional] **reason** | **str** | Unique, one-word, CamelCase reason for the condition's last transition. | [optional] **status** | **str** | Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions | -**type** | **str** | Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions | +**type** | **str** | Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1PodReadinessGate.md b/kubernetes/docs/V1PodReadinessGate.md deleted file mode 100644 index bb9371a44..000000000 --- a/kubernetes/docs/V1PodReadinessGate.md +++ /dev/null @@ -1,10 +0,0 @@ -# V1PodReadinessGate - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**condition_type** | **str** | ConditionType refers to a condition in the pod's condition list with matching type. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1PodSecurityContext.md b/kubernetes/docs/V1PodSecurityContext.md index 5d51dc464..94557873b 100644 --- a/kubernetes/docs/V1PodSecurityContext.md +++ b/kubernetes/docs/V1PodSecurityContext.md @@ -9,7 +9,6 @@ Name | Type | Description | Notes **run_as_user** | **int** | The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. | [optional] **se_linux_options** | [**V1SELinuxOptions**](V1SELinuxOptions.md) | The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. | [optional] **supplemental_groups** | **list[int]** | A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. | [optional] -**sysctls** | [**list[V1Sysctl]**](V1Sysctl.md) | Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1PodSpec.md b/kubernetes/docs/V1PodSpec.md index 895f943b8..3f5ace159 100644 --- a/kubernetes/docs/V1PodSpec.md +++ b/kubernetes/docs/V1PodSpec.md @@ -20,7 +20,6 @@ Name | Type | Description | Notes **node_selector** | **dict(str, str)** | NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | [optional] **priority** | **int** | The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. | [optional] **priority_class_name** | **str** | If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. | [optional] -**readiness_gates** | [**list[V1PodReadinessGate]**](V1PodReadinessGate.md) | If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md | [optional] **restart_policy** | **str** | Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy | [optional] **scheduler_name** | **str** | If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. | [optional] **security_context** | [**V1PodSecurityContext**](V1PodSecurityContext.md) | SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. | [optional] diff --git a/kubernetes/docs/V1PodStatus.md b/kubernetes/docs/V1PodStatus.md index 523423388..8b446c993 100644 --- a/kubernetes/docs/V1PodStatus.md +++ b/kubernetes/docs/V1PodStatus.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **init_container_statuses** | [**list[V1ContainerStatus]**](V1ContainerStatus.md) | The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status | [optional] **message** | **str** | A human readable message indicating details about why the pod is in this condition. | [optional] **nominated_node_name** | **str** | nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. | [optional] -**phase** | **str** | The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase | [optional] +**phase** | **str** | Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase | [optional] **pod_ip** | **str** | IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. | [optional] **qos_class** | **str** | The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md | [optional] **reason** | **str** | A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' | [optional] diff --git a/kubernetes/docs/V1ResourceQuotaSpec.md b/kubernetes/docs/V1ResourceQuotaSpec.md index 41c0fb8b2..f95df6db1 100644 --- a/kubernetes/docs/V1ResourceQuotaSpec.md +++ b/kubernetes/docs/V1ResourceQuotaSpec.md @@ -3,8 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**hard** | **dict(str, str)** | hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ | [optional] -**scope_selector** | [**V1ScopeSelector**](V1ScopeSelector.md) | scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. | [optional] +**hard** | **dict(str, str)** | Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ | [optional] **scopes** | **list[str]** | A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1RoleBinding.md b/kubernetes/docs/V1RoleBinding.md index 1d361d884..208b41323 100644 --- a/kubernetes/docs/V1RoleBinding.md +++ b/kubernetes/docs/V1RoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1RoleRef**](V1RoleRef.md) | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1Subject]**](V1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1Subject]**](V1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1RollingUpdateDeployment.md b/kubernetes/docs/V1RollingUpdateDeployment.md index 3ae18e0b5..6a3cde5d5 100644 --- a/kubernetes/docs/V1RollingUpdateDeployment.md +++ b/kubernetes/docs/V1RollingUpdateDeployment.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. | [optional] -**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] +**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. | [optional] +**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1ScopeSelector.md b/kubernetes/docs/V1ScopeSelector.md deleted file mode 100644 index 1dfe77849..000000000 --- a/kubernetes/docs/V1ScopeSelector.md +++ /dev/null @@ -1,10 +0,0 @@ -# V1ScopeSelector - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**match_expressions** | [**list[V1ScopedResourceSelectorRequirement]**](V1ScopedResourceSelectorRequirement.md) | A list of scope selector requirements by scope of the resources. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1ScopedResourceSelectorRequirement.md b/kubernetes/docs/V1ScopedResourceSelectorRequirement.md deleted file mode 100644 index 780b06d34..000000000 --- a/kubernetes/docs/V1ScopedResourceSelectorRequirement.md +++ /dev/null @@ -1,12 +0,0 @@ -# V1ScopedResourceSelectorRequirement - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**operator** | **str** | Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. | -**scope_name** | **str** | The name of the scope that the selector applies to. | -**values** | **list[str]** | An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1ServiceAccountTokenProjection.md b/kubernetes/docs/V1ServiceAccountTokenProjection.md deleted file mode 100644 index ce9b22fbf..000000000 --- a/kubernetes/docs/V1ServiceAccountTokenProjection.md +++ /dev/null @@ -1,12 +0,0 @@ -# V1ServiceAccountTokenProjection - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**audience** | **str** | Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. | [optional] -**expiration_seconds** | **int** | ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. | [optional] -**path** | **str** | Path is the path relative to the mount point of the file to project the token into. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1ServiceSpec.md b/kubernetes/docs/V1ServiceSpec.md index 9c6efe794..db12b4d2d 100644 --- a/kubernetes/docs/V1ServiceSpec.md +++ b/kubernetes/docs/V1ServiceSpec.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **load_balancer_ip** | **str** | Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. | [optional] **load_balancer_source_ranges** | **list[str]** | If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified kubernetes.client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/ | [optional] **ports** | [**list[V1ServicePort]**](V1ServicePort.md) | The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies | [optional] -**publish_not_ready_addresses** | **bool** | publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. | [optional] +**publish_not_ready_addresses** | **bool** | publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all kubernetes.clients have been converted to use this field. | [optional] **selector** | **dict(str, str)** | Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/ | [optional] **session_affinity** | **str** | Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable kubernetes.client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies | [optional] **session_affinity_config** | [**V1SessionAffinityConfig**](V1SessionAffinityConfig.md) | sessionAffinityConfig contains the configurations of session affinity. | [optional] diff --git a/kubernetes/docs/V1StorageClass.md b/kubernetes/docs/V1StorageClass.md index de316f577..3d16c8e7a 100644 --- a/kubernetes/docs/V1StorageClass.md +++ b/kubernetes/docs/V1StorageClass.md @@ -4,7 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allow_volume_expansion** | **bool** | AllowVolumeExpansion shows whether the storage class allow volume expand | [optional] -**allowed_topologies** | [**list[V1TopologySelectorTerm]**](V1TopologySelectorTerm.md) | Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. | [optional] **api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional] diff --git a/kubernetes/docs/V1TopologySelectorLabelRequirement.md b/kubernetes/docs/V1TopologySelectorLabelRequirement.md deleted file mode 100644 index 2129d032d..000000000 --- a/kubernetes/docs/V1TopologySelectorLabelRequirement.md +++ /dev/null @@ -1,11 +0,0 @@ -# V1TopologySelectorLabelRequirement - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**key** | **str** | The label key that the selector applies to. | -**values** | **list[str]** | An array of string values. One value must match the label to be selected. Each entry in Values is ORed. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1TopologySelectorTerm.md b/kubernetes/docs/V1TopologySelectorTerm.md deleted file mode 100644 index 7705d064a..000000000 --- a/kubernetes/docs/V1TopologySelectorTerm.md +++ /dev/null @@ -1,10 +0,0 @@ -# V1TopologySelectorTerm - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**match_label_expressions** | [**list[V1TopologySelectorLabelRequirement]**](V1TopologySelectorLabelRequirement.md) | A list of topology selector requirements by labels. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1Volume.md b/kubernetes/docs/V1Volume.md index 62762b2d7..7061426a2 100644 --- a/kubernetes/docs/V1Volume.md +++ b/kubernetes/docs/V1Volume.md @@ -15,7 +15,7 @@ Name | Type | Description | Notes **flex_volume** | [**V1FlexVolumeSource**](V1FlexVolumeSource.md) | FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. | [optional] **flocker** | [**V1FlockerVolumeSource**](V1FlockerVolumeSource.md) | Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running | [optional] **gce_persistent_disk** | [**V1GCEPersistentDiskVolumeSource**](V1GCEPersistentDiskVolumeSource.md) | GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk | [optional] -**git_repo** | [**V1GitRepoVolumeSource**](V1GitRepoVolumeSource.md) | GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. | [optional] +**git_repo** | [**V1GitRepoVolumeSource**](V1GitRepoVolumeSource.md) | GitRepo represents a git repository at a particular revision. | [optional] **glusterfs** | [**V1GlusterfsVolumeSource**](V1GlusterfsVolumeSource.md) | Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md | [optional] **host_path** | [**V1HostPathVolumeSource**](V1HostPathVolumeSource.md) | HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath | [optional] **iscsi** | [**V1ISCSIVolumeSource**](V1ISCSIVolumeSource.md) | ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md | [optional] diff --git a/kubernetes/docs/V1VolumeMount.md b/kubernetes/docs/V1VolumeMount.md index b1012d864..361f45d98 100644 --- a/kubernetes/docs/V1VolumeMount.md +++ b/kubernetes/docs/V1VolumeMount.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **mount_path** | **str** | Path within the container at which the volume should be mounted. Must not contain ':'. | -**mount_propagation** | **str** | mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. | [optional] +**mount_propagation** | **str** | mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10. | [optional] **name** | **str** | This must match the Name of a Volume. | **read_only** | **bool** | Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. | [optional] **sub_path** | **str** | Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). | [optional] diff --git a/kubernetes/docs/V1VolumeProjection.md b/kubernetes/docs/V1VolumeProjection.md index def8aaea9..10f724c53 100644 --- a/kubernetes/docs/V1VolumeProjection.md +++ b/kubernetes/docs/V1VolumeProjection.md @@ -6,7 +6,6 @@ Name | Type | Description | Notes **config_map** | [**V1ConfigMapProjection**](V1ConfigMapProjection.md) | information about the configMap data to project | [optional] **downward_api** | [**V1DownwardAPIProjection**](V1DownwardAPIProjection.md) | information about the downwardAPI data to project | [optional] **secret** | [**V1SecretProjection**](V1SecretProjection.md) | information about the secret data to project | [optional] -**service_account_token** | [**V1ServiceAccountTokenProjection**](V1ServiceAccountTokenProjection.md) | information about the serviceAccountToken data to project | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1alpha1ClusterRoleBinding.md b/kubernetes/docs/V1alpha1ClusterRoleBinding.md index 62ee8a942..e5bfb10c1 100644 --- a/kubernetes/docs/V1alpha1ClusterRoleBinding.md +++ b/kubernetes/docs/V1alpha1ClusterRoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1alpha1RoleRef**](V1alpha1RoleRef.md) | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1alpha1Subject]**](V1alpha1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1alpha1Subject]**](V1alpha1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1alpha1RoleBinding.md b/kubernetes/docs/V1alpha1RoleBinding.md index 9757c6a90..88820a1a2 100644 --- a/kubernetes/docs/V1alpha1RoleBinding.md +++ b/kubernetes/docs/V1alpha1RoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1alpha1RoleRef**](V1alpha1RoleRef.md) | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1alpha1Subject]**](V1alpha1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1alpha1Subject]**](V1alpha1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1APIServiceSpec.md b/kubernetes/docs/V1beta1APIServiceSpec.md index 0b85aeddd..5dd67cac9 100644 --- a/kubernetes/docs/V1beta1APIServiceSpec.md +++ b/kubernetes/docs/V1beta1APIServiceSpec.md @@ -3,13 +3,13 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ca_bundle** | **str** | CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. | [optional] +**ca_bundle** | **str** | CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. | **group** | **str** | Group is the API group name this server hosts | [optional] **group_priority_minimum** | **int** | GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by kubernetes.clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s | **insecure_skip_tls_verify** | **bool** | InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. | [optional] **service** | [**ApiregistrationV1beta1ServiceReference**](ApiregistrationV1beta1ServiceReference.md) | Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. | **version** | **str** | Version is the API version this server hosts. For example, \"v1\" | [optional] -**version_priority** | **int** | VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. | +**version_priority** | **int** | VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1ClusterRoleBinding.md b/kubernetes/docs/V1beta1ClusterRoleBinding.md index 30fdea8dc..418e3e2a8 100644 --- a/kubernetes/docs/V1beta1ClusterRoleBinding.md +++ b/kubernetes/docs/V1beta1ClusterRoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1beta1RoleRef**](V1beta1RoleRef.md) | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1beta1Subject]**](V1beta1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1beta1Subject]**](V1beta1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1CustomResourceColumnDefinition.md b/kubernetes/docs/V1beta1CustomResourceColumnDefinition.md deleted file mode 100644 index 1b5383ab6..000000000 --- a/kubernetes/docs/V1beta1CustomResourceColumnDefinition.md +++ /dev/null @@ -1,15 +0,0 @@ -# V1beta1CustomResourceColumnDefinition - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**json_path** | **str** | JSONPath is a simple JSON path, i.e. with array notation. | -**description** | **str** | description is a human readable description of this column. | [optional] -**format** | **str** | format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in kubernetes.clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. | [optional] -**name** | **str** | name is a human readable name for the column. | -**priority** | **int** | priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority. | [optional] -**type** | **str** | type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1beta1CustomResourceDefinitionSpec.md b/kubernetes/docs/V1beta1CustomResourceDefinitionSpec.md index 90e9da7da..bc79ace49 100644 --- a/kubernetes/docs/V1beta1CustomResourceDefinitionSpec.md +++ b/kubernetes/docs/V1beta1CustomResourceDefinitionSpec.md @@ -3,14 +3,12 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**additional_printer_columns** | [**list[V1beta1CustomResourceColumnDefinition]**](V1beta1CustomResourceColumnDefinition.md) | AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column. | [optional] **group** | **str** | Group is the group this resource belongs in | **names** | [**V1beta1CustomResourceDefinitionNames**](V1beta1CustomResourceDefinitionNames.md) | Names are the names used to describe this custom resource | **scope** | **str** | Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced | -**subresources** | [**V1beta1CustomResourceSubresources**](V1beta1CustomResourceSubresources.md) | Subresources describes the subresources for CustomResources | [optional] +**subresources** | [**V1beta1CustomResourceSubresources**](V1beta1CustomResourceSubresources.md) | Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate. | [optional] **validation** | [**V1beta1CustomResourceValidation**](V1beta1CustomResourceValidation.md) | Validation describes the validation methods for CustomResources | [optional] -**version** | **str** | Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`. | [optional] -**versions** | [**list[V1beta1CustomResourceDefinitionVersion]**](V1beta1CustomResourceDefinitionVersion.md) | Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. | [optional] +**version** | **str** | Version is the version this resource belongs in | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1CustomResourceDefinitionStatus.md b/kubernetes/docs/V1beta1CustomResourceDefinitionStatus.md index f6b242c89..83d03fcf0 100644 --- a/kubernetes/docs/V1beta1CustomResourceDefinitionStatus.md +++ b/kubernetes/docs/V1beta1CustomResourceDefinitionStatus.md @@ -5,7 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **accepted_names** | [**V1beta1CustomResourceDefinitionNames**](V1beta1CustomResourceDefinitionNames.md) | AcceptedNames are the names that are actually being used to serve discovery They may be different than the names in spec. | **conditions** | [**list[V1beta1CustomResourceDefinitionCondition]**](V1beta1CustomResourceDefinitionCondition.md) | Conditions indicate state for particular aspects of a CustomResourceDefinition | -**stored_versions** | **list[str]** | StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1CustomResourceDefinitionVersion.md b/kubernetes/docs/V1beta1CustomResourceDefinitionVersion.md deleted file mode 100644 index 2a02b490a..000000000 --- a/kubernetes/docs/V1beta1CustomResourceDefinitionVersion.md +++ /dev/null @@ -1,12 +0,0 @@ -# V1beta1CustomResourceDefinitionVersion - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | **str** | Name is the version name, e.g. “v1”, “v2beta1”, etc. | -**served** | **bool** | Served is a flag enabling/disabling this version from being served via REST APIs | -**storage** | **bool** | Storage flags the version as storage version. There must be exactly one flagged as storage version. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1beta1JSONSchemaProps.md b/kubernetes/docs/V1beta1JSONSchemaProps.md index ef7a364d9..4c5fa149d 100644 --- a/kubernetes/docs/V1beta1JSONSchemaProps.md +++ b/kubernetes/docs/V1beta1JSONSchemaProps.md @@ -5,22 +5,22 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ref** | **str** | | [optional] **schema** | **str** | | [optional] -**additional_items** | **object** | JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. | [optional] -**additional_properties** | **object** | JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. | [optional] +**additional_items** | [**V1beta1JSONSchemaPropsOrBool**](V1beta1JSONSchemaPropsOrBool.md) | | [optional] +**additional_properties** | [**V1beta1JSONSchemaPropsOrBool**](V1beta1JSONSchemaPropsOrBool.md) | | [optional] **all_of** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | [optional] **any_of** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | [optional] -**default** | **object** | JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. | [optional] +**default** | [**V1beta1JSON**](V1beta1JSON.md) | | [optional] **definitions** | [**dict(str, V1beta1JSONSchemaProps)**](V1beta1JSONSchemaProps.md) | | [optional] -**dependencies** | **dict(str, object)** | | [optional] +**dependencies** | [**dict(str, V1beta1JSONSchemaPropsOrStringArray)**](V1beta1JSONSchemaPropsOrStringArray.md) | | [optional] **description** | **str** | | [optional] -**enum** | **list[object]** | | [optional] -**example** | **object** | JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. | [optional] +**enum** | [**list[V1beta1JSON]**](V1beta1JSON.md) | | [optional] +**example** | [**V1beta1JSON**](V1beta1JSON.md) | | [optional] **exclusive_maximum** | **bool** | | [optional] **exclusive_minimum** | **bool** | | [optional] **external_docs** | [**V1beta1ExternalDocumentation**](V1beta1ExternalDocumentation.md) | | [optional] **format** | **str** | | [optional] **id** | **str** | | [optional] -**items** | **object** | JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. | [optional] +**items** | [**V1beta1JSONSchemaPropsOrArray**](V1beta1JSONSchemaPropsOrArray.md) | | [optional] **max_items** | **int** | | [optional] **max_length** | **int** | | [optional] **max_properties** | **int** | | [optional] diff --git a/kubernetes/docs/V1Sysctl.md b/kubernetes/docs/V1beta1JSONSchemaPropsOrArray.md similarity index 58% rename from kubernetes/docs/V1Sysctl.md rename to kubernetes/docs/V1beta1JSONSchemaPropsOrArray.md index 44a3fcc30..94f5bdf06 100644 --- a/kubernetes/docs/V1Sysctl.md +++ b/kubernetes/docs/V1beta1JSONSchemaPropsOrArray.md @@ -1,10 +1,10 @@ -# V1Sysctl +# V1beta1JSONSchemaPropsOrArray ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **str** | Name of a property to set | -**value** | **str** | Value of a property to set | +**json_schemas** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | +**schema** | [**V1beta1JSONSchemaProps**](V1beta1JSONSchemaProps.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1NetworkPolicyPeer.md b/kubernetes/docs/V1beta1NetworkPolicyPeer.md index 49205607b..ece08aece 100644 --- a/kubernetes/docs/V1beta1NetworkPolicyPeer.md +++ b/kubernetes/docs/V1beta1NetworkPolicyPeer.md @@ -3,9 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ip_block** | [**V1beta1IPBlock**](V1beta1IPBlock.md) | IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. | [optional] -**namespace_selector** | [**V1LabelSelector**](V1LabelSelector.md) | Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. | [optional] -**pod_selector** | [**V1LabelSelector**](V1LabelSelector.md) | This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. | [optional] +**ip_block** | [**V1beta1IPBlock**](V1beta1IPBlock.md) | IPBlock defines policy on a particular IPBlock | [optional] +**namespace_selector** | [**V1LabelSelector**](V1LabelSelector.md) | Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. | [optional] +**pod_selector** | [**V1LabelSelector**](V1LabelSelector.md) | This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1PriorityClass.md b/kubernetes/docs/V1beta1PriorityClass.md deleted file mode 100644 index 98dc90b9b..000000000 --- a/kubernetes/docs/V1beta1PriorityClass.md +++ /dev/null @@ -1,15 +0,0 @@ -# V1beta1PriorityClass - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] -**description** | **str** | description is an arbitrary string that usually provides guidelines on when this priority class should be used. | [optional] -**global_default** | **bool** | globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. | [optional] -**kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] -**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional] -**value** | **int** | The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/kubernetes/docs/V1beta1RoleBinding.md b/kubernetes/docs/V1beta1RoleBinding.md index 43c18061a..f0731411a 100644 --- a/kubernetes/docs/V1beta1RoleBinding.md +++ b/kubernetes/docs/V1beta1RoleBinding.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. | [optional] **role_ref** | [**V1beta1RoleRef**](V1beta1RoleRef.md) | RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. | -**subjects** | [**list[V1beta1Subject]**](V1beta1Subject.md) | Subjects holds references to the objects the role applies to. | [optional] +**subjects** | [**list[V1beta1Subject]**](V1beta1Subject.md) | Subjects holds references to the objects the role applies to. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta1StorageClass.md b/kubernetes/docs/V1beta1StorageClass.md index 722fa86c7..48b36a36a 100644 --- a/kubernetes/docs/V1beta1StorageClass.md +++ b/kubernetes/docs/V1beta1StorageClass.md @@ -4,7 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allow_volume_expansion** | **bool** | AllowVolumeExpansion shows whether the storage class allow volume expand | [optional] -**allowed_topologies** | [**list[V1TopologySelectorTerm]**](V1TopologySelectorTerm.md) | Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature. | [optional] **api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | [optional] **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | [optional] **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata | [optional] diff --git a/kubernetes/docs/V1beta1WebhookClientConfig.md b/kubernetes/docs/V1beta1WebhookClientConfig.md index dd023b647..e3e18688e 100644 --- a/kubernetes/docs/V1beta1WebhookClientConfig.md +++ b/kubernetes/docs/V1beta1WebhookClientConfig.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ca_bundle** | **str** | `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. Required. | -**service** | [**AdmissionregistrationV1beta1ServiceReference**](AdmissionregistrationV1beta1ServiceReference.md) | `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. Port 443 will be used if it is open, otherwise it is an error. | [optional] +**service** | [**AdmissionregistrationV1beta1ServiceReference**](AdmissionregistrationV1beta1ServiceReference.md) | `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. If the webhook is running within the cluster, then you should use `service`. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error. | [optional] **url** | **str** | `url` gives the location of the webhook, in standard URL form (`[scheme://]host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be \"https\"; the URL must begin with \"https://\". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/docs/V1beta2RollingUpdateDeployment.md b/kubernetes/docs/V1beta2RollingUpdateDeployment.md index 56bdaa6e9..b3127f514 100644 --- a/kubernetes/docs/V1beta2RollingUpdateDeployment.md +++ b/kubernetes/docs/V1beta2RollingUpdateDeployment.md @@ -3,8 +3,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. | [optional] -**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] +**max_surge** | **object** | The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods. | [optional] +**max_unavailable** | **object** | The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/kubernetes/swagger.json.unprocessed b/kubernetes/swagger.json.unprocessed index 19cd3a787..ec890cf3c 100644 --- a/kubernetes/swagger.json.unprocessed +++ b/kubernetes/swagger.json.unprocessed @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Kubernetes", - "version": "v1.11.1" + "version": "v1.10.0" }, "paths": { "/api/": { @@ -20060,41 +20060,6 @@ ] }, "/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status": { - "get": { - "description": "read status of the specified CustomResourceDefinition", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiextensions_v1beta1" - ], - "operationId": "readApiextensionsV1beta1CustomResourceDefinitionStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified CustomResourceDefinition", "consumes": [ @@ -20146,53 +20111,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified CustomResourceDefinition", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiextensions_v1beta1" - ], - "operationId": "patchApiextensionsV1beta1CustomResourceDefinitionStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -20984,41 +20902,6 @@ ] }, "/apis/apiregistration.k8s.io/v1/apiservices/{name}/status": { - "get": { - "description": "read status of the specified APIService", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1" - ], - "operationId": "readApiregistrationV1APIServiceStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - }, "put": { "description": "replace status of the specified APIService", "consumes": [ @@ -21070,53 +20953,6 @@ "version": "v1" } }, - "patch": { - "description": "partially update status of the specified APIService", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1" - ], - "operationId": "patchApiregistrationV1APIServiceStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - }, "parameters": [ { "uniqueItems": true, @@ -21875,41 +21711,6 @@ ] }, "/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status": { - "get": { - "description": "read status of the specified APIService", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1beta1" - ], - "operationId": "readApiregistrationV1beta1APIServiceStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified APIService", "consumes": [ @@ -21961,53 +21762,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified APIService", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1beta1" - ], - "operationId": "patchApiregistrationV1beta1APIServiceStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -44918,41 +44672,6 @@ ] }, "/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status": { - "get": { - "description": "read status of the specified CertificateSigningRequest", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "certificates_v1beta1" - ], - "operationId": "readCertificatesV1beta1CertificateSigningRequestStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "certificates.k8s.io", - "kind": "CertificateSigningRequest", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified CertificateSigningRequest", "consumes": [ @@ -45004,53 +44723,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified CertificateSigningRequest", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "certificates_v1beta1" - ], - "operationId": "patchCertificatesV1beta1CertificateSigningRequestStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "certificates.k8s.io", - "kind": "CertificateSigningRequest", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -66517,7 +66189,40 @@ } ] }, - "/apis/scheduling.k8s.io/v1beta1/": { + "/apis/settings.k8s.io/": { + "get": { + "description": "get information of a group", + "consumes": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "settings" + ], + "operationId": "getSettingsAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/settings.k8s.io/v1alpha1/": { "get": { "description": "get available resources", "consumes": [ @@ -66534,9 +66239,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "getSchedulingV1beta1APIResources", + "operationId": "getSettingsV1alpha1APIResources", "responses": { "200": { "description": "OK", @@ -66550,9 +66255,9 @@ } } }, - "/apis/scheduling.k8s.io/v1beta1/priorityclasses": { + "/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets": { "get": { - "description": "list or watch objects of kind PriorityClass", + "description": "list or watch objects of kind PodPreset", "consumes": [ "*/*" ], @@ -66567,9 +66272,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "listSchedulingV1beta1PriorityClass", + "operationId": "listSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "uniqueItems": true, @@ -66632,7 +66337,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassList" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPresetList" } }, "401": { @@ -66641,13 +66346,13 @@ }, "x-kubernetes-action": "list", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "post": { - "description": "create a PriorityClass", + "description": "create a PodPreset", "consumes": [ "*/*" ], @@ -66660,16 +66365,16 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "createSchedulingV1beta1PriorityClass", + "operationId": "createSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } } ], @@ -66677,19 +66382,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "401": { @@ -66698,13 +66403,13 @@ }, "x-kubernetes-action": "post", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "delete": { - "description": "delete collection of PriorityClass", + "description": "delete collection of PodPreset", "consumes": [ "*/*" ], @@ -66717,9 +66422,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "deleteSchedulingV1beta1CollectionPriorityClass", + "operationId": "deleteSettingsV1alpha1CollectionNamespacedPodPreset", "parameters": [ { "uniqueItems": true, @@ -66791,12 +66496,20 @@ }, "x-kubernetes-action": "deletecollection", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "object name and auth scope, such as for teams and projects", + "name": "namespace", + "in": "path", + "required": true + }, { "uniqueItems": true, "type": "string", @@ -66806,9 +66519,9 @@ } ] }, - "/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}": { + "/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}": { "get": { - "description": "read the specified PriorityClass", + "description": "read the specified PodPreset", "consumes": [ "*/*" ], @@ -66821,9 +66534,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "readSchedulingV1beta1PriorityClass", + "operationId": "readSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "uniqueItems": true, @@ -66844,7 +66557,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "401": { @@ -66853,13 +66566,13 @@ }, "x-kubernetes-action": "get", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "put": { - "description": "replace the specified PriorityClass", + "description": "replace the specified PodPreset", "consumes": [ "*/*" ], @@ -66872,16 +66585,16 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "replaceSchedulingV1beta1PriorityClass", + "operationId": "replaceSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } } ], @@ -66889,13 +66602,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "401": { @@ -66904,13 +66617,13 @@ }, "x-kubernetes-action": "put", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "delete": { - "description": "delete a PriorityClass", + "description": "delete a PodPreset", "consumes": [ "*/*" ], @@ -66923,9 +66636,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "deleteSchedulingV1beta1PriorityClass", + "operationId": "deleteSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "name": "body", @@ -66970,13 +66683,13 @@ }, "x-kubernetes-action": "delete", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "patch": { - "description": "partially update the specified PriorityClass", + "description": "partially update the specified PodPreset", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -66991,9 +66704,9 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "patchSchedulingV1beta1PriorityClass", + "operationId": "patchSettingsV1alpha1NamespacedPodPreset", "parameters": [ { "name": "body", @@ -67008,7 +66721,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" } }, "401": { @@ -67017,16 +66730,16 @@ }, "x-kubernetes-action": "patch", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "parameters": [ { "uniqueItems": true, "type": "string", - "description": "name of the PriorityClass", + "description": "name of the PodPreset", "name": "name", "in": "path", "required": true @@ -67034,85 +66747,10 @@ { "uniqueItems": true, "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - } - ] - }, - "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses": { - "get": { - "description": "watch individual changes to a list of PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf", - "application/json;stream=watch", - "application/vnd.kubernetes.protobuf;stream=watch" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "watchSchedulingV1beta1PriorityClassList", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "watchlist", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" + "description": "object name and auth scope, such as for teams and projects", + "name": "namespace", + "in": "path", + "required": true }, { "uniqueItems": true, @@ -67120,33 +66758,12 @@ "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" } ] }, - "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}": { + "/apis/settings.k8s.io/v1alpha1/podpresets": { "get": { - "description": "watch changes to an object of kind PriorityClass", + "description": "list or watch objects of kind PodPreset", "consumes": [ "*/*" ], @@ -67161,709 +66778,25 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "settings_v1alpha1" ], - "operationId": "watchSchedulingV1beta1PriorityClass", + "operationId": "listSettingsV1alpha1PodPresetForAllNamespaces", "responses": { "200": { "description": "OK", "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent" + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPresetList" } }, "401": { "description": "Unauthorized" } }, - "x-kubernetes-action": "watch", + "x-kubernetes-action": "list", "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "name of the PriorityClass", - "name": "name", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ] - }, - "/apis/settings.k8s.io/": { - "get": { - "description": "get information of a group", - "consumes": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings" - ], - "operationId": "getSettingsAPIGroup", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" - } - }, - "401": { - "description": "Unauthorized" - } - } - } - }, - "/apis/settings.k8s.io/v1alpha1/": { - "get": { - "description": "get available resources", - "consumes": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "getSettingsV1alpha1APIResources", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList" - } - }, - "401": { - "description": "Unauthorized" - } - } - } - }, - "/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets": { - "get": { - "description": "list or watch objects of kind PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf", - "application/json;stream=watch", - "application/vnd.kubernetes.protobuf;stream=watch" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "listSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPresetList" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "list", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "post": { - "description": "create a PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "createSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "202": { - "description": "Accepted", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "post", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "delete": { - "description": "delete collection of PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "deleteSettingsV1alpha1CollectionNamespacedPodPreset", - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "deletecollection", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "object name and auth scope, such as for teams and projects", - "name": "namespace", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - } - ] - }, - "/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}": { - "get": { - "description": "read the specified PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "readSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "uniqueItems": true, - "type": "boolean", - "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", - "name": "exact", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Should this value be exported. Export strips fields that a user can not specify.", - "name": "export", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "put": { - "description": "replace the specified PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "replaceSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "put", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "delete": { - "description": "delete a PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "deleteSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" - } - }, - { - "uniqueItems": true, - "type": "integer", - "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", - "name": "gracePeriodSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", - "name": "orphanDependents", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", - "name": "propagationPolicy", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "delete", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "patch": { - "description": "partially update the specified PodPreset", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "patchSettingsV1alpha1NamespacedPodPreset", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "name of the PodPreset", - "name": "name", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "object name and auth scope, such as for teams and projects", - "name": "namespace", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - } - ] - }, - "/apis/settings.k8s.io/v1alpha1/podpresets": { - "get": { - "description": "list or watch objects of kind PodPreset", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf", - "application/json;stream=watch", - "application/vnd.kubernetes.protobuf;stream=watch" - ], - "schemes": [ - "https" - ], - "tags": [ - "settings_v1alpha1" - ], - "operationId": "listSettingsV1alpha1PodPresetForAllNamespaces", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPresetList" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "list", - "x-kubernetes-group-version-kind": { - "group": "settings.k8s.io", - "kind": "PodPreset", - "version": "v1alpha1" + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" } }, "parameters": [ @@ -71641,7 +70574,7 @@ "format": "byte" }, "service": { - "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`.\n\nPort 443 will be used if it is open, otherwise it is an error.", + "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`.\n\nIf there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error.", "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ServiceReference" }, "url": { @@ -72306,11 +71239,11 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" } } @@ -72864,11 +71797,11 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" } } @@ -73811,11 +72744,11 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" } } @@ -76510,30 +75443,6 @@ } } }, - "io.k8s.api.core.v1.CinderPersistentVolumeSource": { - "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", - "required": [ - "volumeID" - ], - "properties": { - "fsType": { - "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "string" - }, - "readOnly": { - "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "boolean" - }, - "secretRef": { - "description": "Optional: points to a secret object containing parameters used to connect to OpenStack.", - "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference" - }, - "volumeID": { - "description": "volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "string" - } - } - }, "io.k8s.api.core.v1.CinderVolumeSource": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "required": [ @@ -76548,10 +75457,6 @@ "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", "type": "boolean" }, - "secretRef": { - "description": "Optional: points to a secret object containing parameters used to connect to OpenStack.", - "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" - }, "volumeID": { "description": "volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", "type": "string" @@ -76766,36 +75671,6 @@ } ] }, - "io.k8s.api.core.v1.ConfigMapNodeConfigSource": { - "description": "ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.", - "required": [ - "namespace", - "name", - "kubeletConfigKey" - ], - "properties": { - "kubeletConfigKey": { - "description": "KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", - "type": "string" - }, - "name": { - "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", - "type": "string" - }, - "namespace": { - "description": "Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", - "type": "string" - }, - "resourceVersion": { - "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", - "type": "string" - }, - "uid": { - "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", - "type": "string" - } - } - }, "io.k8s.api.core.v1.ConfigMapProjection": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { @@ -77703,7 +76578,7 @@ } }, "io.k8s.api.core.v1.GitRepoVolumeSource": { - "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", + "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.", "required": [ "repository" ], @@ -78147,13 +77022,13 @@ } }, "io.k8s.api.core.v1.LocalVolumeSource": { - "description": "Local represents directly-attached storage with node affinity (Beta feature)", + "description": "Local represents directly-attached storage with node affinity", "required": [ "path" ], "properties": { "path": { - "description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.", + "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device", "type": "string" } } @@ -78367,32 +77242,25 @@ "io.k8s.api.core.v1.NodeConfigSource": { "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.", "properties": { - "configMap": { - "description": "ConfigMap is a reference to a Node's ConfigMap", - "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource" - } - } - }, - "io.k8s.api.core.v1.NodeConfigStatus": { - "description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.", - "properties": { - "active": { - "description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.", - "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource" + "apiVersion": { + "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", + "type": "string" }, - "assigned": { - "description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned.", - "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource" + "configMapRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, - "error": { - "description": "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.", + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "type": "string" - }, - "lastKnownGood": { - "description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future.", - "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource" } - } + }, + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "NodeConfigSource", + "version": "v1" + } + ] }, "io.k8s.api.core.v1.NodeDaemonEndpoints": { "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.", @@ -78477,17 +77345,13 @@ } }, "io.k8s.api.core.v1.NodeSelectorTerm": { - "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", + "description": "A null or empty node selector term matches no objects.", + "required": [ + "matchExpressions" + ], "properties": { "matchExpressions": { - "description": "A list of node selector requirements by node's labels.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" - } - }, - "matchFields": { - "description": "A list of node selector requirements by node's fields.", + "description": "Required. A list of node selector requirements. The requirements are ANDed.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" @@ -78503,7 +77367,7 @@ "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource" }, "externalID": { - "description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966", + "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.", "type": "string" }, "podCIDR": { @@ -78562,10 +77426,6 @@ "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, - "config": { - "description": "Status of the config assigned to the node via the dynamic Kubelet config feature.", - "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigStatus" - }, "daemonEndpoints": { "description": "Endpoints of daemons running on the Node.", "$ref": "#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints" @@ -78985,7 +77845,7 @@ }, "cinder": { "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "$ref": "#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource" + "$ref": "#/definitions/io.k8s.api.core.v1.CinderVolumeSource" }, "claimRef": { "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding", @@ -79238,7 +78098,7 @@ "type": "string" }, "type": { - "description": "Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", + "description": "Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", "type": "string" } } @@ -79315,18 +78175,6 @@ } ] }, - "io.k8s.api.core.v1.PodReadinessGate": { - "description": "PodReadinessGate contains the reference to a pod condition", - "required": [ - "conditionType" - ], - "properties": { - "conditionType": { - "description": "ConditionType refers to a condition in the pod's condition list with matching type.", - "type": "string" - } - } - }, "io.k8s.api.core.v1.PodSecurityContext": { "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.", "properties": { @@ -79360,13 +78208,6 @@ "type": "integer", "format": "int64" } - }, - "sysctls": { - "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.Sysctl" - } } } }, @@ -79469,13 +78310,6 @@ "description": "If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.", "type": "string" }, - "readinessGates": { - "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.PodReadinessGate" - } - }, "restartPolicy": { "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy", "type": "string" @@ -79528,7 +78362,7 @@ } }, "io.k8s.api.core.v1.PodStatus": { - "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.", + "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system.", "properties": { "conditions": { "description": "Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", @@ -79566,7 +78400,7 @@ "type": "string" }, "phase": { - "description": "The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:\n\nPending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.\n\nMore info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase", + "description": "Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase", "type": "string" }, "podIP": { @@ -80132,16 +78966,12 @@ "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.", "properties": { "hard": { - "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", + "description": "Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": "object", "additionalProperties": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" } }, - "scopeSelector": { - "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.", - "$ref": "#/definitions/io.k8s.api.core.v1.ScopeSelector" - }, "scopes": { "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.", "type": "array", @@ -80310,42 +79140,6 @@ } } }, - "io.k8s.api.core.v1.ScopeSelector": { - "description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.", - "properties": { - "matchExpressions": { - "description": "A list of scope selector requirements by scope of the resources.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" - } - } - } - }, - "io.k8s.api.core.v1.ScopedResourceSelectorRequirement": { - "description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.", - "required": [ - "scopeName", - "operator" - ], - "properties": { - "operator": { - "description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.", - "type": "string" - }, - "scopeName": { - "description": "The name of the scope that the selector applies to.", - "type": "string" - }, - "values": { - "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, "io.k8s.api.core.v1.Secret": { "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.", "properties": { @@ -80663,27 +79457,6 @@ } ] }, - "io.k8s.api.core.v1.ServiceAccountTokenProjection": { - "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", - "required": [ - "path" - ], - "properties": { - "audience": { - "description": "Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", - "type": "string" - }, - "expirationSeconds": { - "description": "ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", - "type": "integer", - "format": "int64" - }, - "path": { - "description": "Path is the path relative to the mount point of the file to project the token into.", - "type": "string" - } - } - }, "io.k8s.api.core.v1.ServiceList": { "description": "ServiceList holds a list of services.", "required": [ @@ -80796,7 +79569,7 @@ "x-kubernetes-patch-strategy": "merge" }, "publishNotReadyAddresses": { - "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.", + "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all clients have been converted to use this field.", "type": "boolean" }, "selector": { @@ -80888,23 +79661,6 @@ } } }, - "io.k8s.api.core.v1.Sysctl": { - "description": "Sysctl defines a kernel parameter to be set", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "description": "Name of a property to set", - "type": "string" - }, - "value": { - "description": "Value of a property to set", - "type": "string" - } - } - }, "io.k8s.api.core.v1.TCPSocketAction": { "description": "TCPSocketAction describes an action based on opening a socket", "required": [ @@ -80972,38 +79728,6 @@ } } }, - "io.k8s.api.core.v1.TopologySelectorLabelRequirement": { - "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", - "required": [ - "key", - "values" - ], - "properties": { - "key": { - "description": "The label key that the selector applies to.", - "type": "string" - }, - "values": { - "description": "An array of string values. One value must match the label to be selected. Each entry in Values is ORed.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "io.k8s.api.core.v1.TopologySelectorTerm": { - "description": "A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.", - "properties": { - "matchLabelExpressions": { - "description": "A list of topology selector requirements by labels.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" - } - } - } - }, "io.k8s.api.core.v1.Volume": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "required": [ @@ -81059,7 +79783,7 @@ "$ref": "#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource" }, "gitRepo": { - "description": "GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", + "description": "GitRepo represents a git repository at a particular revision.", "$ref": "#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource" }, "glusterfs": { @@ -81153,7 +79877,7 @@ "type": "string" }, "mountPropagation": { - "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", + "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10.", "type": "string" }, "name": { @@ -81193,10 +79917,6 @@ "secret": { "description": "information about the secret data to project", "$ref": "#/definitions/io.k8s.api.core.v1.SecretProjection" - }, - "serviceAccountToken": { - "description": "information about the serviceAccountToken data to project", - "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection" } } }, @@ -81383,27 +80103,23 @@ } }, "io.k8s.api.extensions.v1beta1.AllowedFlexVolume": { - "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.", + "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.", "required": [ "driver" ], "properties": { "driver": { - "description": "driver is the name of the Flexvolume driver.", + "description": "Driver is the name of the Flexvolume driver.", "type": "string" } } }, "io.k8s.api.extensions.v1beta1.AllowedHostPath": { - "description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.", + "description": "defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", "properties": { "pathPrefix": { - "description": "pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "description": "is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", "type": "string" - }, - "readOnly": { - "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", - "type": "boolean" } } }, @@ -81864,17 +80580,17 @@ } }, "io.k8s.api.extensions.v1beta1.FSGroupStrategyOptions": { - "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.", + "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", "type": "string" } } @@ -81911,7 +80627,7 @@ } }, "io.k8s.api.extensions.v1beta1.HostPortRange": { - "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.", + "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", "required": [ "min", "max" @@ -81930,19 +80646,19 @@ } }, "io.k8s.api.extensions.v1beta1.IDRange": { - "description": "IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.", + "description": "ID Range provides a min/max of an allowed range of IDs.", "required": [ "min", "max" ], "properties": { "max": { - "description": "max is the end of the range, inclusive.", + "description": "Max is the end of the range, inclusive.", "type": "integer", "format": "int64" }, "min": { - "description": "min is the start of the range, inclusive.", + "description": "Min is the start of the range, inclusive.", "type": "integer", "format": "int64" } @@ -82214,15 +80930,15 @@ "description": "DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.", "properties": { "ipBlock": { - "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.", + "description": "IPBlock defines policy on a particular IPBlock", "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IPBlock" }, "namespaceSelector": { - "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.", + "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "podSelector": { - "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.", + "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" } } @@ -82274,7 +80990,7 @@ } }, "io.k8s.api.extensions.v1beta1.PodSecurityPolicy": { - "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.", + "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", @@ -82302,7 +81018,7 @@ ] }, "io.k8s.api.extensions.v1beta1.PodSecurityPolicyList": { - "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.", + "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.", "required": [ "items" ], @@ -82312,7 +81028,7 @@ "type": "string" }, "items": { - "description": "items is a list of schema objects.", + "description": "Items is a list of schema objects.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.PodSecurityPolicy" @@ -82336,7 +81052,7 @@ ] }, "io.k8s.api.extensions.v1beta1.PodSecurityPolicySpec": { - "description": "PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.", + "description": "Pod Security Policy Spec defines the policy enforced.", "required": [ "seLinux", "runAsUser", @@ -82345,57 +81061,43 @@ ], "properties": { "allowPrivilegeEscalation": { - "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", "type": "boolean" }, "allowedCapabilities": { - "description": "allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.", + "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.", "type": "array", "items": { "type": "string" } }, "allowedFlexVolumes": { - "description": "allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field.", + "description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedFlexVolume" } }, "allowedHostPaths": { - "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "description": "is a white list of allowed host paths. Empty indicates that all host paths may be used.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedHostPath" } }, - "allowedUnsafeSysctls": { - "description": "allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "defaultAddCapabilities": { - "description": "defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.", + "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.", "type": "array", "items": { "type": "string" } }, "defaultAllowPrivilegeEscalation": { - "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "description": "DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", "type": "boolean" }, - "forbiddenSysctls": { - "description": "forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "fsGroup": { - "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.", + "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.", "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.FSGroupStrategyOptions" }, "hostIPC": { @@ -82422,11 +81124,11 @@ "type": "boolean" }, "readOnlyRootFilesystem": { - "description": "readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", + "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", "type": "boolean" }, "requiredDropCapabilities": { - "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", "type": "array", "items": { "type": "string" @@ -82441,11 +81143,11 @@ "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.SELinuxStrategyOptions" }, "supplementalGroups": { - "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", + "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.SupplementalGroupsStrategyOptions" }, "volumes": { - "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used.", "type": "array", "items": { "type": "string" @@ -82646,32 +81348,32 @@ } }, "io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions": { - "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.", + "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "ranges": { - "description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of uids that may be used.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": "string" } } }, "io.k8s.api.extensions.v1beta1.SELinuxStrategyOptions": { - "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.", + "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "rule": { - "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "description": "type is the strategy that will dictate the allowable labels that may be set.", "type": "string" }, "seLinuxOptions": { @@ -82747,17 +81449,17 @@ } }, "io.k8s.api.extensions.v1beta1.SupplementalGroupsStrategyOptions": { - "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.", + "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", "type": "string" } } @@ -82882,18 +81584,18 @@ ] }, "io.k8s.api.networking.v1.NetworkPolicyPeer": { - "description": "NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed", + "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { - "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.", + "description": "IPBlock defines policy on a particular IPBlock", "$ref": "#/definitions/io.k8s.api.networking.v1.IPBlock" }, "namespaceSelector": { - "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.", + "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "podSelector": { - "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.", + "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" } } @@ -82951,21 +81653,17 @@ ], "properties": { "driver": { - "description": "driver is the name of the Flexvolume driver.", + "description": "Driver is the name of the Flexvolume driver.", "type": "string" } } }, "io.k8s.api.policy.v1beta1.AllowedHostPath": { - "description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", + "description": "defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", "properties": { "pathPrefix": { - "description": "pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "description": "is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", "type": "string" - }, - "readOnly": { - "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", - "type": "boolean" } } }, @@ -83001,20 +81699,20 @@ "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", "type": "string" } } }, "io.k8s.api.policy.v1beta1.HostPortRange": { - "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", + "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", "required": [ "min", "max" @@ -83033,19 +81731,19 @@ } }, "io.k8s.api.policy.v1beta1.IDRange": { - "description": "IDRange provides a min/max of an allowed range of IDs.", + "description": "ID Range provides a min/max of an allowed range of IDs.", "required": [ "min", "max" ], "properties": { "max": { - "description": "max is the end of the range, inclusive.", + "description": "Max is the end of the range, inclusive.", "type": "integer", "format": "int64" }, "min": { - "description": "min is the start of the range, inclusive.", + "description": "Min is the start of the range, inclusive.", "type": "integer", "format": "int64" } @@ -83176,7 +81874,7 @@ } }, "io.k8s.api.policy.v1beta1.PodSecurityPolicy": { - "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", + "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", @@ -83204,7 +81902,7 @@ ] }, "io.k8s.api.policy.v1beta1.PodSecurityPolicyList": { - "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects.", + "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.", "required": [ "items" ], @@ -83214,7 +81912,7 @@ "type": "string" }, "items": { - "description": "items is a list of schema objects.", + "description": "Items is a list of schema objects.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy" @@ -83238,7 +81936,7 @@ ] }, "io.k8s.api.policy.v1beta1.PodSecurityPolicySpec": { - "description": "PodSecurityPolicySpec defines the policy enforced.", + "description": "Pod Security Policy Spec defines the policy enforced.", "required": [ "seLinux", "runAsUser", @@ -83247,57 +81945,43 @@ ], "properties": { "allowPrivilegeEscalation": { - "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", "type": "boolean" }, "allowedCapabilities": { - "description": "allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.", + "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.", "type": "array", "items": { "type": "string" } }, "allowedFlexVolumes": { - "description": "allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field.", + "description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.AllowedFlexVolume" } }, "allowedHostPaths": { - "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "description": "is a white list of allowed host paths. Empty indicates that all host paths may be used.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.AllowedHostPath" } }, - "allowedUnsafeSysctls": { - "description": "allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "defaultAddCapabilities": { - "description": "defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.", + "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.", "type": "array", "items": { "type": "string" } }, "defaultAllowPrivilegeEscalation": { - "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "description": "DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", "type": "boolean" }, - "forbiddenSysctls": { - "description": "forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "fsGroup": { - "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.", + "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.", "$ref": "#/definitions/io.k8s.api.policy.v1beta1.FSGroupStrategyOptions" }, "hostIPC": { @@ -83324,11 +82008,11 @@ "type": "boolean" }, "readOnlyRootFilesystem": { - "description": "readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", + "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", "type": "boolean" }, "requiredDropCapabilities": { - "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", "type": "array", "items": { "type": "string" @@ -83343,11 +82027,11 @@ "$ref": "#/definitions/io.k8s.api.policy.v1beta1.SELinuxStrategyOptions" }, "supplementalGroups": { - "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", + "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", "$ref": "#/definitions/io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions" }, "volumes": { - "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used.", "type": "array", "items": { "type": "string" @@ -83356,32 +82040,32 @@ } }, "io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions": { - "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.", + "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "ranges": { - "description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of uids that may be used.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": "string" } } }, "io.k8s.api.policy.v1beta1.SELinuxStrategyOptions": { - "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.", + "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "rule": { - "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "description": "type is the strategy that will dictate the allowable labels that may be set.", "type": "string" }, "seLinuxOptions": { @@ -83394,14 +82078,14 @@ "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", "type": "string" } } @@ -83459,6 +82143,7 @@ "io.k8s.api.rbac.v1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -83642,6 +82327,7 @@ "io.k8s.api.rbac.v1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -83845,6 +82531,7 @@ "io.k8s.api.rbac.v1alpha1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -84028,6 +82715,7 @@ "io.k8s.api.rbac.v1alpha1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -84231,6 +82919,7 @@ "io.k8s.api.rbac.v1beta1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -84414,6 +83103,7 @@ "io.k8s.api.rbac.v1beta1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -84638,80 +83328,6 @@ } ] }, - "io.k8s.api.scheduling.v1beta1.PriorityClass": { - "description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.", - "required": [ - "value" - ], - "properties": { - "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", - "type": "string" - }, - "description": { - "description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.", - "type": "string" - }, - "globalDefault": { - "description": "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.", - "type": "boolean" - }, - "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" - }, - "metadata": { - "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" - }, - "value": { - "description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.", - "type": "integer", - "format": "int32" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - ] - }, - "io.k8s.api.scheduling.v1beta1.PriorityClassList": { - "description": "PriorityClassList is a collection of priority classes.", - "required": [ - "items" - ], - "properties": { - "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", - "type": "string" - }, - "items": { - "description": "items is the list of PriorityClasses", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" - } - }, - "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" - }, - "metadata": { - "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "scheduling.k8s.io", - "kind": "PriorityClassList", - "version": "v1beta1" - } - ] - }, "io.k8s.api.settings.v1alpha1.PodPreset": { "description": "PodPreset is a policy resource that defines additional runtime requirements for a Pod.", "properties": { @@ -84819,13 +83435,6 @@ "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", "type": "boolean" }, - "allowedTopologies": { - "description": "Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" - } - }, "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", "type": "string" @@ -85057,13 +83666,6 @@ "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", "type": "boolean" }, - "allowedTopologies": { - "description": "Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" - } - }, "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", "type": "string" @@ -85285,41 +83887,6 @@ } } }, - "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition": { - "description": "CustomResourceColumnDefinition specifies a column for server side printing.", - "required": [ - "name", - "type", - "JSONPath" - ], - "properties": { - "JSONPath": { - "description": "JSONPath is a simple JSON path, i.e. with array notation.", - "type": "string" - }, - "description": { - "description": "description is a human readable description of this column.", - "type": "string" - }, - "format": { - "description": "format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more.", - "type": "string" - }, - "name": { - "description": "name is a human readable name for the column.", - "type": "string" - }, - "priority": { - "description": "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority.", - "type": "integer", - "format": "int32" - }, - "type": { - "description": "type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more.", - "type": "string" - } - } - }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition": { "description": "CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.", "properties": { @@ -85342,14 +83909,7 @@ "description": "Status indicates the actual state of the CustomResourceDefinition", "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - ] + } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition": { "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", @@ -85404,14 +83964,7 @@ "metadata": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinitionList", - "version": "v1beta1" - } - ] + } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames": { "description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition", @@ -85456,17 +84009,11 @@ "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", "required": [ "group", + "version", "names", "scope" ], "properties": { - "additionalPrinterColumns": { - "description": "AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition" - } - }, "group": { "description": "Group is the group this resource belongs in", "type": "string" @@ -85480,7 +84027,7 @@ "type": "string" }, "subresources": { - "description": "Subresources describes the subresources for CustomResources", + "description": "Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate.", "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources" }, "validation": { @@ -85488,15 +84035,8 @@ "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation" }, "version": { - "description": "Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`.", + "description": "Version is the version this resource belongs in", "type": "string" - }, - "versions": { - "description": "Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", - "type": "array", - "items": { - "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion" - } } } }, @@ -85504,8 +84044,7 @@ "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", "required": [ "conditions", - "acceptedNames", - "storedVersions" + "acceptedNames" ], "properties": { "acceptedNames": { @@ -85518,34 +84057,6 @@ "items": { "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition" } - }, - "storedVersions": { - "description": "StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion": { - "required": [ - "name", - "served", - "storage" - ], - "properties": { - "name": { - "description": "Name is the version name, e.g. \u201cv1\u201d, \u201cv2beta1\u201d, etc.", - "type": "string" - }, - "served": { - "description": "Served is a flag enabling/disabling this version from being served via REST APIs", - "type": "boolean" - }, - "storage": { - "description": "Storage flags the version as storage version. There must be exactly one flagged as storage version.", - "type": "boolean" } } }, @@ -85607,7 +84118,16 @@ } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON": { - "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil." + "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.", + "required": [ + "Raw" + ], + "properties": { + "Raw": { + "type": "string", + "format": "byte" + } + } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps": { "description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).", @@ -85759,23 +84279,65 @@ } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrArray": { - "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes." + "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.", + "required": [ + "Schema", + "JSONSchemas" + ], + "properties": { + "JSONSchemas": { + "type": "array", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + } + }, + "Schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + } + } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool": { - "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property." + "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.", + "required": [ + "Allows", + "Schema" + ], + "properties": { + "Allows": { + "type": "boolean" + }, + "Schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + } + } }, "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrStringArray": { - "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array." + "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.", + "required": [ + "Schema", + "Property" + ], + "properties": { + "Property": { + "type": "array", + "items": { + "type": "string" + } + }, + "Schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + } + } }, "io.k8s.apimachinery.pkg.api.resource.Quantity": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" }, "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": { "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.", "required": [ "name", - "versions" + "versions", + "serverAddressByClientCIDRs" ], "properties": { "apiVersion": { @@ -86027,21 +84589,6 @@ "kind": "DeleteOptions", "version": "v1beta1" }, - { - "group": "apiextensions.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "DeleteOptions", - "version": "v1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, { "group": "apps", "kind": "DeleteOptions", @@ -86152,11 +84699,6 @@ "kind": "DeleteOptions", "version": "v1alpha1" }, - { - "group": "scheduling.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, { "group": "settings.k8s.io", "kind": "DeleteOptions", @@ -86292,7 +84834,6 @@ } }, "io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime": { - "description": "MicroTime is version of Time with microsecond level precision.", "type": "string", "format": "date-time" }, @@ -86542,7 +85083,6 @@ } }, "io.k8s.apimachinery.pkg.apis.meta.v1.Time": { - "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string", "format": "date-time" }, @@ -86582,21 +85122,6 @@ "kind": "WatchEvent", "version": "v1beta1" }, - { - "group": "apiextensions.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "WatchEvent", - "version": "v1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, { "group": "apps", "kind": "WatchEvent", @@ -86707,11 +85232,6 @@ "kind": "WatchEvent", "version": "v1alpha1" }, - { - "group": "scheduling.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, { "group": "settings.k8s.io", "kind": "WatchEvent", @@ -86748,7 +85268,6 @@ } }, "io.k8s.apimachinery.pkg.util.intstr.IntOrString": { - "description": "IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.", "type": "string", "format": "int-or-string" }, @@ -86817,14 +85336,7 @@ "description": "Status contains derived information about an API server", "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - ] + } }, "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition": { "required": [ @@ -86877,19 +85389,13 @@ "metadata": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIServiceList", - "version": "v1" - } - ] + } }, "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec": { "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", "required": [ "service", + "caBundle", "groupPriorityMinimum", "versionPriority" ], @@ -86921,7 +85427,7 @@ "type": "string" }, "versionPriority": { - "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", + "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.", "type": "integer", "format": "int32" } @@ -86976,14 +85482,7 @@ "description": "Status contains derived information about an API server", "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - ] + } }, "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition": { "required": [ @@ -87036,19 +85535,13 @@ "metadata": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIServiceList", - "version": "v1beta1" - } - ] + } }, "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec": { "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", "required": [ "service", + "caBundle", "groupPriorityMinimum", "versionPriority" ], @@ -87080,7 +85573,7 @@ "type": "string" }, "versionPriority": { - "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", + "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.", "type": "integer", "format": "int32" } diff --git a/kubernetes/test/test_admissionregistration_api.py b/kubernetes/test/test_admissionregistration_api.py index 0d4ae489b..fea2390cd 100644 --- a/kubernetes/test/test_admissionregistration_api.py +++ b/kubernetes/test/test_admissionregistration_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_admissionregistration_v1alpha1_api.py b/kubernetes/test/test_admissionregistration_v1alpha1_api.py index 8810b46a2..1f3e3413a 100644 --- a/kubernetes/test/test_admissionregistration_v1alpha1_api.py +++ b/kubernetes/test/test_admissionregistration_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_admissionregistration_v1beta1_api.py b/kubernetes/test/test_admissionregistration_v1beta1_api.py index bd27e9964..90f41bf7c 100644 --- a/kubernetes/test/test_admissionregistration_v1beta1_api.py +++ b/kubernetes/test/test_admissionregistration_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_admissionregistration_v1beta1_service_reference.py b/kubernetes/test/test_admissionregistration_v1beta1_service_reference.py index 8e7d150c0..0b58da586 100644 --- a/kubernetes/test/test_admissionregistration_v1beta1_service_reference.py +++ b/kubernetes/test/test_admissionregistration_v1beta1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apiextensions_api.py b/kubernetes/test/test_apiextensions_api.py index 78fcd4b7f..d406fe2bd 100644 --- a/kubernetes/test/test_apiextensions_api.py +++ b/kubernetes/test/test_apiextensions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apiextensions_v1beta1_api.py b/kubernetes/test/test_apiextensions_v1beta1_api.py index 32b9ce132..35931c8ac 100644 --- a/kubernetes/test/test_apiextensions_v1beta1_api.py +++ b/kubernetes/test/test_apiextensions_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,14 +76,6 @@ def test_patch_custom_resource_definition(self): Test case for patch_custom_resource_definition - """ - pass - - def test_patch_custom_resource_definition_status(self): - """ - Test case for patch_custom_resource_definition_status - - """ pass @@ -92,14 +84,6 @@ def test_read_custom_resource_definition(self): Test case for read_custom_resource_definition - """ - pass - - def test_read_custom_resource_definition_status(self): - """ - Test case for read_custom_resource_definition_status - - """ pass diff --git a/kubernetes/test/test_apiregistration_api.py b/kubernetes/test/test_apiregistration_api.py index daedebe3a..d218e6841 100644 --- a/kubernetes/test/test_apiregistration_api.py +++ b/kubernetes/test/test_apiregistration_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apiregistration_v1_api.py b/kubernetes/test/test_apiregistration_v1_api.py index 139b2419f..e9fea9e6e 100644 --- a/kubernetes/test/test_apiregistration_v1_api.py +++ b/kubernetes/test/test_apiregistration_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,14 +76,6 @@ def test_patch_api_service(self): Test case for patch_api_service - """ - pass - - def test_patch_api_service_status(self): - """ - Test case for patch_api_service_status - - """ pass @@ -92,14 +84,6 @@ def test_read_api_service(self): Test case for read_api_service - """ - pass - - def test_read_api_service_status(self): - """ - Test case for read_api_service_status - - """ pass diff --git a/kubernetes/test/test_apiregistration_v1beta1_api.py b/kubernetes/test/test_apiregistration_v1beta1_api.py index faf628651..7a8fdaf8c 100644 --- a/kubernetes/test/test_apiregistration_v1beta1_api.py +++ b/kubernetes/test/test_apiregistration_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,14 +76,6 @@ def test_patch_api_service(self): Test case for patch_api_service - """ - pass - - def test_patch_api_service_status(self): - """ - Test case for patch_api_service_status - - """ pass @@ -92,14 +84,6 @@ def test_read_api_service(self): Test case for read_api_service - """ - pass - - def test_read_api_service_status(self): - """ - Test case for read_api_service_status - - """ pass diff --git a/kubernetes/test/test_apiregistration_v1beta1_service_reference.py b/kubernetes/test/test_apiregistration_v1beta1_service_reference.py index 5fdbdcd82..d81a01277 100644 --- a/kubernetes/test/test_apiregistration_v1beta1_service_reference.py +++ b/kubernetes/test/test_apiregistration_v1beta1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apis_api.py b/kubernetes/test/test_apis_api.py index 5916ffa3d..78993ad88 100644 --- a/kubernetes/test/test_apis_api.py +++ b/kubernetes/test/test_apis_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_api.py b/kubernetes/test/test_apps_api.py index dc4951c3b..011dedb35 100644 --- a/kubernetes/test/test_apps_api.py +++ b/kubernetes/test/test_apps_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1_api.py b/kubernetes/test/test_apps_v1_api.py index 5b327546e..93d13e097 100644 --- a/kubernetes/test/test_apps_v1_api.py +++ b/kubernetes/test/test_apps_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_api.py b/kubernetes/test/test_apps_v1beta1_api.py index d983ec0b6..aa761343a 100644 --- a/kubernetes/test/test_apps_v1beta1_api.py +++ b/kubernetes/test/test_apps_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment.py b/kubernetes/test/test_apps_v1beta1_deployment.py index 19f2ae545..10dda655e 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment.py +++ b/kubernetes/test/test_apps_v1beta1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_condition.py b/kubernetes/test/test_apps_v1beta1_deployment_condition.py index 0ea925dc0..78feff253 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_condition.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_list.py b/kubernetes/test/test_apps_v1beta1_deployment_list.py index 3ce44ac93..8deb782f0 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_list.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_rollback.py b/kubernetes/test/test_apps_v1beta1_deployment_rollback.py index 35587098d..96c3244d1 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_rollback.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_rollback.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_spec.py b/kubernetes/test/test_apps_v1beta1_deployment_spec.py index 2660bc2d3..d7450a661 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_spec.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_status.py b/kubernetes/test/test_apps_v1beta1_deployment_status.py index a5dd48741..af0f5cd2b 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_status.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_deployment_strategy.py b/kubernetes/test/test_apps_v1beta1_deployment_strategy.py index e90372016..c3d4a0e5d 100644 --- a/kubernetes/test/test_apps_v1beta1_deployment_strategy.py +++ b/kubernetes/test/test_apps_v1beta1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_rollback_config.py b/kubernetes/test/test_apps_v1beta1_rollback_config.py index 1e190e581..8d9341b8f 100644 --- a/kubernetes/test/test_apps_v1beta1_rollback_config.py +++ b/kubernetes/test/test_apps_v1beta1_rollback_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_rolling_update_deployment.py b/kubernetes/test/test_apps_v1beta1_rolling_update_deployment.py index d0b9c26ae..6345052e6 100644 --- a/kubernetes/test/test_apps_v1beta1_rolling_update_deployment.py +++ b/kubernetes/test/test_apps_v1beta1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_scale.py b/kubernetes/test/test_apps_v1beta1_scale.py index 094404634..285189c56 100644 --- a/kubernetes/test/test_apps_v1beta1_scale.py +++ b/kubernetes/test/test_apps_v1beta1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_scale_spec.py b/kubernetes/test/test_apps_v1beta1_scale_spec.py index 97b730746..5aa97fc4f 100644 --- a/kubernetes/test/test_apps_v1beta1_scale_spec.py +++ b/kubernetes/test/test_apps_v1beta1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta1_scale_status.py b/kubernetes/test/test_apps_v1beta1_scale_status.py index b35e8902f..b7b93938b 100644 --- a/kubernetes/test/test_apps_v1beta1_scale_status.py +++ b/kubernetes/test/test_apps_v1beta1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_apps_v1beta2_api.py b/kubernetes/test/test_apps_v1beta2_api.py index 93c39ee9a..cb5c6a8ce 100644 --- a/kubernetes/test/test_apps_v1beta2_api.py +++ b/kubernetes/test/test_apps_v1beta2_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authentication_api.py b/kubernetes/test/test_authentication_api.py index f00a7026c..52b4a3190 100644 --- a/kubernetes/test/test_authentication_api.py +++ b/kubernetes/test/test_authentication_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authentication_v1_api.py b/kubernetes/test/test_authentication_v1_api.py index 5b570f3d2..f556eef91 100644 --- a/kubernetes/test/test_authentication_v1_api.py +++ b/kubernetes/test/test_authentication_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authentication_v1beta1_api.py b/kubernetes/test/test_authentication_v1beta1_api.py index ab4bc61b6..f92567ef8 100644 --- a/kubernetes/test/test_authentication_v1beta1_api.py +++ b/kubernetes/test/test_authentication_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authorization_api.py b/kubernetes/test/test_authorization_api.py index 710535f60..03b398a04 100644 --- a/kubernetes/test/test_authorization_api.py +++ b/kubernetes/test/test_authorization_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authorization_v1_api.py b/kubernetes/test/test_authorization_v1_api.py index c75dffbf9..c098031d5 100644 --- a/kubernetes/test/test_authorization_v1_api.py +++ b/kubernetes/test/test_authorization_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_authorization_v1beta1_api.py b/kubernetes/test/test_authorization_v1beta1_api.py index 1ee2f6f2b..fab279bf9 100644 --- a/kubernetes/test/test_authorization_v1beta1_api.py +++ b/kubernetes/test/test_authorization_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_autoscaling_api.py b/kubernetes/test/test_autoscaling_api.py index cc793504a..87a666897 100644 --- a/kubernetes/test/test_autoscaling_api.py +++ b/kubernetes/test/test_autoscaling_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_autoscaling_v1_api.py b/kubernetes/test/test_autoscaling_v1_api.py index 30fe74a50..2d229a839 100644 --- a/kubernetes/test/test_autoscaling_v1_api.py +++ b/kubernetes/test/test_autoscaling_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_autoscaling_v2beta1_api.py b/kubernetes/test/test_autoscaling_v2beta1_api.py index ba5bba993..317256001 100644 --- a/kubernetes/test/test_autoscaling_v2beta1_api.py +++ b/kubernetes/test/test_autoscaling_v2beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_batch_api.py b/kubernetes/test/test_batch_api.py index 89d394fff..a855ddce9 100644 --- a/kubernetes/test/test_batch_api.py +++ b/kubernetes/test/test_batch_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_batch_v1_api.py b/kubernetes/test/test_batch_v1_api.py index 2c3825e71..b78ac6efa 100644 --- a/kubernetes/test/test_batch_v1_api.py +++ b/kubernetes/test/test_batch_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_batch_v1beta1_api.py b/kubernetes/test/test_batch_v1beta1_api.py index c161fc730..5ad94e517 100644 --- a/kubernetes/test/test_batch_v1beta1_api.py +++ b/kubernetes/test/test_batch_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_batch_v2alpha1_api.py b/kubernetes/test/test_batch_v2alpha1_api.py index e6701a215..035c737e0 100644 --- a/kubernetes/test/test_batch_v2alpha1_api.py +++ b/kubernetes/test/test_batch_v2alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_certificates_api.py b/kubernetes/test/test_certificates_api.py index 7ebf0a5da..d97d79505 100644 --- a/kubernetes/test/test_certificates_api.py +++ b/kubernetes/test/test_certificates_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_certificates_v1beta1_api.py b/kubernetes/test/test_certificates_v1beta1_api.py index f58ece524..98460448b 100644 --- a/kubernetes/test/test_certificates_v1beta1_api.py +++ b/kubernetes/test/test_certificates_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,14 +76,6 @@ def test_patch_certificate_signing_request(self): Test case for patch_certificate_signing_request - """ - pass - - def test_patch_certificate_signing_request_status(self): - """ - Test case for patch_certificate_signing_request_status - - """ pass @@ -92,14 +84,6 @@ def test_read_certificate_signing_request(self): Test case for read_certificate_signing_request - """ - pass - - def test_read_certificate_signing_request_status(self): - """ - Test case for read_certificate_signing_request_status - - """ pass diff --git a/kubernetes/test/test_core_api.py b/kubernetes/test/test_core_api.py index f12570786..d0502f98e 100644 --- a/kubernetes/test/test_core_api.py +++ b/kubernetes/test/test_core_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_core_v1_api.py b/kubernetes/test/test_core_v1_api.py index 6bde7da80..3aab4834a 100644 --- a/kubernetes/test/test_core_v1_api.py +++ b/kubernetes/test/test_core_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_custom_objects_api.py b/kubernetes/test/test_custom_objects_api.py index 4bf7fb448..75d4e64bf 100644 --- a/kubernetes/test/test_custom_objects_api.py +++ b/kubernetes/test/test_custom_objects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_events_api.py b/kubernetes/test/test_events_api.py index d85679470..320d5be7d 100644 --- a/kubernetes/test/test_events_api.py +++ b/kubernetes/test/test_events_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_events_v1beta1_api.py b/kubernetes/test/test_events_v1beta1_api.py index 229acd723..3ef236d0f 100644 --- a/kubernetes/test/test_events_v1beta1_api.py +++ b/kubernetes/test/test_events_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_api.py b/kubernetes/test/test_extensions_api.py index 39b0f1c41..b4a9105d6 100644 --- a/kubernetes/test/test_extensions_api.py +++ b/kubernetes/test/test_extensions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_allowed_flex_volume.py b/kubernetes/test/test_extensions_v1beta1_allowed_flex_volume.py index d9519eaea..c931788f3 100644 --- a/kubernetes/test/test_extensions_v1beta1_allowed_flex_volume.py +++ b/kubernetes/test/test_extensions_v1beta1_allowed_flex_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_allowed_host_path.py b/kubernetes/test/test_extensions_v1beta1_allowed_host_path.py index 7ad4ef941..abb0258df 100644 --- a/kubernetes/test/test_extensions_v1beta1_allowed_host_path.py +++ b/kubernetes/test/test_extensions_v1beta1_allowed_host_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_api.py b/kubernetes/test/test_extensions_v1beta1_api.py index 205abf0a3..bc86a588b 100644 --- a/kubernetes/test/test_extensions_v1beta1_api.py +++ b/kubernetes/test/test_extensions_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment.py b/kubernetes/test/test_extensions_v1beta1_deployment.py index 28d64d095..0e82912e7 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_condition.py b/kubernetes/test/test_extensions_v1beta1_deployment_condition.py index 891cb861d..70a08e7ae 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_condition.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_list.py b/kubernetes/test/test_extensions_v1beta1_deployment_list.py index 2b861b7c0..33bb4b9be 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_list.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_rollback.py b/kubernetes/test/test_extensions_v1beta1_deployment_rollback.py index 1dee83380..42fae3b29 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_rollback.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_rollback.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_spec.py b/kubernetes/test/test_extensions_v1beta1_deployment_spec.py index 0546723d3..163851e9e 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_spec.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_status.py b/kubernetes/test/test_extensions_v1beta1_deployment_status.py index bec68657f..30568ac03 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_status.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_deployment_strategy.py b/kubernetes/test/test_extensions_v1beta1_deployment_strategy.py index 178fa1639..4c8f2097c 100644 --- a/kubernetes/test/test_extensions_v1beta1_deployment_strategy.py +++ b/kubernetes/test/test_extensions_v1beta1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_fs_group_strategy_options.py b/kubernetes/test/test_extensions_v1beta1_fs_group_strategy_options.py index 16eebdf9e..5769d153e 100644 --- a/kubernetes/test/test_extensions_v1beta1_fs_group_strategy_options.py +++ b/kubernetes/test/test_extensions_v1beta1_fs_group_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_host_port_range.py b/kubernetes/test/test_extensions_v1beta1_host_port_range.py index 6b5165619..c4097796d 100644 --- a/kubernetes/test/test_extensions_v1beta1_host_port_range.py +++ b/kubernetes/test/test_extensions_v1beta1_host_port_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_id_range.py b/kubernetes/test/test_extensions_v1beta1_id_range.py index 53b6b23ff..3774cb8d8 100644 --- a/kubernetes/test/test_extensions_v1beta1_id_range.py +++ b/kubernetes/test/test_extensions_v1beta1_id_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_pod_security_policy.py b/kubernetes/test/test_extensions_v1beta1_pod_security_policy.py index 58d788db4..7d26ebbbe 100644 --- a/kubernetes/test/test_extensions_v1beta1_pod_security_policy.py +++ b/kubernetes/test/test_extensions_v1beta1_pod_security_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_pod_security_policy_list.py b/kubernetes/test/test_extensions_v1beta1_pod_security_policy_list.py index c4f4d65da..537b0b935 100644 --- a/kubernetes/test/test_extensions_v1beta1_pod_security_policy_list.py +++ b/kubernetes/test/test_extensions_v1beta1_pod_security_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_pod_security_policy_spec.py b/kubernetes/test/test_extensions_v1beta1_pod_security_policy_spec.py index f5f4b1c3a..6268a781b 100644 --- a/kubernetes/test/test_extensions_v1beta1_pod_security_policy_spec.py +++ b/kubernetes/test/test_extensions_v1beta1_pod_security_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_rollback_config.py b/kubernetes/test/test_extensions_v1beta1_rollback_config.py index a0f4f4056..57b4b6941 100644 --- a/kubernetes/test/test_extensions_v1beta1_rollback_config.py +++ b/kubernetes/test/test_extensions_v1beta1_rollback_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_rolling_update_deployment.py b/kubernetes/test/test_extensions_v1beta1_rolling_update_deployment.py index d5d04d0ff..be1c4e842 100644 --- a/kubernetes/test/test_extensions_v1beta1_rolling_update_deployment.py +++ b/kubernetes/test/test_extensions_v1beta1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_run_as_user_strategy_options.py b/kubernetes/test/test_extensions_v1beta1_run_as_user_strategy_options.py index cee8f417b..7557b9fbd 100644 --- a/kubernetes/test/test_extensions_v1beta1_run_as_user_strategy_options.py +++ b/kubernetes/test/test_extensions_v1beta1_run_as_user_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_scale.py b/kubernetes/test/test_extensions_v1beta1_scale.py index 503d88d7f..08aa277fa 100644 --- a/kubernetes/test/test_extensions_v1beta1_scale.py +++ b/kubernetes/test/test_extensions_v1beta1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_scale_spec.py b/kubernetes/test/test_extensions_v1beta1_scale_spec.py index 3ec1f65e7..6bd69353c 100644 --- a/kubernetes/test/test_extensions_v1beta1_scale_spec.py +++ b/kubernetes/test/test_extensions_v1beta1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_scale_status.py b/kubernetes/test/test_extensions_v1beta1_scale_status.py index 94850bf8e..59210beb5 100644 --- a/kubernetes/test/test_extensions_v1beta1_scale_status.py +++ b/kubernetes/test/test_extensions_v1beta1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_se_linux_strategy_options.py b/kubernetes/test/test_extensions_v1beta1_se_linux_strategy_options.py index 8b6e18d24..5cffa188c 100644 --- a/kubernetes/test/test_extensions_v1beta1_se_linux_strategy_options.py +++ b/kubernetes/test/test_extensions_v1beta1_se_linux_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_extensions_v1beta1_supplemental_groups_strategy_options.py b/kubernetes/test/test_extensions_v1beta1_supplemental_groups_strategy_options.py index d56552fde..88cbd3245 100644 --- a/kubernetes/test/test_extensions_v1beta1_supplemental_groups_strategy_options.py +++ b/kubernetes/test/test_extensions_v1beta1_supplemental_groups_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_logs_api.py b/kubernetes/test/test_logs_api.py index a1bb012b7..d6782985f 100644 --- a/kubernetes/test/test_logs_api.py +++ b/kubernetes/test/test_logs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_networking_api.py b/kubernetes/test/test_networking_api.py index 131cdb99c..ad618922b 100644 --- a/kubernetes/test/test_networking_api.py +++ b/kubernetes/test/test_networking_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_networking_v1_api.py b/kubernetes/test/test_networking_v1_api.py index ef4ba3e3d..c97b66599 100644 --- a/kubernetes/test/test_networking_v1_api.py +++ b/kubernetes/test/test_networking_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_api.py b/kubernetes/test/test_policy_api.py index f97cb99b9..a341b88bf 100644 --- a/kubernetes/test/test_policy_api.py +++ b/kubernetes/test/test_policy_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_allowed_flex_volume.py b/kubernetes/test/test_policy_v1beta1_allowed_flex_volume.py index 668803a1b..fed16d6cc 100644 --- a/kubernetes/test/test_policy_v1beta1_allowed_flex_volume.py +++ b/kubernetes/test/test_policy_v1beta1_allowed_flex_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_allowed_host_path.py b/kubernetes/test/test_policy_v1beta1_allowed_host_path.py index 9448f3fe0..4df184bc6 100644 --- a/kubernetes/test/test_policy_v1beta1_allowed_host_path.py +++ b/kubernetes/test/test_policy_v1beta1_allowed_host_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_api.py b/kubernetes/test/test_policy_v1beta1_api.py index 1e90d989a..5e8589bc4 100644 --- a/kubernetes/test/test_policy_v1beta1_api.py +++ b/kubernetes/test/test_policy_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_fs_group_strategy_options.py b/kubernetes/test/test_policy_v1beta1_fs_group_strategy_options.py index 8642ad387..513a1c222 100644 --- a/kubernetes/test/test_policy_v1beta1_fs_group_strategy_options.py +++ b/kubernetes/test/test_policy_v1beta1_fs_group_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_host_port_range.py b/kubernetes/test/test_policy_v1beta1_host_port_range.py index c2447c078..3433d70f1 100644 --- a/kubernetes/test/test_policy_v1beta1_host_port_range.py +++ b/kubernetes/test/test_policy_v1beta1_host_port_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_id_range.py b/kubernetes/test/test_policy_v1beta1_id_range.py index 300517b03..f036b416f 100644 --- a/kubernetes/test/test_policy_v1beta1_id_range.py +++ b/kubernetes/test/test_policy_v1beta1_id_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_pod_security_policy.py b/kubernetes/test/test_policy_v1beta1_pod_security_policy.py index d4d00e0cb..4aebbc6d1 100644 --- a/kubernetes/test/test_policy_v1beta1_pod_security_policy.py +++ b/kubernetes/test/test_policy_v1beta1_pod_security_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_pod_security_policy_list.py b/kubernetes/test/test_policy_v1beta1_pod_security_policy_list.py index e35d5e22b..33979872b 100644 --- a/kubernetes/test/test_policy_v1beta1_pod_security_policy_list.py +++ b/kubernetes/test/test_policy_v1beta1_pod_security_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_pod_security_policy_spec.py b/kubernetes/test/test_policy_v1beta1_pod_security_policy_spec.py index 37e8b3d86..6a89437cd 100644 --- a/kubernetes/test/test_policy_v1beta1_pod_security_policy_spec.py +++ b/kubernetes/test/test_policy_v1beta1_pod_security_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_run_as_user_strategy_options.py b/kubernetes/test/test_policy_v1beta1_run_as_user_strategy_options.py index a2ad339d6..9f6afad3a 100644 --- a/kubernetes/test/test_policy_v1beta1_run_as_user_strategy_options.py +++ b/kubernetes/test/test_policy_v1beta1_run_as_user_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_se_linux_strategy_options.py b/kubernetes/test/test_policy_v1beta1_se_linux_strategy_options.py index cb69aa1a5..a4125b2a3 100644 --- a/kubernetes/test/test_policy_v1beta1_se_linux_strategy_options.py +++ b/kubernetes/test/test_policy_v1beta1_se_linux_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_policy_v1beta1_supplemental_groups_strategy_options.py b/kubernetes/test/test_policy_v1beta1_supplemental_groups_strategy_options.py index 8de5d6413..ef060d462 100644 --- a/kubernetes/test/test_policy_v1beta1_supplemental_groups_strategy_options.py +++ b/kubernetes/test/test_policy_v1beta1_supplemental_groups_strategy_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_rbac_authorization_api.py b/kubernetes/test/test_rbac_authorization_api.py index 193824478..f3a68ff39 100644 --- a/kubernetes/test/test_rbac_authorization_api.py +++ b/kubernetes/test/test_rbac_authorization_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_rbac_authorization_v1_api.py b/kubernetes/test/test_rbac_authorization_v1_api.py index 6b338e18e..8945ad578 100644 --- a/kubernetes/test/test_rbac_authorization_v1_api.py +++ b/kubernetes/test/test_rbac_authorization_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_rbac_authorization_v1alpha1_api.py b/kubernetes/test/test_rbac_authorization_v1alpha1_api.py index 2ac99a838..03fbebdf2 100644 --- a/kubernetes/test/test_rbac_authorization_v1alpha1_api.py +++ b/kubernetes/test/test_rbac_authorization_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_rbac_authorization_v1beta1_api.py b/kubernetes/test/test_rbac_authorization_v1beta1_api.py index 66f3eaea6..971a16851 100644 --- a/kubernetes/test/test_rbac_authorization_v1beta1_api.py +++ b/kubernetes/test/test_rbac_authorization_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_runtime_raw_extension.py b/kubernetes/test/test_runtime_raw_extension.py index c80e4d98f..71fb5b1f6 100644 --- a/kubernetes/test/test_runtime_raw_extension.py +++ b/kubernetes/test/test_runtime_raw_extension.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_scheduling_api.py b/kubernetes/test/test_scheduling_api.py index 58f89dc2c..1d371a817 100644 --- a/kubernetes/test/test_scheduling_api.py +++ b/kubernetes/test/test_scheduling_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_scheduling_v1alpha1_api.py b/kubernetes/test/test_scheduling_v1alpha1_api.py index 97ba648d4..9e57666f1 100644 --- a/kubernetes/test/test_scheduling_v1alpha1_api.py +++ b/kubernetes/test/test_scheduling_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_scheduling_v1beta1_api.py b/kubernetes/test/test_scheduling_v1beta1_api.py deleted file mode 100644 index 3f081d5a3..000000000 --- a/kubernetes/test/test_scheduling_v1beta1_api.py +++ /dev/null @@ -1,100 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.apis.scheduling_v1beta1_api import SchedulingV1beta1Api - - -class TestSchedulingV1beta1Api(unittest.TestCase): - """ SchedulingV1beta1Api unit test stubs """ - - def setUp(self): - self.api = kubernetes.client.apis.scheduling_v1beta1_api.SchedulingV1beta1Api() - - def tearDown(self): - pass - - def test_create_priority_class(self): - """ - Test case for create_priority_class - - - """ - pass - - def test_delete_collection_priority_class(self): - """ - Test case for delete_collection_priority_class - - - """ - pass - - def test_delete_priority_class(self): - """ - Test case for delete_priority_class - - - """ - pass - - def test_get_api_resources(self): - """ - Test case for get_api_resources - - - """ - pass - - def test_list_priority_class(self): - """ - Test case for list_priority_class - - - """ - pass - - def test_patch_priority_class(self): - """ - Test case for patch_priority_class - - - """ - pass - - def test_read_priority_class(self): - """ - Test case for read_priority_class - - - """ - pass - - def test_replace_priority_class(self): - """ - Test case for replace_priority_class - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_settings_api.py b/kubernetes/test/test_settings_api.py index 77bd47b7e..46e1bf506 100644 --- a/kubernetes/test/test_settings_api.py +++ b/kubernetes/test/test_settings_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_settings_v1alpha1_api.py b/kubernetes/test/test_settings_v1alpha1_api.py index d4f4692ca..b348a2e6b 100644 --- a/kubernetes/test/test_settings_v1alpha1_api.py +++ b/kubernetes/test/test_settings_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_storage_api.py b/kubernetes/test/test_storage_api.py index 0e0a6ac24..a3a2ef7dc 100644 --- a/kubernetes/test/test_storage_api.py +++ b/kubernetes/test/test_storage_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_storage_v1_api.py b/kubernetes/test/test_storage_v1_api.py index 4715b2bd8..86a846084 100644 --- a/kubernetes/test/test_storage_v1_api.py +++ b/kubernetes/test/test_storage_v1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_storage_v1alpha1_api.py b/kubernetes/test/test_storage_v1alpha1_api.py index 993d2c68e..d76a175fc 100644 --- a/kubernetes/test/test_storage_v1alpha1_api.py +++ b/kubernetes/test/test_storage_v1alpha1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_storage_v1beta1_api.py b/kubernetes/test/test_storage_v1beta1_api.py index 2e358f4dd..532093b6d 100644 --- a/kubernetes/test/test_storage_v1beta1_api.py +++ b/kubernetes/test/test_storage_v1beta1_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_affinity.py b/kubernetes/test/test_v1_affinity.py index cfe9c66cb..da47835f2 100644 --- a/kubernetes/test/test_v1_affinity.py +++ b/kubernetes/test/test_v1_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_aggregation_rule.py b/kubernetes/test/test_v1_aggregation_rule.py index c3f26f163..d2ef18a94 100644 --- a/kubernetes/test/test_v1_aggregation_rule.py +++ b/kubernetes/test/test_v1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_group.py b/kubernetes/test/test_v1_api_group.py index a33a1360a..3f332709e 100644 --- a/kubernetes/test/test_v1_api_group.py +++ b/kubernetes/test/test_v1_api_group.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_group_list.py b/kubernetes/test/test_v1_api_group_list.py index 2dbd9ef79..e4b60a070 100644 --- a/kubernetes/test/test_v1_api_group_list.py +++ b/kubernetes/test/test_v1_api_group_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_resource.py b/kubernetes/test/test_v1_api_resource.py index e99276f94..c0078ec03 100644 --- a/kubernetes/test/test_v1_api_resource.py +++ b/kubernetes/test/test_v1_api_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_resource_list.py b/kubernetes/test/test_v1_api_resource_list.py index 1201436f9..841a592a2 100644 --- a/kubernetes/test/test_v1_api_resource_list.py +++ b/kubernetes/test/test_v1_api_resource_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_service.py b/kubernetes/test/test_v1_api_service.py index 77841626f..64a07bbba 100644 --- a/kubernetes/test/test_v1_api_service.py +++ b/kubernetes/test/test_v1_api_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_service_condition.py b/kubernetes/test/test_v1_api_service_condition.py index f45e322d2..2f68ef668 100644 --- a/kubernetes/test/test_v1_api_service_condition.py +++ b/kubernetes/test/test_v1_api_service_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_service_list.py b/kubernetes/test/test_v1_api_service_list.py index aca848fdc..dee3389b2 100644 --- a/kubernetes/test/test_v1_api_service_list.py +++ b/kubernetes/test/test_v1_api_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_service_spec.py b/kubernetes/test/test_v1_api_service_spec.py index 7d0a4374e..0c8c3b103 100644 --- a/kubernetes/test/test_v1_api_service_spec.py +++ b/kubernetes/test/test_v1_api_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_service_status.py b/kubernetes/test/test_v1_api_service_status.py index 014693251..b80b2a67b 100644 --- a/kubernetes/test/test_v1_api_service_status.py +++ b/kubernetes/test/test_v1_api_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_api_versions.py b/kubernetes/test/test_v1_api_versions.py index 4b9c71c82..f65046641 100644 --- a/kubernetes/test/test_v1_api_versions.py +++ b/kubernetes/test/test_v1_api_versions.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_attached_volume.py b/kubernetes/test/test_v1_attached_volume.py index 8df8ed54d..3bd04ff23 100644 --- a/kubernetes/test/test_v1_attached_volume.py +++ b/kubernetes/test/test_v1_attached_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_aws_elastic_block_store_volume_source.py b/kubernetes/test/test_v1_aws_elastic_block_store_volume_source.py index 10303dd62..e1ff84e74 100644 --- a/kubernetes/test/test_v1_aws_elastic_block_store_volume_source.py +++ b/kubernetes/test/test_v1_aws_elastic_block_store_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_azure_disk_volume_source.py b/kubernetes/test/test_v1_azure_disk_volume_source.py index 6a888003b..cc40fe534 100644 --- a/kubernetes/test/test_v1_azure_disk_volume_source.py +++ b/kubernetes/test/test_v1_azure_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_azure_file_persistent_volume_source.py b/kubernetes/test/test_v1_azure_file_persistent_volume_source.py index e798812b7..921a88bb8 100644 --- a/kubernetes/test/test_v1_azure_file_persistent_volume_source.py +++ b/kubernetes/test/test_v1_azure_file_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_azure_file_volume_source.py b/kubernetes/test/test_v1_azure_file_volume_source.py index a8503bd19..4a2e67c34 100644 --- a/kubernetes/test/test_v1_azure_file_volume_source.py +++ b/kubernetes/test/test_v1_azure_file_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_binding.py b/kubernetes/test/test_v1_binding.py index 9a7d9f1c5..09f7ef380 100644 --- a/kubernetes/test/test_v1_binding.py +++ b/kubernetes/test/test_v1_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_capabilities.py b/kubernetes/test/test_v1_capabilities.py index 50735e6dc..ddd941413 100644 --- a/kubernetes/test/test_v1_capabilities.py +++ b/kubernetes/test/test_v1_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_ceph_fs_persistent_volume_source.py b/kubernetes/test/test_v1_ceph_fs_persistent_volume_source.py index 46494fff9..bc7869274 100644 --- a/kubernetes/test/test_v1_ceph_fs_persistent_volume_source.py +++ b/kubernetes/test/test_v1_ceph_fs_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_ceph_fs_volume_source.py b/kubernetes/test/test_v1_ceph_fs_volume_source.py index 872292791..887075cf7 100644 --- a/kubernetes/test/test_v1_ceph_fs_volume_source.py +++ b/kubernetes/test/test_v1_ceph_fs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cinder_persistent_volume_source.py b/kubernetes/test/test_v1_cinder_persistent_volume_source.py deleted file mode 100644 index 26430c2b9..000000000 --- a/kubernetes/test/test_v1_cinder_persistent_volume_source.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_cinder_persistent_volume_source import V1CinderPersistentVolumeSource - - -class TestV1CinderPersistentVolumeSource(unittest.TestCase): - """ V1CinderPersistentVolumeSource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1CinderPersistentVolumeSource(self): - """ - Test V1CinderPersistentVolumeSource - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_cinder_persistent_volume_source.V1CinderPersistentVolumeSource() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_cinder_volume_source.py b/kubernetes/test/test_v1_cinder_volume_source.py index b2927a63e..dad5ad27e 100644 --- a/kubernetes/test/test_v1_cinder_volume_source.py +++ b/kubernetes/test/test_v1_cinder_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_client_ip_config.py b/kubernetes/test/test_v1_client_ip_config.py index 2f0db35a3..7744095fb 100644 --- a/kubernetes/test/test_v1_client_ip_config.py +++ b/kubernetes/test/test_v1_client_ip_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cluster_role.py b/kubernetes/test/test_v1_cluster_role.py index 852393490..8b5419b20 100644 --- a/kubernetes/test/test_v1_cluster_role.py +++ b/kubernetes/test/test_v1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cluster_role_binding.py b/kubernetes/test/test_v1_cluster_role_binding.py index 210c980dc..ff2cae2eb 100644 --- a/kubernetes/test/test_v1_cluster_role_binding.py +++ b/kubernetes/test/test_v1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cluster_role_binding_list.py b/kubernetes/test/test_v1_cluster_role_binding_list.py index b7254cdc5..a2cbf5ff4 100644 --- a/kubernetes/test/test_v1_cluster_role_binding_list.py +++ b/kubernetes/test/test_v1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cluster_role_list.py b/kubernetes/test/test_v1_cluster_role_list.py index 7589efb39..0bc7fe8e1 100644 --- a/kubernetes/test/test_v1_cluster_role_list.py +++ b/kubernetes/test/test_v1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_component_condition.py b/kubernetes/test/test_v1_component_condition.py index d43d6e73f..dd8db75c3 100644 --- a/kubernetes/test/test_v1_component_condition.py +++ b/kubernetes/test/test_v1_component_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_component_status.py b/kubernetes/test/test_v1_component_status.py index fa3d29a1b..714a6af7b 100644 --- a/kubernetes/test/test_v1_component_status.py +++ b/kubernetes/test/test_v1_component_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_component_status_list.py b/kubernetes/test/test_v1_component_status_list.py index 617a1ae28..8ff40a953 100644 --- a/kubernetes/test/test_v1_component_status_list.py +++ b/kubernetes/test/test_v1_component_status_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map.py b/kubernetes/test/test_v1_config_map.py index eb0336031..d624444fb 100644 --- a/kubernetes/test/test_v1_config_map.py +++ b/kubernetes/test/test_v1_config_map.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map_env_source.py b/kubernetes/test/test_v1_config_map_env_source.py index 13d1635c8..346d74d3c 100644 --- a/kubernetes/test/test_v1_config_map_env_source.py +++ b/kubernetes/test/test_v1_config_map_env_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map_key_selector.py b/kubernetes/test/test_v1_config_map_key_selector.py index 87d885ab8..324127653 100644 --- a/kubernetes/test/test_v1_config_map_key_selector.py +++ b/kubernetes/test/test_v1_config_map_key_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map_list.py b/kubernetes/test/test_v1_config_map_list.py index 1e9fc0e92..9017cf34a 100644 --- a/kubernetes/test/test_v1_config_map_list.py +++ b/kubernetes/test/test_v1_config_map_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map_node_config_source.py b/kubernetes/test/test_v1_config_map_node_config_source.py deleted file mode 100644 index 5b8c11940..000000000 --- a/kubernetes/test/test_v1_config_map_node_config_source.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_config_map_node_config_source import V1ConfigMapNodeConfigSource - - -class TestV1ConfigMapNodeConfigSource(unittest.TestCase): - """ V1ConfigMapNodeConfigSource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ConfigMapNodeConfigSource(self): - """ - Test V1ConfigMapNodeConfigSource - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_config_map_node_config_source.V1ConfigMapNodeConfigSource() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_config_map_projection.py b/kubernetes/test/test_v1_config_map_projection.py index dc69d99d2..eca3b9ee6 100644 --- a/kubernetes/test/test_v1_config_map_projection.py +++ b/kubernetes/test/test_v1_config_map_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_config_map_volume_source.py b/kubernetes/test/test_v1_config_map_volume_source.py index 81a4fe0ad..fa6cc9f6c 100644 --- a/kubernetes/test/test_v1_config_map_volume_source.py +++ b/kubernetes/test/test_v1_config_map_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container.py b/kubernetes/test/test_v1_container.py index 8b8a34c77..5e5fd90c8 100644 --- a/kubernetes/test/test_v1_container.py +++ b/kubernetes/test/test_v1_container.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_image.py b/kubernetes/test/test_v1_container_image.py index d09674d6e..c851a293b 100644 --- a/kubernetes/test/test_v1_container_image.py +++ b/kubernetes/test/test_v1_container_image.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_port.py b/kubernetes/test/test_v1_container_port.py index c0ffee7d3..0329b077b 100644 --- a/kubernetes/test/test_v1_container_port.py +++ b/kubernetes/test/test_v1_container_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_state.py b/kubernetes/test/test_v1_container_state.py index 586194295..6322ccbca 100644 --- a/kubernetes/test/test_v1_container_state.py +++ b/kubernetes/test/test_v1_container_state.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_state_running.py b/kubernetes/test/test_v1_container_state_running.py index fb6faa147..2c3a7f848 100644 --- a/kubernetes/test/test_v1_container_state_running.py +++ b/kubernetes/test/test_v1_container_state_running.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_state_terminated.py b/kubernetes/test/test_v1_container_state_terminated.py index a40f930c1..da76dc67e 100644 --- a/kubernetes/test/test_v1_container_state_terminated.py +++ b/kubernetes/test/test_v1_container_state_terminated.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_state_waiting.py b/kubernetes/test/test_v1_container_state_waiting.py index 65cc00193..74f802490 100644 --- a/kubernetes/test/test_v1_container_state_waiting.py +++ b/kubernetes/test/test_v1_container_state_waiting.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_container_status.py b/kubernetes/test/test_v1_container_status.py index f92da2389..f839ded20 100644 --- a/kubernetes/test/test_v1_container_status.py +++ b/kubernetes/test/test_v1_container_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_controller_revision.py b/kubernetes/test/test_v1_controller_revision.py index 22b164886..4c8cce6e7 100644 --- a/kubernetes/test/test_v1_controller_revision.py +++ b/kubernetes/test/test_v1_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_controller_revision_list.py b/kubernetes/test/test_v1_controller_revision_list.py index f18fda1ec..eb01e72cf 100644 --- a/kubernetes/test/test_v1_controller_revision_list.py +++ b/kubernetes/test/test_v1_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_cross_version_object_reference.py b/kubernetes/test/test_v1_cross_version_object_reference.py index 28bb10ed5..fe42de10f 100644 --- a/kubernetes/test/test_v1_cross_version_object_reference.py +++ b/kubernetes/test/test_v1_cross_version_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_csi_persistent_volume_source.py b/kubernetes/test/test_v1_csi_persistent_volume_source.py index c433b2b60..79c5da11b 100644 --- a/kubernetes/test/test_v1_csi_persistent_volume_source.py +++ b/kubernetes/test/test_v1_csi_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_endpoint.py b/kubernetes/test/test_v1_daemon_endpoint.py index 6f3dc9c6d..6b209e0c3 100644 --- a/kubernetes/test/test_v1_daemon_endpoint.py +++ b/kubernetes/test/test_v1_daemon_endpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set.py b/kubernetes/test/test_v1_daemon_set.py index a906315cd..3436bacd8 100644 --- a/kubernetes/test/test_v1_daemon_set.py +++ b/kubernetes/test/test_v1_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set_condition.py b/kubernetes/test/test_v1_daemon_set_condition.py index b49974fb9..92799671e 100644 --- a/kubernetes/test/test_v1_daemon_set_condition.py +++ b/kubernetes/test/test_v1_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set_list.py b/kubernetes/test/test_v1_daemon_set_list.py index 269bb70c5..4f711a7ac 100644 --- a/kubernetes/test/test_v1_daemon_set_list.py +++ b/kubernetes/test/test_v1_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set_spec.py b/kubernetes/test/test_v1_daemon_set_spec.py index f0c508d28..987c87901 100644 --- a/kubernetes/test/test_v1_daemon_set_spec.py +++ b/kubernetes/test/test_v1_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set_status.py b/kubernetes/test/test_v1_daemon_set_status.py index 1a0eae35e..03d0252b4 100644 --- a/kubernetes/test/test_v1_daemon_set_status.py +++ b/kubernetes/test/test_v1_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_daemon_set_update_strategy.py b/kubernetes/test/test_v1_daemon_set_update_strategy.py index 28d6c1baf..c1573e5f6 100644 --- a/kubernetes/test/test_v1_daemon_set_update_strategy.py +++ b/kubernetes/test/test_v1_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_delete_options.py b/kubernetes/test/test_v1_delete_options.py index 29fcdda27..57655b5fd 100644 --- a/kubernetes/test/test_v1_delete_options.py +++ b/kubernetes/test/test_v1_delete_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment.py b/kubernetes/test/test_v1_deployment.py index e8f141e4e..f7978c227 100644 --- a/kubernetes/test/test_v1_deployment.py +++ b/kubernetes/test/test_v1_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment_condition.py b/kubernetes/test/test_v1_deployment_condition.py index b022f8239..9b3521ffb 100644 --- a/kubernetes/test/test_v1_deployment_condition.py +++ b/kubernetes/test/test_v1_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment_list.py b/kubernetes/test/test_v1_deployment_list.py index d9a8d38b2..171ecef78 100644 --- a/kubernetes/test/test_v1_deployment_list.py +++ b/kubernetes/test/test_v1_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment_spec.py b/kubernetes/test/test_v1_deployment_spec.py index 609aaf663..c45a23c3d 100644 --- a/kubernetes/test/test_v1_deployment_spec.py +++ b/kubernetes/test/test_v1_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment_status.py b/kubernetes/test/test_v1_deployment_status.py index 718d2e0c7..51efba322 100644 --- a/kubernetes/test/test_v1_deployment_status.py +++ b/kubernetes/test/test_v1_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_deployment_strategy.py b/kubernetes/test/test_v1_deployment_strategy.py index eb56d6b60..f0f97eab4 100644 --- a/kubernetes/test/test_v1_deployment_strategy.py +++ b/kubernetes/test/test_v1_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_downward_api_projection.py b/kubernetes/test/test_v1_downward_api_projection.py index c32226f76..713cedeca 100644 --- a/kubernetes/test/test_v1_downward_api_projection.py +++ b/kubernetes/test/test_v1_downward_api_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_downward_api_volume_file.py b/kubernetes/test/test_v1_downward_api_volume_file.py index 1fee1bb35..1795eeb6e 100644 --- a/kubernetes/test/test_v1_downward_api_volume_file.py +++ b/kubernetes/test/test_v1_downward_api_volume_file.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_downward_api_volume_source.py b/kubernetes/test/test_v1_downward_api_volume_source.py index 55fb2d1e5..4ee220bb8 100644 --- a/kubernetes/test/test_v1_downward_api_volume_source.py +++ b/kubernetes/test/test_v1_downward_api_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_empty_dir_volume_source.py b/kubernetes/test/test_v1_empty_dir_volume_source.py index 726e65bdd..e7b35250c 100644 --- a/kubernetes/test/test_v1_empty_dir_volume_source.py +++ b/kubernetes/test/test_v1_empty_dir_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_endpoint_address.py b/kubernetes/test/test_v1_endpoint_address.py index bd137868c..f157dbbec 100644 --- a/kubernetes/test/test_v1_endpoint_address.py +++ b/kubernetes/test/test_v1_endpoint_address.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_endpoint_port.py b/kubernetes/test/test_v1_endpoint_port.py index fa1227c60..977edf921 100644 --- a/kubernetes/test/test_v1_endpoint_port.py +++ b/kubernetes/test/test_v1_endpoint_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_endpoint_subset.py b/kubernetes/test/test_v1_endpoint_subset.py index 2b82ad83b..ac5fa3669 100644 --- a/kubernetes/test/test_v1_endpoint_subset.py +++ b/kubernetes/test/test_v1_endpoint_subset.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_endpoints.py b/kubernetes/test/test_v1_endpoints.py index f800afb8a..b7acead23 100644 --- a/kubernetes/test/test_v1_endpoints.py +++ b/kubernetes/test/test_v1_endpoints.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_endpoints_list.py b/kubernetes/test/test_v1_endpoints_list.py index fb2e7d4d9..4e1e34d63 100644 --- a/kubernetes/test/test_v1_endpoints_list.py +++ b/kubernetes/test/test_v1_endpoints_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_env_from_source.py b/kubernetes/test/test_v1_env_from_source.py index 846737f38..52232b917 100644 --- a/kubernetes/test/test_v1_env_from_source.py +++ b/kubernetes/test/test_v1_env_from_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_env_var.py b/kubernetes/test/test_v1_env_var.py index 7d7a59d61..18582c54e 100644 --- a/kubernetes/test/test_v1_env_var.py +++ b/kubernetes/test/test_v1_env_var.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_env_var_source.py b/kubernetes/test/test_v1_env_var_source.py index 875e39110..bf9c50dda 100644 --- a/kubernetes/test/test_v1_env_var_source.py +++ b/kubernetes/test/test_v1_env_var_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_event.py b/kubernetes/test/test_v1_event.py index 4c2c9e8ad..3a0486f7d 100644 --- a/kubernetes/test/test_v1_event.py +++ b/kubernetes/test/test_v1_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_event_list.py b/kubernetes/test/test_v1_event_list.py index 7d4140ccf..4ebae7ffc 100644 --- a/kubernetes/test/test_v1_event_list.py +++ b/kubernetes/test/test_v1_event_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_event_series.py b/kubernetes/test/test_v1_event_series.py index 5d318a137..4d5264940 100644 --- a/kubernetes/test/test_v1_event_series.py +++ b/kubernetes/test/test_v1_event_series.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_event_source.py b/kubernetes/test/test_v1_event_source.py index 208184f3b..456b372ee 100644 --- a/kubernetes/test/test_v1_event_source.py +++ b/kubernetes/test/test_v1_event_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_exec_action.py b/kubernetes/test/test_v1_exec_action.py index 59579aa7c..77706af44 100644 --- a/kubernetes/test/test_v1_exec_action.py +++ b/kubernetes/test/test_v1_exec_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_fc_volume_source.py b/kubernetes/test/test_v1_fc_volume_source.py index 69500762d..481f3bdba 100644 --- a/kubernetes/test/test_v1_fc_volume_source.py +++ b/kubernetes/test/test_v1_fc_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_flex_persistent_volume_source.py b/kubernetes/test/test_v1_flex_persistent_volume_source.py index 5d6033eed..665c08513 100644 --- a/kubernetes/test/test_v1_flex_persistent_volume_source.py +++ b/kubernetes/test/test_v1_flex_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_flex_volume_source.py b/kubernetes/test/test_v1_flex_volume_source.py index f7006fac7..eab8498aa 100644 --- a/kubernetes/test/test_v1_flex_volume_source.py +++ b/kubernetes/test/test_v1_flex_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_flocker_volume_source.py b/kubernetes/test/test_v1_flocker_volume_source.py index 5a9555372..f59e7d8f1 100644 --- a/kubernetes/test/test_v1_flocker_volume_source.py +++ b/kubernetes/test/test_v1_flocker_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_gce_persistent_disk_volume_source.py b/kubernetes/test/test_v1_gce_persistent_disk_volume_source.py index 66890cfbd..7390d3593 100644 --- a/kubernetes/test/test_v1_gce_persistent_disk_volume_source.py +++ b/kubernetes/test/test_v1_gce_persistent_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_git_repo_volume_source.py b/kubernetes/test/test_v1_git_repo_volume_source.py index 5f0306325..86c0d9887 100644 --- a/kubernetes/test/test_v1_git_repo_volume_source.py +++ b/kubernetes/test/test_v1_git_repo_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_glusterfs_volume_source.py b/kubernetes/test/test_v1_glusterfs_volume_source.py index 58e8f60db..74e95d2bb 100644 --- a/kubernetes/test/test_v1_glusterfs_volume_source.py +++ b/kubernetes/test/test_v1_glusterfs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_group_version_for_discovery.py b/kubernetes/test/test_v1_group_version_for_discovery.py index 67c258171..77333b613 100644 --- a/kubernetes/test/test_v1_group_version_for_discovery.py +++ b/kubernetes/test/test_v1_group_version_for_discovery.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_handler.py b/kubernetes/test/test_v1_handler.py index 3427a7c43..a612966ed 100644 --- a/kubernetes/test/test_v1_handler.py +++ b/kubernetes/test/test_v1_handler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_horizontal_pod_autoscaler.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler.py index d1e1219be..a1404c85b 100644 --- a/kubernetes/test/test_v1_horizontal_pod_autoscaler.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py index 524701766..e6bc047d6 100644 --- a/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py index 13b465c58..e5a97158c 100644 --- a/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py b/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py index 48a65b338..a0e1ca016 100644 --- a/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/test/test_v1_horizontal_pod_autoscaler_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_host_alias.py b/kubernetes/test/test_v1_host_alias.py index cc205d0fc..bc2c48ad9 100644 --- a/kubernetes/test/test_v1_host_alias.py +++ b/kubernetes/test/test_v1_host_alias.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_host_path_volume_source.py b/kubernetes/test/test_v1_host_path_volume_source.py index 477ca0166..def859828 100644 --- a/kubernetes/test/test_v1_host_path_volume_source.py +++ b/kubernetes/test/test_v1_host_path_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_http_get_action.py b/kubernetes/test/test_v1_http_get_action.py index 1d9c24c88..37a148450 100644 --- a/kubernetes/test/test_v1_http_get_action.py +++ b/kubernetes/test/test_v1_http_get_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_http_header.py b/kubernetes/test/test_v1_http_header.py index a4655d4c3..f4086105d 100644 --- a/kubernetes/test/test_v1_http_header.py +++ b/kubernetes/test/test_v1_http_header.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_initializer.py b/kubernetes/test/test_v1_initializer.py index bfaa98427..066f54f94 100644 --- a/kubernetes/test/test_v1_initializer.py +++ b/kubernetes/test/test_v1_initializer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_initializers.py b/kubernetes/test/test_v1_initializers.py index eca851a3f..0679f0d2d 100644 --- a/kubernetes/test/test_v1_initializers.py +++ b/kubernetes/test/test_v1_initializers.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_ip_block.py b/kubernetes/test/test_v1_ip_block.py index fbd085cb7..f6a2ac60f 100644 --- a/kubernetes/test/test_v1_ip_block.py +++ b/kubernetes/test/test_v1_ip_block.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_iscsi_persistent_volume_source.py b/kubernetes/test/test_v1_iscsi_persistent_volume_source.py index 3f1c7b09d..96e88f147 100644 --- a/kubernetes/test/test_v1_iscsi_persistent_volume_source.py +++ b/kubernetes/test/test_v1_iscsi_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_iscsi_volume_source.py b/kubernetes/test/test_v1_iscsi_volume_source.py index bf0804cf8..1aa88b698 100644 --- a/kubernetes/test/test_v1_iscsi_volume_source.py +++ b/kubernetes/test/test_v1_iscsi_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_job.py b/kubernetes/test/test_v1_job.py index a0e339d16..427175850 100644 --- a/kubernetes/test/test_v1_job.py +++ b/kubernetes/test/test_v1_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_job_condition.py b/kubernetes/test/test_v1_job_condition.py index 21fe28e87..6a4771040 100644 --- a/kubernetes/test/test_v1_job_condition.py +++ b/kubernetes/test/test_v1_job_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_job_list.py b/kubernetes/test/test_v1_job_list.py index c28e48c79..1372afee9 100644 --- a/kubernetes/test/test_v1_job_list.py +++ b/kubernetes/test/test_v1_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_job_spec.py b/kubernetes/test/test_v1_job_spec.py index e893bf870..217581875 100644 --- a/kubernetes/test/test_v1_job_spec.py +++ b/kubernetes/test/test_v1_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_job_status.py b/kubernetes/test/test_v1_job_status.py index 19e80a4aa..ade1e6cea 100644 --- a/kubernetes/test/test_v1_job_status.py +++ b/kubernetes/test/test_v1_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_key_to_path.py b/kubernetes/test/test_v1_key_to_path.py index 57b800cb7..bfd68cd0e 100644 --- a/kubernetes/test/test_v1_key_to_path.py +++ b/kubernetes/test/test_v1_key_to_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_label_selector.py b/kubernetes/test/test_v1_label_selector.py index 44bcf7e22..4a508be66 100644 --- a/kubernetes/test/test_v1_label_selector.py +++ b/kubernetes/test/test_v1_label_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_label_selector_requirement.py b/kubernetes/test/test_v1_label_selector_requirement.py index 25924f237..9ba502156 100644 --- a/kubernetes/test/test_v1_label_selector_requirement.py +++ b/kubernetes/test/test_v1_label_selector_requirement.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_lifecycle.py b/kubernetes/test/test_v1_lifecycle.py index 113eb1f10..6ca6b0465 100644 --- a/kubernetes/test/test_v1_lifecycle.py +++ b/kubernetes/test/test_v1_lifecycle.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_limit_range.py b/kubernetes/test/test_v1_limit_range.py index beb5e5df6..a8259482d 100644 --- a/kubernetes/test/test_v1_limit_range.py +++ b/kubernetes/test/test_v1_limit_range.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_limit_range_item.py b/kubernetes/test/test_v1_limit_range_item.py index cf85230c4..f60d110c4 100644 --- a/kubernetes/test/test_v1_limit_range_item.py +++ b/kubernetes/test/test_v1_limit_range_item.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_limit_range_list.py b/kubernetes/test/test_v1_limit_range_list.py index 17178ae8a..dbe184195 100644 --- a/kubernetes/test/test_v1_limit_range_list.py +++ b/kubernetes/test/test_v1_limit_range_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_limit_range_spec.py b/kubernetes/test/test_v1_limit_range_spec.py index dda62696a..5aa4ba446 100644 --- a/kubernetes/test/test_v1_limit_range_spec.py +++ b/kubernetes/test/test_v1_limit_range_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_list_meta.py b/kubernetes/test/test_v1_list_meta.py index 95b0f45c1..107acb887 100644 --- a/kubernetes/test/test_v1_list_meta.py +++ b/kubernetes/test/test_v1_list_meta.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_load_balancer_ingress.py b/kubernetes/test/test_v1_load_balancer_ingress.py index 603107206..d0e8e94b3 100644 --- a/kubernetes/test/test_v1_load_balancer_ingress.py +++ b/kubernetes/test/test_v1_load_balancer_ingress.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_load_balancer_status.py b/kubernetes/test/test_v1_load_balancer_status.py index e00a44472..18d9f98a6 100644 --- a/kubernetes/test/test_v1_load_balancer_status.py +++ b/kubernetes/test/test_v1_load_balancer_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_local_object_reference.py b/kubernetes/test/test_v1_local_object_reference.py index 88b1ece15..1bf1ffc08 100644 --- a/kubernetes/test/test_v1_local_object_reference.py +++ b/kubernetes/test/test_v1_local_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_local_subject_access_review.py b/kubernetes/test/test_v1_local_subject_access_review.py index 820139c4f..089c39029 100644 --- a/kubernetes/test/test_v1_local_subject_access_review.py +++ b/kubernetes/test/test_v1_local_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_local_volume_source.py b/kubernetes/test/test_v1_local_volume_source.py index a65b0d7c2..db2c0d51c 100644 --- a/kubernetes/test/test_v1_local_volume_source.py +++ b/kubernetes/test/test_v1_local_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_namespace.py b/kubernetes/test/test_v1_namespace.py index 34b1ddaf9..9ddfbb88d 100644 --- a/kubernetes/test/test_v1_namespace.py +++ b/kubernetes/test/test_v1_namespace.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_namespace_list.py b/kubernetes/test/test_v1_namespace_list.py index 53a1b62f8..1ae493cf3 100644 --- a/kubernetes/test/test_v1_namespace_list.py +++ b/kubernetes/test/test_v1_namespace_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_namespace_spec.py b/kubernetes/test/test_v1_namespace_spec.py index 61643b950..0ebdcb23f 100644 --- a/kubernetes/test/test_v1_namespace_spec.py +++ b/kubernetes/test/test_v1_namespace_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_namespace_status.py b/kubernetes/test/test_v1_namespace_status.py index 6163d4f91..b73b0ab0b 100644 --- a/kubernetes/test/test_v1_namespace_status.py +++ b/kubernetes/test/test_v1_namespace_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy.py b/kubernetes/test/test_v1_network_policy.py index 083c6c1ae..3058e86da 100644 --- a/kubernetes/test/test_v1_network_policy.py +++ b/kubernetes/test/test_v1_network_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_egress_rule.py b/kubernetes/test/test_v1_network_policy_egress_rule.py index dc11e1582..f4fd44fc6 100644 --- a/kubernetes/test/test_v1_network_policy_egress_rule.py +++ b/kubernetes/test/test_v1_network_policy_egress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_ingress_rule.py b/kubernetes/test/test_v1_network_policy_ingress_rule.py index 620ef1bd9..0277ec4ac 100644 --- a/kubernetes/test/test_v1_network_policy_ingress_rule.py +++ b/kubernetes/test/test_v1_network_policy_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_list.py b/kubernetes/test/test_v1_network_policy_list.py index b301eeb5c..0000dcd85 100644 --- a/kubernetes/test/test_v1_network_policy_list.py +++ b/kubernetes/test/test_v1_network_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_peer.py b/kubernetes/test/test_v1_network_policy_peer.py index bd04e54bd..2d52d41c3 100644 --- a/kubernetes/test/test_v1_network_policy_peer.py +++ b/kubernetes/test/test_v1_network_policy_peer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_port.py b/kubernetes/test/test_v1_network_policy_port.py index 1f6255a17..e3530ec21 100644 --- a/kubernetes/test/test_v1_network_policy_port.py +++ b/kubernetes/test/test_v1_network_policy_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_network_policy_spec.py b/kubernetes/test/test_v1_network_policy_spec.py index 6d0b6f507..84b6ba079 100644 --- a/kubernetes/test/test_v1_network_policy_spec.py +++ b/kubernetes/test/test_v1_network_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_nfs_volume_source.py b/kubernetes/test/test_v1_nfs_volume_source.py index dd0f3bd0f..829fad9b5 100644 --- a/kubernetes/test/test_v1_nfs_volume_source.py +++ b/kubernetes/test/test_v1_nfs_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node.py b/kubernetes/test/test_v1_node.py index e6c40f38b..0bb3895af 100644 --- a/kubernetes/test/test_v1_node.py +++ b/kubernetes/test/test_v1_node.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_address.py b/kubernetes/test/test_v1_node_address.py index 1f2b0e2af..aa23052dd 100644 --- a/kubernetes/test/test_v1_node_address.py +++ b/kubernetes/test/test_v1_node_address.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_affinity.py b/kubernetes/test/test_v1_node_affinity.py index 9ca2a9979..9991a8f18 100644 --- a/kubernetes/test/test_v1_node_affinity.py +++ b/kubernetes/test/test_v1_node_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_condition.py b/kubernetes/test/test_v1_node_condition.py index 33a79b84d..efda66bd8 100644 --- a/kubernetes/test/test_v1_node_condition.py +++ b/kubernetes/test/test_v1_node_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_config_source.py b/kubernetes/test/test_v1_node_config_source.py index 2bc7e5275..21915140c 100644 --- a/kubernetes/test/test_v1_node_config_source.py +++ b/kubernetes/test/test_v1_node_config_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_config_status.py b/kubernetes/test/test_v1_node_config_status.py deleted file mode 100644 index d22dc076f..000000000 --- a/kubernetes/test/test_v1_node_config_status.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_node_config_status import V1NodeConfigStatus - - -class TestV1NodeConfigStatus(unittest.TestCase): - """ V1NodeConfigStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeConfigStatus(self): - """ - Test V1NodeConfigStatus - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_node_config_status.V1NodeConfigStatus() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_node_daemon_endpoints.py b/kubernetes/test/test_v1_node_daemon_endpoints.py index fed4dcc2a..4833959e3 100644 --- a/kubernetes/test/test_v1_node_daemon_endpoints.py +++ b/kubernetes/test/test_v1_node_daemon_endpoints.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_list.py b/kubernetes/test/test_v1_node_list.py index 243dff4b4..c1fef3be5 100644 --- a/kubernetes/test/test_v1_node_list.py +++ b/kubernetes/test/test_v1_node_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_selector.py b/kubernetes/test/test_v1_node_selector.py index 7a346732b..d04a9cec1 100644 --- a/kubernetes/test/test_v1_node_selector.py +++ b/kubernetes/test/test_v1_node_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_selector_requirement.py b/kubernetes/test/test_v1_node_selector_requirement.py index cd3a155ed..1d2f3d3b4 100644 --- a/kubernetes/test/test_v1_node_selector_requirement.py +++ b/kubernetes/test/test_v1_node_selector_requirement.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_selector_term.py b/kubernetes/test/test_v1_node_selector_term.py index 5ffd74e5a..1f534ca33 100644 --- a/kubernetes/test/test_v1_node_selector_term.py +++ b/kubernetes/test/test_v1_node_selector_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_spec.py b/kubernetes/test/test_v1_node_spec.py index d04464574..97f67cc78 100644 --- a/kubernetes/test/test_v1_node_spec.py +++ b/kubernetes/test/test_v1_node_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_status.py b/kubernetes/test/test_v1_node_status.py index 3c28ce9be..49695efdd 100644 --- a/kubernetes/test/test_v1_node_status.py +++ b/kubernetes/test/test_v1_node_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_node_system_info.py b/kubernetes/test/test_v1_node_system_info.py index 4cc23b22a..9981f12ce 100644 --- a/kubernetes/test/test_v1_node_system_info.py +++ b/kubernetes/test/test_v1_node_system_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_non_resource_attributes.py b/kubernetes/test/test_v1_non_resource_attributes.py index 628a66d8e..5e849e63a 100644 --- a/kubernetes/test/test_v1_non_resource_attributes.py +++ b/kubernetes/test/test_v1_non_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_non_resource_rule.py b/kubernetes/test/test_v1_non_resource_rule.py index d71e49dd9..05af999d7 100644 --- a/kubernetes/test/test_v1_non_resource_rule.py +++ b/kubernetes/test/test_v1_non_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_object_field_selector.py b/kubernetes/test/test_v1_object_field_selector.py index 804ff7630..422260f76 100644 --- a/kubernetes/test/test_v1_object_field_selector.py +++ b/kubernetes/test/test_v1_object_field_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_object_meta.py b/kubernetes/test/test_v1_object_meta.py index 811a3230b..ca65800c8 100644 --- a/kubernetes/test/test_v1_object_meta.py +++ b/kubernetes/test/test_v1_object_meta.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_object_reference.py b/kubernetes/test/test_v1_object_reference.py index a8a3a4e53..91dd3904e 100644 --- a/kubernetes/test/test_v1_object_reference.py +++ b/kubernetes/test/test_v1_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_owner_reference.py b/kubernetes/test/test_v1_owner_reference.py index 9a4545b46..fa481cf12 100644 --- a/kubernetes/test/test_v1_owner_reference.py +++ b/kubernetes/test/test_v1_owner_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume.py b/kubernetes/test/test_v1_persistent_volume.py index c6855723d..34bd0d748 100644 --- a/kubernetes/test/test_v1_persistent_volume.py +++ b/kubernetes/test/test_v1_persistent_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim.py b/kubernetes/test/test_v1_persistent_volume_claim.py index 0d1abdb0a..09a8866f0 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim.py +++ b/kubernetes/test/test_v1_persistent_volume_claim.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim_condition.py b/kubernetes/test/test_v1_persistent_volume_claim_condition.py index 644dbac54..172b83268 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim_condition.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim_list.py b/kubernetes/test/test_v1_persistent_volume_claim_list.py index 8fc856f74..12cb082bb 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim_list.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim_spec.py b/kubernetes/test/test_v1_persistent_volume_claim_spec.py index 7754916e8..edea6ce5f 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim_spec.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim_status.py b/kubernetes/test/test_v1_persistent_volume_claim_status.py index 15f5b829a..dcb54dfea 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim_status.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_claim_volume_source.py b/kubernetes/test/test_v1_persistent_volume_claim_volume_source.py index 37cb1b356..1b81b8123 100644 --- a/kubernetes/test/test_v1_persistent_volume_claim_volume_source.py +++ b/kubernetes/test/test_v1_persistent_volume_claim_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_list.py b/kubernetes/test/test_v1_persistent_volume_list.py index 3f9741baf..2cf55e9b7 100644 --- a/kubernetes/test/test_v1_persistent_volume_list.py +++ b/kubernetes/test/test_v1_persistent_volume_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_spec.py b/kubernetes/test/test_v1_persistent_volume_spec.py index e4a60777f..53a1e960d 100644 --- a/kubernetes/test/test_v1_persistent_volume_spec.py +++ b/kubernetes/test/test_v1_persistent_volume_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_persistent_volume_status.py b/kubernetes/test/test_v1_persistent_volume_status.py index d26264134..369a10189 100644 --- a/kubernetes/test/test_v1_persistent_volume_status.py +++ b/kubernetes/test/test_v1_persistent_volume_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_photon_persistent_disk_volume_source.py b/kubernetes/test/test_v1_photon_persistent_disk_volume_source.py index bb54e0c31..4aee91c6b 100644 --- a/kubernetes/test/test_v1_photon_persistent_disk_volume_source.py +++ b/kubernetes/test/test_v1_photon_persistent_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod.py b/kubernetes/test/test_v1_pod.py index 35295778b..7e0070db4 100644 --- a/kubernetes/test/test_v1_pod.py +++ b/kubernetes/test/test_v1_pod.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_affinity.py b/kubernetes/test/test_v1_pod_affinity.py index 2eb5a61c1..ca80944f5 100644 --- a/kubernetes/test/test_v1_pod_affinity.py +++ b/kubernetes/test/test_v1_pod_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_affinity_term.py b/kubernetes/test/test_v1_pod_affinity_term.py index 139506340..c229f1eb4 100644 --- a/kubernetes/test/test_v1_pod_affinity_term.py +++ b/kubernetes/test/test_v1_pod_affinity_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_anti_affinity.py b/kubernetes/test/test_v1_pod_anti_affinity.py index 4a50434f1..b921f0b51 100644 --- a/kubernetes/test/test_v1_pod_anti_affinity.py +++ b/kubernetes/test/test_v1_pod_anti_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_condition.py b/kubernetes/test/test_v1_pod_condition.py index 2125ab0ac..7a32db648 100644 --- a/kubernetes/test/test_v1_pod_condition.py +++ b/kubernetes/test/test_v1_pod_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_dns_config.py b/kubernetes/test/test_v1_pod_dns_config.py index b1ceecd36..aa2f154e2 100644 --- a/kubernetes/test/test_v1_pod_dns_config.py +++ b/kubernetes/test/test_v1_pod_dns_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_dns_config_option.py b/kubernetes/test/test_v1_pod_dns_config_option.py index 4c15a9230..29278b7da 100644 --- a/kubernetes/test/test_v1_pod_dns_config_option.py +++ b/kubernetes/test/test_v1_pod_dns_config_option.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_list.py b/kubernetes/test/test_v1_pod_list.py index 825221abc..62b97fe3e 100644 --- a/kubernetes/test/test_v1_pod_list.py +++ b/kubernetes/test/test_v1_pod_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_readiness_gate.py b/kubernetes/test/test_v1_pod_readiness_gate.py deleted file mode 100644 index 9323d33ca..000000000 --- a/kubernetes/test/test_v1_pod_readiness_gate.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_pod_readiness_gate import V1PodReadinessGate - - -class TestV1PodReadinessGate(unittest.TestCase): - """ V1PodReadinessGate unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodReadinessGate(self): - """ - Test V1PodReadinessGate - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_pod_readiness_gate.V1PodReadinessGate() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_pod_security_context.py b/kubernetes/test/test_v1_pod_security_context.py index 87c9af94c..ea8032c2e 100644 --- a/kubernetes/test/test_v1_pod_security_context.py +++ b/kubernetes/test/test_v1_pod_security_context.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_spec.py b/kubernetes/test/test_v1_pod_spec.py index f341c25c5..168ae57eb 100644 --- a/kubernetes/test/test_v1_pod_spec.py +++ b/kubernetes/test/test_v1_pod_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_status.py b/kubernetes/test/test_v1_pod_status.py index 950e068b1..b5d0a76e7 100644 --- a/kubernetes/test/test_v1_pod_status.py +++ b/kubernetes/test/test_v1_pod_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_template.py b/kubernetes/test/test_v1_pod_template.py index ea805077b..f3964644b 100644 --- a/kubernetes/test/test_v1_pod_template.py +++ b/kubernetes/test/test_v1_pod_template.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_template_list.py b/kubernetes/test/test_v1_pod_template_list.py index a6ea6a6cc..bac02b68a 100644 --- a/kubernetes/test/test_v1_pod_template_list.py +++ b/kubernetes/test/test_v1_pod_template_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_pod_template_spec.py b/kubernetes/test/test_v1_pod_template_spec.py index da743ea2f..ac5426af6 100644 --- a/kubernetes/test/test_v1_pod_template_spec.py +++ b/kubernetes/test/test_v1_pod_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_policy_rule.py b/kubernetes/test/test_v1_policy_rule.py index ad3027fc8..92030f5e4 100644 --- a/kubernetes/test/test_v1_policy_rule.py +++ b/kubernetes/test/test_v1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_portworx_volume_source.py b/kubernetes/test/test_v1_portworx_volume_source.py index 32791715d..5496a0f2c 100644 --- a/kubernetes/test/test_v1_portworx_volume_source.py +++ b/kubernetes/test/test_v1_portworx_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_preconditions.py b/kubernetes/test/test_v1_preconditions.py index 1ed2695ba..a1b6f3796 100644 --- a/kubernetes/test/test_v1_preconditions.py +++ b/kubernetes/test/test_v1_preconditions.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_preferred_scheduling_term.py b/kubernetes/test/test_v1_preferred_scheduling_term.py index a2d0ff8be..5c89386bd 100644 --- a/kubernetes/test/test_v1_preferred_scheduling_term.py +++ b/kubernetes/test/test_v1_preferred_scheduling_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_probe.py b/kubernetes/test/test_v1_probe.py index 6261b214c..7d8912388 100644 --- a/kubernetes/test/test_v1_probe.py +++ b/kubernetes/test/test_v1_probe.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_projected_volume_source.py b/kubernetes/test/test_v1_projected_volume_source.py index 1cd35c9aa..d0790a6ff 100644 --- a/kubernetes/test/test_v1_projected_volume_source.py +++ b/kubernetes/test/test_v1_projected_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_quobyte_volume_source.py b/kubernetes/test/test_v1_quobyte_volume_source.py index ef68c3da6..bf546b80e 100644 --- a/kubernetes/test/test_v1_quobyte_volume_source.py +++ b/kubernetes/test/test_v1_quobyte_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_rbd_persistent_volume_source.py b/kubernetes/test/test_v1_rbd_persistent_volume_source.py index b1ff1d306..003dc0c70 100644 --- a/kubernetes/test/test_v1_rbd_persistent_volume_source.py +++ b/kubernetes/test/test_v1_rbd_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_rbd_volume_source.py b/kubernetes/test/test_v1_rbd_volume_source.py index 5bb208d5a..2e80fe0fb 100644 --- a/kubernetes/test/test_v1_rbd_volume_source.py +++ b/kubernetes/test/test_v1_rbd_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replica_set.py b/kubernetes/test/test_v1_replica_set.py index db4f10e5c..22661d785 100644 --- a/kubernetes/test/test_v1_replica_set.py +++ b/kubernetes/test/test_v1_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replica_set_condition.py b/kubernetes/test/test_v1_replica_set_condition.py index 7a33d7a73..1f1e82765 100644 --- a/kubernetes/test/test_v1_replica_set_condition.py +++ b/kubernetes/test/test_v1_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replica_set_list.py b/kubernetes/test/test_v1_replica_set_list.py index d387442ea..f25ea7a4a 100644 --- a/kubernetes/test/test_v1_replica_set_list.py +++ b/kubernetes/test/test_v1_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replica_set_spec.py b/kubernetes/test/test_v1_replica_set_spec.py index b59f9ad6c..91d6e582c 100644 --- a/kubernetes/test/test_v1_replica_set_spec.py +++ b/kubernetes/test/test_v1_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replica_set_status.py b/kubernetes/test/test_v1_replica_set_status.py index 7ed935532..b60017c41 100644 --- a/kubernetes/test/test_v1_replica_set_status.py +++ b/kubernetes/test/test_v1_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replication_controller.py b/kubernetes/test/test_v1_replication_controller.py index b26ee0d4a..fa2675e74 100644 --- a/kubernetes/test/test_v1_replication_controller.py +++ b/kubernetes/test/test_v1_replication_controller.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replication_controller_condition.py b/kubernetes/test/test_v1_replication_controller_condition.py index 9db47c661..a6aa1df52 100644 --- a/kubernetes/test/test_v1_replication_controller_condition.py +++ b/kubernetes/test/test_v1_replication_controller_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replication_controller_list.py b/kubernetes/test/test_v1_replication_controller_list.py index d0a673589..d1c2ee1a5 100644 --- a/kubernetes/test/test_v1_replication_controller_list.py +++ b/kubernetes/test/test_v1_replication_controller_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replication_controller_spec.py b/kubernetes/test/test_v1_replication_controller_spec.py index eb7ba798d..abb0b17b9 100644 --- a/kubernetes/test/test_v1_replication_controller_spec.py +++ b/kubernetes/test/test_v1_replication_controller_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_replication_controller_status.py b/kubernetes/test/test_v1_replication_controller_status.py index 3f0d3eb4b..9c6fe7ba7 100644 --- a/kubernetes/test/test_v1_replication_controller_status.py +++ b/kubernetes/test/test_v1_replication_controller_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_attributes.py b/kubernetes/test/test_v1_resource_attributes.py index e7fa6f3d0..5aa73a48c 100644 --- a/kubernetes/test/test_v1_resource_attributes.py +++ b/kubernetes/test/test_v1_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_field_selector.py b/kubernetes/test/test_v1_resource_field_selector.py index 155b099c3..6daa873cd 100644 --- a/kubernetes/test/test_v1_resource_field_selector.py +++ b/kubernetes/test/test_v1_resource_field_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_quota.py b/kubernetes/test/test_v1_resource_quota.py index 8ff62b22a..b21bb67ad 100644 --- a/kubernetes/test/test_v1_resource_quota.py +++ b/kubernetes/test/test_v1_resource_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_quota_list.py b/kubernetes/test/test_v1_resource_quota_list.py index 3558abff2..2c884b348 100644 --- a/kubernetes/test/test_v1_resource_quota_list.py +++ b/kubernetes/test/test_v1_resource_quota_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_quota_spec.py b/kubernetes/test/test_v1_resource_quota_spec.py index a1a82c7c0..23d5c5fe9 100644 --- a/kubernetes/test/test_v1_resource_quota_spec.py +++ b/kubernetes/test/test_v1_resource_quota_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_quota_status.py b/kubernetes/test/test_v1_resource_quota_status.py index d928d3bcb..869072376 100644 --- a/kubernetes/test/test_v1_resource_quota_status.py +++ b/kubernetes/test/test_v1_resource_quota_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_requirements.py b/kubernetes/test/test_v1_resource_requirements.py index fc66a34f6..629018297 100644 --- a/kubernetes/test/test_v1_resource_requirements.py +++ b/kubernetes/test/test_v1_resource_requirements.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_resource_rule.py b/kubernetes/test/test_v1_resource_rule.py index 08b02cef8..b00ed474e 100644 --- a/kubernetes/test/test_v1_resource_rule.py +++ b/kubernetes/test/test_v1_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_role.py b/kubernetes/test/test_v1_role.py index 07baf24b8..da20b3644 100644 --- a/kubernetes/test/test_v1_role.py +++ b/kubernetes/test/test_v1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_role_binding.py b/kubernetes/test/test_v1_role_binding.py index e6e534a62..f30214abe 100644 --- a/kubernetes/test/test_v1_role_binding.py +++ b/kubernetes/test/test_v1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_role_binding_list.py b/kubernetes/test/test_v1_role_binding_list.py index 31f75e287..dfdc7989e 100644 --- a/kubernetes/test/test_v1_role_binding_list.py +++ b/kubernetes/test/test_v1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_role_list.py b/kubernetes/test/test_v1_role_list.py index 8baf3d579..ce35aa97b 100644 --- a/kubernetes/test/test_v1_role_list.py +++ b/kubernetes/test/test_v1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_role_ref.py b/kubernetes/test/test_v1_role_ref.py index de9ed58e9..7be8cf820 100644 --- a/kubernetes/test/test_v1_role_ref.py +++ b/kubernetes/test/test_v1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_rolling_update_daemon_set.py b/kubernetes/test/test_v1_rolling_update_daemon_set.py index 2e19e6ce3..6ef55b040 100644 --- a/kubernetes/test/test_v1_rolling_update_daemon_set.py +++ b/kubernetes/test/test_v1_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_rolling_update_deployment.py b/kubernetes/test/test_v1_rolling_update_deployment.py index 342924d9f..9ff376a7a 100644 --- a/kubernetes/test/test_v1_rolling_update_deployment.py +++ b/kubernetes/test/test_v1_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_rolling_update_stateful_set_strategy.py b/kubernetes/test/test_v1_rolling_update_stateful_set_strategy.py index aa15bfaa3..b54225bce 100644 --- a/kubernetes/test/test_v1_rolling_update_stateful_set_strategy.py +++ b/kubernetes/test/test_v1_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scale.py b/kubernetes/test/test_v1_scale.py index a99c4e5c6..b3149dbb1 100644 --- a/kubernetes/test/test_v1_scale.py +++ b/kubernetes/test/test_v1_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scale_io_persistent_volume_source.py b/kubernetes/test/test_v1_scale_io_persistent_volume_source.py index 2c7a08273..d093354a0 100644 --- a/kubernetes/test/test_v1_scale_io_persistent_volume_source.py +++ b/kubernetes/test/test_v1_scale_io_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scale_io_volume_source.py b/kubernetes/test/test_v1_scale_io_volume_source.py index aca727ccc..d27a194e1 100644 --- a/kubernetes/test/test_v1_scale_io_volume_source.py +++ b/kubernetes/test/test_v1_scale_io_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scale_spec.py b/kubernetes/test/test_v1_scale_spec.py index 9d2bd8877..ed900f10c 100644 --- a/kubernetes/test/test_v1_scale_spec.py +++ b/kubernetes/test/test_v1_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scale_status.py b/kubernetes/test/test_v1_scale_status.py index 0c8708009..3cb99cff7 100644 --- a/kubernetes/test/test_v1_scale_status.py +++ b/kubernetes/test/test_v1_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_scope_selector.py b/kubernetes/test/test_v1_scope_selector.py deleted file mode 100644 index 3dc68933e..000000000 --- a/kubernetes/test/test_v1_scope_selector.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_scope_selector import V1ScopeSelector - - -class TestV1ScopeSelector(unittest.TestCase): - """ V1ScopeSelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ScopeSelector(self): - """ - Test V1ScopeSelector - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_scope_selector.V1ScopeSelector() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_scoped_resource_selector_requirement.py b/kubernetes/test/test_v1_scoped_resource_selector_requirement.py deleted file mode 100644 index 87b2341a0..000000000 --- a/kubernetes/test/test_v1_scoped_resource_selector_requirement.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_scoped_resource_selector_requirement import V1ScopedResourceSelectorRequirement - - -class TestV1ScopedResourceSelectorRequirement(unittest.TestCase): - """ V1ScopedResourceSelectorRequirement unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ScopedResourceSelectorRequirement(self): - """ - Test V1ScopedResourceSelectorRequirement - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_scoped_resource_selector_requirement.V1ScopedResourceSelectorRequirement() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_se_linux_options.py b/kubernetes/test/test_v1_se_linux_options.py index 2220eefb9..e89feacca 100644 --- a/kubernetes/test/test_v1_se_linux_options.py +++ b/kubernetes/test/test_v1_se_linux_options.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret.py b/kubernetes/test/test_v1_secret.py index fbdb754e3..9cb62db19 100644 --- a/kubernetes/test/test_v1_secret.py +++ b/kubernetes/test/test_v1_secret.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_env_source.py b/kubernetes/test/test_v1_secret_env_source.py index 12f1b71c5..ae12b07ca 100644 --- a/kubernetes/test/test_v1_secret_env_source.py +++ b/kubernetes/test/test_v1_secret_env_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_key_selector.py b/kubernetes/test/test_v1_secret_key_selector.py index 92decd77f..4c6da7c48 100644 --- a/kubernetes/test/test_v1_secret_key_selector.py +++ b/kubernetes/test/test_v1_secret_key_selector.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_list.py b/kubernetes/test/test_v1_secret_list.py index b2ae05989..19c98870a 100644 --- a/kubernetes/test/test_v1_secret_list.py +++ b/kubernetes/test/test_v1_secret_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_projection.py b/kubernetes/test/test_v1_secret_projection.py index 3bec27306..c21819f31 100644 --- a/kubernetes/test/test_v1_secret_projection.py +++ b/kubernetes/test/test_v1_secret_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_reference.py b/kubernetes/test/test_v1_secret_reference.py index 997464e8b..cd600310f 100644 --- a/kubernetes/test/test_v1_secret_reference.py +++ b/kubernetes/test/test_v1_secret_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_secret_volume_source.py b/kubernetes/test/test_v1_secret_volume_source.py index 55d43b638..3d2947b56 100644 --- a/kubernetes/test/test_v1_secret_volume_source.py +++ b/kubernetes/test/test_v1_secret_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_security_context.py b/kubernetes/test/test_v1_security_context.py index 34ec5742d..5c6ec5f07 100644 --- a/kubernetes/test/test_v1_security_context.py +++ b/kubernetes/test/test_v1_security_context.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_self_subject_access_review.py b/kubernetes/test/test_v1_self_subject_access_review.py index 735e75492..dcc0da322 100644 --- a/kubernetes/test/test_v1_self_subject_access_review.py +++ b/kubernetes/test/test_v1_self_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_self_subject_access_review_spec.py b/kubernetes/test/test_v1_self_subject_access_review_spec.py index 66554d6cc..abd37d5e5 100644 --- a/kubernetes/test/test_v1_self_subject_access_review_spec.py +++ b/kubernetes/test/test_v1_self_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_self_subject_rules_review.py b/kubernetes/test/test_v1_self_subject_rules_review.py index f1d246442..ef4827abf 100644 --- a/kubernetes/test/test_v1_self_subject_rules_review.py +++ b/kubernetes/test/test_v1_self_subject_rules_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_self_subject_rules_review_spec.py b/kubernetes/test/test_v1_self_subject_rules_review_spec.py index 761a82650..3ee0176e1 100644 --- a/kubernetes/test/test_v1_self_subject_rules_review_spec.py +++ b/kubernetes/test/test_v1_self_subject_rules_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_server_address_by_client_cidr.py b/kubernetes/test/test_v1_server_address_by_client_cidr.py index 089193041..760d2a8b3 100644 --- a/kubernetes/test/test_v1_server_address_by_client_cidr.py +++ b/kubernetes/test/test_v1_server_address_by_client_cidr.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service.py b/kubernetes/test/test_v1_service.py index 0452d6a60..f1464ced2 100644 --- a/kubernetes/test/test_v1_service.py +++ b/kubernetes/test/test_v1_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_account.py b/kubernetes/test/test_v1_service_account.py index 9be0bec0b..f293473d1 100644 --- a/kubernetes/test/test_v1_service_account.py +++ b/kubernetes/test/test_v1_service_account.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_account_list.py b/kubernetes/test/test_v1_service_account_list.py index 9ba42f0ca..3e7c26aa5 100644 --- a/kubernetes/test/test_v1_service_account_list.py +++ b/kubernetes/test/test_v1_service_account_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_account_token_projection.py b/kubernetes/test/test_v1_service_account_token_projection.py deleted file mode 100644 index f7a4a3f8d..000000000 --- a/kubernetes/test/test_v1_service_account_token_projection.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_service_account_token_projection import V1ServiceAccountTokenProjection - - -class TestV1ServiceAccountTokenProjection(unittest.TestCase): - """ V1ServiceAccountTokenProjection unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceAccountTokenProjection(self): - """ - Test V1ServiceAccountTokenProjection - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_service_account_token_projection.V1ServiceAccountTokenProjection() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_service_list.py b/kubernetes/test/test_v1_service_list.py index 88a1be2fd..0b65e5424 100644 --- a/kubernetes/test/test_v1_service_list.py +++ b/kubernetes/test/test_v1_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_port.py b/kubernetes/test/test_v1_service_port.py index 8036014ef..beafea11d 100644 --- a/kubernetes/test/test_v1_service_port.py +++ b/kubernetes/test/test_v1_service_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_reference.py b/kubernetes/test/test_v1_service_reference.py index c2a61fb36..0e3020985 100644 --- a/kubernetes/test/test_v1_service_reference.py +++ b/kubernetes/test/test_v1_service_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_spec.py b/kubernetes/test/test_v1_service_spec.py index 22877725c..a00d00d48 100644 --- a/kubernetes/test/test_v1_service_spec.py +++ b/kubernetes/test/test_v1_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_service_status.py b/kubernetes/test/test_v1_service_status.py index 923e8138a..95575aabe 100644 --- a/kubernetes/test/test_v1_service_status.py +++ b/kubernetes/test/test_v1_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_session_affinity_config.py b/kubernetes/test/test_v1_session_affinity_config.py index 5e559e1da..3a2fdf6b2 100644 --- a/kubernetes/test/test_v1_session_affinity_config.py +++ b/kubernetes/test/test_v1_session_affinity_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set.py b/kubernetes/test/test_v1_stateful_set.py index f8870637a..c9a2137ab 100644 --- a/kubernetes/test/test_v1_stateful_set.py +++ b/kubernetes/test/test_v1_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set_condition.py b/kubernetes/test/test_v1_stateful_set_condition.py index 64c9872bd..ee2c4c4de 100644 --- a/kubernetes/test/test_v1_stateful_set_condition.py +++ b/kubernetes/test/test_v1_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set_list.py b/kubernetes/test/test_v1_stateful_set_list.py index d3240761b..45da83f02 100644 --- a/kubernetes/test/test_v1_stateful_set_list.py +++ b/kubernetes/test/test_v1_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set_spec.py b/kubernetes/test/test_v1_stateful_set_spec.py index 859e2b7b5..24a0e1461 100644 --- a/kubernetes/test/test_v1_stateful_set_spec.py +++ b/kubernetes/test/test_v1_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set_status.py b/kubernetes/test/test_v1_stateful_set_status.py index 521a55071..8e0373e8e 100644 --- a/kubernetes/test/test_v1_stateful_set_status.py +++ b/kubernetes/test/test_v1_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_stateful_set_update_strategy.py b/kubernetes/test/test_v1_stateful_set_update_strategy.py index 2edeb01d5..78c74b8f4 100644 --- a/kubernetes/test/test_v1_stateful_set_update_strategy.py +++ b/kubernetes/test/test_v1_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_status.py b/kubernetes/test/test_v1_status.py index 45f2d06a7..3f866bc09 100644 --- a/kubernetes/test/test_v1_status.py +++ b/kubernetes/test/test_v1_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_status_cause.py b/kubernetes/test/test_v1_status_cause.py index 53be10194..6aae4fe5a 100644 --- a/kubernetes/test/test_v1_status_cause.py +++ b/kubernetes/test/test_v1_status_cause.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_status_details.py b/kubernetes/test/test_v1_status_details.py index e63fb75c8..c556bbbca 100644 --- a/kubernetes/test/test_v1_status_details.py +++ b/kubernetes/test/test_v1_status_details.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_storage_class.py b/kubernetes/test/test_v1_storage_class.py index f2f7d9a0e..83e321e80 100644 --- a/kubernetes/test/test_v1_storage_class.py +++ b/kubernetes/test/test_v1_storage_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_storage_class_list.py b/kubernetes/test/test_v1_storage_class_list.py index 12d4ce810..be2f39c43 100644 --- a/kubernetes/test/test_v1_storage_class_list.py +++ b/kubernetes/test/test_v1_storage_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_storage_os_persistent_volume_source.py b/kubernetes/test/test_v1_storage_os_persistent_volume_source.py index c78781cd9..e8ac15c80 100644 --- a/kubernetes/test/test_v1_storage_os_persistent_volume_source.py +++ b/kubernetes/test/test_v1_storage_os_persistent_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_storage_os_volume_source.py b/kubernetes/test/test_v1_storage_os_volume_source.py index 92d499723..a4505cb4a 100644 --- a/kubernetes/test/test_v1_storage_os_volume_source.py +++ b/kubernetes/test/test_v1_storage_os_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_subject.py b/kubernetes/test/test_v1_subject.py index 7db97d3bc..b2140b860 100644 --- a/kubernetes/test/test_v1_subject.py +++ b/kubernetes/test/test_v1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_subject_access_review.py b/kubernetes/test/test_v1_subject_access_review.py index c230c18c0..2af588b26 100644 --- a/kubernetes/test/test_v1_subject_access_review.py +++ b/kubernetes/test/test_v1_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_subject_access_review_spec.py b/kubernetes/test/test_v1_subject_access_review_spec.py index 3cb75766f..54b85fcbc 100644 --- a/kubernetes/test/test_v1_subject_access_review_spec.py +++ b/kubernetes/test/test_v1_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_subject_access_review_status.py b/kubernetes/test/test_v1_subject_access_review_status.py index 0867b9103..6b5b18325 100644 --- a/kubernetes/test/test_v1_subject_access_review_status.py +++ b/kubernetes/test/test_v1_subject_access_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_subject_rules_review_status.py b/kubernetes/test/test_v1_subject_rules_review_status.py index 48c65446c..6e03e5b2a 100644 --- a/kubernetes/test/test_v1_subject_rules_review_status.py +++ b/kubernetes/test/test_v1_subject_rules_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_sysctl.py b/kubernetes/test/test_v1_sysctl.py deleted file mode 100644 index 7f24f3134..000000000 --- a/kubernetes/test/test_v1_sysctl.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_sysctl import V1Sysctl - - -class TestV1Sysctl(unittest.TestCase): - """ V1Sysctl unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Sysctl(self): - """ - Test V1Sysctl - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_sysctl.V1Sysctl() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_taint.py b/kubernetes/test/test_v1_taint.py index ba677c831..e385bef56 100644 --- a/kubernetes/test/test_v1_taint.py +++ b/kubernetes/test/test_v1_taint.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_tcp_socket_action.py b/kubernetes/test/test_v1_tcp_socket_action.py index bf07382f0..71a78193a 100644 --- a/kubernetes/test/test_v1_tcp_socket_action.py +++ b/kubernetes/test/test_v1_tcp_socket_action.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_token_review.py b/kubernetes/test/test_v1_token_review.py index f63e8e760..8c9795e71 100644 --- a/kubernetes/test/test_v1_token_review.py +++ b/kubernetes/test/test_v1_token_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_token_review_spec.py b/kubernetes/test/test_v1_token_review_spec.py index 0dd20b3af..fd2e7abc2 100644 --- a/kubernetes/test/test_v1_token_review_spec.py +++ b/kubernetes/test/test_v1_token_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_token_review_status.py b/kubernetes/test/test_v1_token_review_status.py index 7785c144c..49382f585 100644 --- a/kubernetes/test/test_v1_token_review_status.py +++ b/kubernetes/test/test_v1_token_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_toleration.py b/kubernetes/test/test_v1_toleration.py index 714977394..fd8614e66 100644 --- a/kubernetes/test/test_v1_toleration.py +++ b/kubernetes/test/test_v1_toleration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_topology_selector_label_requirement.py b/kubernetes/test/test_v1_topology_selector_label_requirement.py deleted file mode 100644 index 09fc6fb5a..000000000 --- a/kubernetes/test/test_v1_topology_selector_label_requirement.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_topology_selector_label_requirement import V1TopologySelectorLabelRequirement - - -class TestV1TopologySelectorLabelRequirement(unittest.TestCase): - """ V1TopologySelectorLabelRequirement unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1TopologySelectorLabelRequirement(self): - """ - Test V1TopologySelectorLabelRequirement - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_topology_selector_label_requirement.V1TopologySelectorLabelRequirement() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_topology_selector_term.py b/kubernetes/test/test_v1_topology_selector_term.py deleted file mode 100644 index 2934770b9..000000000 --- a/kubernetes/test/test_v1_topology_selector_term.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1_topology_selector_term import V1TopologySelectorTerm - - -class TestV1TopologySelectorTerm(unittest.TestCase): - """ V1TopologySelectorTerm unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1TopologySelectorTerm(self): - """ - Test V1TopologySelectorTerm - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1_topology_selector_term.V1TopologySelectorTerm() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1_user_info.py b/kubernetes/test/test_v1_user_info.py index 60bf9d4b4..fafca1d96 100644 --- a/kubernetes/test/test_v1_user_info.py +++ b/kubernetes/test/test_v1_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_volume.py b/kubernetes/test/test_v1_volume.py index 509d7fba1..0bc9bdcb4 100644 --- a/kubernetes/test/test_v1_volume.py +++ b/kubernetes/test/test_v1_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_volume_device.py b/kubernetes/test/test_v1_volume_device.py index 2042989e0..983f065a5 100644 --- a/kubernetes/test/test_v1_volume_device.py +++ b/kubernetes/test/test_v1_volume_device.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_volume_mount.py b/kubernetes/test/test_v1_volume_mount.py index ab12154cb..8d3cd085f 100644 --- a/kubernetes/test/test_v1_volume_mount.py +++ b/kubernetes/test/test_v1_volume_mount.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_volume_node_affinity.py b/kubernetes/test/test_v1_volume_node_affinity.py index aaa669d69..494dcb9b3 100644 --- a/kubernetes/test/test_v1_volume_node_affinity.py +++ b/kubernetes/test/test_v1_volume_node_affinity.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_volume_projection.py b/kubernetes/test/test_v1_volume_projection.py index fcee56b4d..386d716e6 100644 --- a/kubernetes/test/test_v1_volume_projection.py +++ b/kubernetes/test/test_v1_volume_projection.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_vsphere_virtual_disk_volume_source.py b/kubernetes/test/test_v1_vsphere_virtual_disk_volume_source.py index 8671e2bdc..dd4cf99b0 100644 --- a/kubernetes/test/test_v1_vsphere_virtual_disk_volume_source.py +++ b/kubernetes/test/test_v1_vsphere_virtual_disk_volume_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_watch_event.py b/kubernetes/test/test_v1_watch_event.py index a649910e8..d030adf8e 100644 --- a/kubernetes/test/test_v1_watch_event.py +++ b/kubernetes/test/test_v1_watch_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1_weighted_pod_affinity_term.py b/kubernetes/test/test_v1_weighted_pod_affinity_term.py index c8171911d..4a00e158d 100644 --- a/kubernetes/test/test_v1_weighted_pod_affinity_term.py +++ b/kubernetes/test/test_v1_weighted_pod_affinity_term.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_aggregation_rule.py b/kubernetes/test/test_v1alpha1_aggregation_rule.py index 066e469db..e5e1f6d10 100644 --- a/kubernetes/test/test_v1alpha1_aggregation_rule.py +++ b/kubernetes/test/test_v1alpha1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_cluster_role.py b/kubernetes/test/test_v1alpha1_cluster_role.py index b878cd139..0459f1fae 100644 --- a/kubernetes/test/test_v1alpha1_cluster_role.py +++ b/kubernetes/test/test_v1alpha1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_cluster_role_binding.py b/kubernetes/test/test_v1alpha1_cluster_role_binding.py index 26b425628..d413744ed 100644 --- a/kubernetes/test/test_v1alpha1_cluster_role_binding.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py b/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py index 79745defa..de45a059e 100644 --- a/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_cluster_role_list.py b/kubernetes/test/test_v1alpha1_cluster_role_list.py index 56dd45913..d9176d194 100644 --- a/kubernetes/test/test_v1alpha1_cluster_role_list.py +++ b/kubernetes/test/test_v1alpha1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_initializer.py b/kubernetes/test/test_v1alpha1_initializer.py index 0149e5512..c2949e277 100644 --- a/kubernetes/test/test_v1alpha1_initializer.py +++ b/kubernetes/test/test_v1alpha1_initializer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_initializer_configuration.py b/kubernetes/test/test_v1alpha1_initializer_configuration.py index 9719551ee..6ac836c92 100644 --- a/kubernetes/test/test_v1alpha1_initializer_configuration.py +++ b/kubernetes/test/test_v1alpha1_initializer_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_initializer_configuration_list.py b/kubernetes/test/test_v1alpha1_initializer_configuration_list.py index cd28c675f..3d9cba3bd 100644 --- a/kubernetes/test/test_v1alpha1_initializer_configuration_list.py +++ b/kubernetes/test/test_v1alpha1_initializer_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_pod_preset.py b/kubernetes/test/test_v1alpha1_pod_preset.py index 57a861fc0..35611e7e5 100644 --- a/kubernetes/test/test_v1alpha1_pod_preset.py +++ b/kubernetes/test/test_v1alpha1_pod_preset.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_pod_preset_list.py b/kubernetes/test/test_v1alpha1_pod_preset_list.py index a57d6b23e..7fd95de62 100644 --- a/kubernetes/test/test_v1alpha1_pod_preset_list.py +++ b/kubernetes/test/test_v1alpha1_pod_preset_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_pod_preset_spec.py b/kubernetes/test/test_v1alpha1_pod_preset_spec.py index 0ff29ba9e..e773ca381 100644 --- a/kubernetes/test/test_v1alpha1_pod_preset_spec.py +++ b/kubernetes/test/test_v1alpha1_pod_preset_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_policy_rule.py b/kubernetes/test/test_v1alpha1_policy_rule.py index 7bcb56295..379ae6b6b 100644 --- a/kubernetes/test/test_v1alpha1_policy_rule.py +++ b/kubernetes/test/test_v1alpha1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_priority_class.py b/kubernetes/test/test_v1alpha1_priority_class.py index 93bca1486..029f27fb2 100644 --- a/kubernetes/test/test_v1alpha1_priority_class.py +++ b/kubernetes/test/test_v1alpha1_priority_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_priority_class_list.py b/kubernetes/test/test_v1alpha1_priority_class_list.py index ba0c5f0fa..797d5f7f3 100644 --- a/kubernetes/test/test_v1alpha1_priority_class_list.py +++ b/kubernetes/test/test_v1alpha1_priority_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_role.py b/kubernetes/test/test_v1alpha1_role.py index 42e5bcb24..b4b6fd3f7 100644 --- a/kubernetes/test/test_v1alpha1_role.py +++ b/kubernetes/test/test_v1alpha1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_role_binding.py b/kubernetes/test/test_v1alpha1_role_binding.py index 658ba82eb..a2dc3e4f3 100644 --- a/kubernetes/test/test_v1alpha1_role_binding.py +++ b/kubernetes/test/test_v1alpha1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_role_binding_list.py b/kubernetes/test/test_v1alpha1_role_binding_list.py index f9aa49278..fb101ea5c 100644 --- a/kubernetes/test/test_v1alpha1_role_binding_list.py +++ b/kubernetes/test/test_v1alpha1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_role_list.py b/kubernetes/test/test_v1alpha1_role_list.py index 4f9953817..639bdd9f5 100644 --- a/kubernetes/test/test_v1alpha1_role_list.py +++ b/kubernetes/test/test_v1alpha1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_role_ref.py b/kubernetes/test/test_v1alpha1_role_ref.py index 2f5b42741..5fbb2a13d 100644 --- a/kubernetes/test/test_v1alpha1_role_ref.py +++ b/kubernetes/test/test_v1alpha1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_rule.py b/kubernetes/test/test_v1alpha1_rule.py index a0ab4eafd..70a6a6943 100644 --- a/kubernetes/test/test_v1alpha1_rule.py +++ b/kubernetes/test/test_v1alpha1_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_subject.py b/kubernetes/test/test_v1alpha1_subject.py index af36a8d28..4a76ae08f 100644 --- a/kubernetes/test/test_v1alpha1_subject.py +++ b/kubernetes/test/test_v1alpha1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_attachment.py b/kubernetes/test/test_v1alpha1_volume_attachment.py index 992d41617..7aae81829 100644 --- a/kubernetes/test/test_v1alpha1_volume_attachment.py +++ b/kubernetes/test/test_v1alpha1_volume_attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_attachment_list.py b/kubernetes/test/test_v1alpha1_volume_attachment_list.py index ebef29215..864d88b2a 100644 --- a/kubernetes/test/test_v1alpha1_volume_attachment_list.py +++ b/kubernetes/test/test_v1alpha1_volume_attachment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_attachment_source.py b/kubernetes/test/test_v1alpha1_volume_attachment_source.py index c7224e267..b48766613 100644 --- a/kubernetes/test/test_v1alpha1_volume_attachment_source.py +++ b/kubernetes/test/test_v1alpha1_volume_attachment_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_attachment_spec.py b/kubernetes/test/test_v1alpha1_volume_attachment_spec.py index a73c262dc..fb6b94678 100644 --- a/kubernetes/test/test_v1alpha1_volume_attachment_spec.py +++ b/kubernetes/test/test_v1alpha1_volume_attachment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_attachment_status.py b/kubernetes/test/test_v1alpha1_volume_attachment_status.py index b8ff5574b..e63b646da 100644 --- a/kubernetes/test/test_v1alpha1_volume_attachment_status.py +++ b/kubernetes/test/test_v1alpha1_volume_attachment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1alpha1_volume_error.py b/kubernetes/test/test_v1alpha1_volume_error.py index a4bfaf315..bd11a9aea 100644 --- a/kubernetes/test/test_v1alpha1_volume_error.py +++ b/kubernetes/test/test_v1alpha1_volume_error.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_aggregation_rule.py b/kubernetes/test/test_v1beta1_aggregation_rule.py index ebf210f48..a22c7feca 100644 --- a/kubernetes/test/test_v1beta1_aggregation_rule.py +++ b/kubernetes/test/test_v1beta1_aggregation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_api_service.py b/kubernetes/test/test_v1beta1_api_service.py index 9eab9ef27..53ba55eff 100644 --- a/kubernetes/test/test_v1beta1_api_service.py +++ b/kubernetes/test/test_v1beta1_api_service.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_api_service_condition.py b/kubernetes/test/test_v1beta1_api_service_condition.py index 9d7cbe206..2c4ca2a92 100644 --- a/kubernetes/test/test_v1beta1_api_service_condition.py +++ b/kubernetes/test/test_v1beta1_api_service_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_api_service_list.py b/kubernetes/test/test_v1beta1_api_service_list.py index 52573439e..50b1f65f7 100644 --- a/kubernetes/test/test_v1beta1_api_service_list.py +++ b/kubernetes/test/test_v1beta1_api_service_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_api_service_spec.py b/kubernetes/test/test_v1beta1_api_service_spec.py index 99bcba00b..b25c895a9 100644 --- a/kubernetes/test/test_v1beta1_api_service_spec.py +++ b/kubernetes/test/test_v1beta1_api_service_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_api_service_status.py b/kubernetes/test/test_v1beta1_api_service_status.py index b476ae07f..b9ac92c9c 100644 --- a/kubernetes/test/test_v1beta1_api_service_status.py +++ b/kubernetes/test/test_v1beta1_api_service_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_certificate_signing_request.py b/kubernetes/test/test_v1beta1_certificate_signing_request.py index 9d32dd7ad..86e303445 100644 --- a/kubernetes/test/test_v1beta1_certificate_signing_request.py +++ b/kubernetes/test/test_v1beta1_certificate_signing_request.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_certificate_signing_request_condition.py b/kubernetes/test/test_v1beta1_certificate_signing_request_condition.py index b5dad7aff..3904ddbc3 100644 --- a/kubernetes/test/test_v1beta1_certificate_signing_request_condition.py +++ b/kubernetes/test/test_v1beta1_certificate_signing_request_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_certificate_signing_request_list.py b/kubernetes/test/test_v1beta1_certificate_signing_request_list.py index 3343fa7d6..df93196da 100644 --- a/kubernetes/test/test_v1beta1_certificate_signing_request_list.py +++ b/kubernetes/test/test_v1beta1_certificate_signing_request_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_certificate_signing_request_spec.py b/kubernetes/test/test_v1beta1_certificate_signing_request_spec.py index 4967adb82..19b08d7dd 100644 --- a/kubernetes/test/test_v1beta1_certificate_signing_request_spec.py +++ b/kubernetes/test/test_v1beta1_certificate_signing_request_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_certificate_signing_request_status.py b/kubernetes/test/test_v1beta1_certificate_signing_request_status.py index 65f0a91af..b772fb66c 100644 --- a/kubernetes/test/test_v1beta1_certificate_signing_request_status.py +++ b/kubernetes/test/test_v1beta1_certificate_signing_request_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cluster_role.py b/kubernetes/test/test_v1beta1_cluster_role.py index 2f79bc53e..b2dadbeae 100644 --- a/kubernetes/test/test_v1beta1_cluster_role.py +++ b/kubernetes/test/test_v1beta1_cluster_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cluster_role_binding.py b/kubernetes/test/test_v1beta1_cluster_role_binding.py index b79b70893..a8e9572a4 100644 --- a/kubernetes/test/test_v1beta1_cluster_role_binding.py +++ b/kubernetes/test/test_v1beta1_cluster_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cluster_role_binding_list.py b/kubernetes/test/test_v1beta1_cluster_role_binding_list.py index 4f72f2c35..3019e9b29 100644 --- a/kubernetes/test/test_v1beta1_cluster_role_binding_list.py +++ b/kubernetes/test/test_v1beta1_cluster_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cluster_role_list.py b/kubernetes/test/test_v1beta1_cluster_role_list.py index 0f2cd474b..340a82c69 100644 --- a/kubernetes/test/test_v1beta1_cluster_role_list.py +++ b/kubernetes/test/test_v1beta1_cluster_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_controller_revision.py b/kubernetes/test/test_v1beta1_controller_revision.py index 0abf26311..631561c85 100644 --- a/kubernetes/test/test_v1beta1_controller_revision.py +++ b/kubernetes/test/test_v1beta1_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_controller_revision_list.py b/kubernetes/test/test_v1beta1_controller_revision_list.py index a6b260899..a0d4cedc7 100644 --- a/kubernetes/test/test_v1beta1_controller_revision_list.py +++ b/kubernetes/test/test_v1beta1_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cron_job.py b/kubernetes/test/test_v1beta1_cron_job.py index ce8a36fca..b88589a86 100644 --- a/kubernetes/test/test_v1beta1_cron_job.py +++ b/kubernetes/test/test_v1beta1_cron_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cron_job_list.py b/kubernetes/test/test_v1beta1_cron_job_list.py index e5fa7c8f7..49472477c 100644 --- a/kubernetes/test/test_v1beta1_cron_job_list.py +++ b/kubernetes/test/test_v1beta1_cron_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cron_job_spec.py b/kubernetes/test/test_v1beta1_cron_job_spec.py index 321371278..7d3ce4a59 100644 --- a/kubernetes/test/test_v1beta1_cron_job_spec.py +++ b/kubernetes/test/test_v1beta1_cron_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_cron_job_status.py b/kubernetes/test/test_v1beta1_cron_job_status.py index 0834ae1cb..67378877c 100644 --- a/kubernetes/test/test_v1beta1_cron_job_status.py +++ b/kubernetes/test/test_v1beta1_cron_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_column_definition.py b/kubernetes/test/test_v1beta1_custom_resource_column_definition.py deleted file mode 100644 index bcd0e96a5..000000000 --- a/kubernetes/test/test_v1beta1_custom_resource_column_definition.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1beta1_custom_resource_column_definition import V1beta1CustomResourceColumnDefinition - - -class TestV1beta1CustomResourceColumnDefinition(unittest.TestCase): - """ V1beta1CustomResourceColumnDefinition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1CustomResourceColumnDefinition(self): - """ - Test V1beta1CustomResourceColumnDefinition - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1beta1_custom_resource_column_definition.V1beta1CustomResourceColumnDefinition() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition.py b/kubernetes/test/test_v1beta1_custom_resource_definition.py index 4a27ecbc4..e4d2c938c 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_condition.py b/kubernetes/test/test_v1beta1_custom_resource_definition_condition.py index ca93d36cd..4b9054410 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_condition.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_list.py b/kubernetes/test/test_v1beta1_custom_resource_definition_list.py index 5aeec7817..25f5794a5 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_list.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_names.py b/kubernetes/test/test_v1beta1_custom_resource_definition_names.py index b99e32c9c..432c8a0f9 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_names.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition_names.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_spec.py b/kubernetes/test/test_v1beta1_custom_resource_definition_spec.py index 030197905..7b60d30ae 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_spec.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_status.py b/kubernetes/test/test_v1beta1_custom_resource_definition_status.py index 71d0fd6a3..16b7c11a7 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_status.py +++ b/kubernetes/test/test_v1beta1_custom_resource_definition_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_definition_version.py b/kubernetes/test/test_v1beta1_custom_resource_definition_version.py deleted file mode 100644 index d786f2e40..000000000 --- a/kubernetes/test/test_v1beta1_custom_resource_definition_version.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1beta1_custom_resource_definition_version import V1beta1CustomResourceDefinitionVersion - - -class TestV1beta1CustomResourceDefinitionVersion(unittest.TestCase): - """ V1beta1CustomResourceDefinitionVersion unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1CustomResourceDefinitionVersion(self): - """ - Test V1beta1CustomResourceDefinitionVersion - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1beta1_custom_resource_definition_version.V1beta1CustomResourceDefinitionVersion() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1beta1_custom_resource_subresource_scale.py b/kubernetes/test/test_v1beta1_custom_resource_subresource_scale.py index f552270ae..1448d5763 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_subresource_scale.py +++ b/kubernetes/test/test_v1beta1_custom_resource_subresource_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_subresources.py b/kubernetes/test/test_v1beta1_custom_resource_subresources.py index a4753a8e3..70deb0eeb 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_subresources.py +++ b/kubernetes/test/test_v1beta1_custom_resource_subresources.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_custom_resource_validation.py b/kubernetes/test/test_v1beta1_custom_resource_validation.py index 4dbd35bf5..8b2bce3bf 100644 --- a/kubernetes/test/test_v1beta1_custom_resource_validation.py +++ b/kubernetes/test/test_v1beta1_custom_resource_validation.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set.py b/kubernetes/test/test_v1beta1_daemon_set.py index da209d27c..0cc0b409d 100644 --- a/kubernetes/test/test_v1beta1_daemon_set.py +++ b/kubernetes/test/test_v1beta1_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set_condition.py b/kubernetes/test/test_v1beta1_daemon_set_condition.py index b97ab1b29..01a22cbca 100644 --- a/kubernetes/test/test_v1beta1_daemon_set_condition.py +++ b/kubernetes/test/test_v1beta1_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set_list.py b/kubernetes/test/test_v1beta1_daemon_set_list.py index 3f12d6ed2..28c80ceff 100644 --- a/kubernetes/test/test_v1beta1_daemon_set_list.py +++ b/kubernetes/test/test_v1beta1_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set_spec.py b/kubernetes/test/test_v1beta1_daemon_set_spec.py index 20faaf6c7..d0b14f98b 100644 --- a/kubernetes/test/test_v1beta1_daemon_set_spec.py +++ b/kubernetes/test/test_v1beta1_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set_status.py b/kubernetes/test/test_v1beta1_daemon_set_status.py index 954c11892..96f50a896 100644 --- a/kubernetes/test/test_v1beta1_daemon_set_status.py +++ b/kubernetes/test/test_v1beta1_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_daemon_set_update_strategy.py b/kubernetes/test/test_v1beta1_daemon_set_update_strategy.py index 6bbb1e0a7..13c64a882 100644 --- a/kubernetes/test/test_v1beta1_daemon_set_update_strategy.py +++ b/kubernetes/test/test_v1beta1_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_event.py b/kubernetes/test/test_v1beta1_event.py index 12d5eb580..48aea0f6c 100644 --- a/kubernetes/test/test_v1beta1_event.py +++ b/kubernetes/test/test_v1beta1_event.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_event_list.py b/kubernetes/test/test_v1beta1_event_list.py index 1fed53236..3295385cc 100644 --- a/kubernetes/test/test_v1beta1_event_list.py +++ b/kubernetes/test/test_v1beta1_event_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_event_series.py b/kubernetes/test/test_v1beta1_event_series.py index 864ab3090..9c79f1d5f 100644 --- a/kubernetes/test/test_v1beta1_event_series.py +++ b/kubernetes/test/test_v1beta1_event_series.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_eviction.py b/kubernetes/test/test_v1beta1_eviction.py index 8db1c3870..5cf2ad7e4 100644 --- a/kubernetes/test/test_v1beta1_eviction.py +++ b/kubernetes/test/test_v1beta1_eviction.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_external_documentation.py b/kubernetes/test/test_v1beta1_external_documentation.py index f783e8038..72badac86 100644 --- a/kubernetes/test/test_v1beta1_external_documentation.py +++ b/kubernetes/test/test_v1beta1_external_documentation.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_http_ingress_path.py b/kubernetes/test/test_v1beta1_http_ingress_path.py index 7ba107bf6..9259f1bed 100644 --- a/kubernetes/test/test_v1beta1_http_ingress_path.py +++ b/kubernetes/test/test_v1beta1_http_ingress_path.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_http_ingress_rule_value.py b/kubernetes/test/test_v1beta1_http_ingress_rule_value.py index 4cdf95d0b..6784272b3 100644 --- a/kubernetes/test/test_v1beta1_http_ingress_rule_value.py +++ b/kubernetes/test/test_v1beta1_http_ingress_rule_value.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress.py b/kubernetes/test/test_v1beta1_ingress.py index 1d42d0a9e..90b645ebc 100644 --- a/kubernetes/test/test_v1beta1_ingress.py +++ b/kubernetes/test/test_v1beta1_ingress.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_backend.py b/kubernetes/test/test_v1beta1_ingress_backend.py index 215bc3424..2fc875d2e 100644 --- a/kubernetes/test/test_v1beta1_ingress_backend.py +++ b/kubernetes/test/test_v1beta1_ingress_backend.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_list.py b/kubernetes/test/test_v1beta1_ingress_list.py index e94a43e2e..819d91190 100644 --- a/kubernetes/test/test_v1beta1_ingress_list.py +++ b/kubernetes/test/test_v1beta1_ingress_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_rule.py b/kubernetes/test/test_v1beta1_ingress_rule.py index c976b5808..f69bb48f3 100644 --- a/kubernetes/test/test_v1beta1_ingress_rule.py +++ b/kubernetes/test/test_v1beta1_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_spec.py b/kubernetes/test/test_v1beta1_ingress_spec.py index 9d895d520..f409d871c 100644 --- a/kubernetes/test/test_v1beta1_ingress_spec.py +++ b/kubernetes/test/test_v1beta1_ingress_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_status.py b/kubernetes/test/test_v1beta1_ingress_status.py index 307294573..0c9d38a57 100644 --- a/kubernetes/test/test_v1beta1_ingress_status.py +++ b/kubernetes/test/test_v1beta1_ingress_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ingress_tls.py b/kubernetes/test/test_v1beta1_ingress_tls.py index 232eb7fe8..daf7236ce 100644 --- a/kubernetes/test/test_v1beta1_ingress_tls.py +++ b/kubernetes/test/test_v1beta1_ingress_tls.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_ip_block.py b/kubernetes/test/test_v1beta1_ip_block.py index 4377b9b80..c066fa4d8 100644 --- a/kubernetes/test/test_v1beta1_ip_block.py +++ b/kubernetes/test/test_v1beta1_ip_block.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_job_template_spec.py b/kubernetes/test/test_v1beta1_job_template_spec.py index 079cf0f78..679ae9cca 100644 --- a/kubernetes/test/test_v1beta1_job_template_spec.py +++ b/kubernetes/test/test_v1beta1_job_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_json_schema_props.py b/kubernetes/test/test_v1beta1_json_schema_props.py index b062955f7..3cdf0f799 100644 --- a/kubernetes/test/test_v1beta1_json_schema_props.py +++ b/kubernetes/test/test_v1beta1_json_schema_props.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_local_subject_access_review.py b/kubernetes/test/test_v1beta1_local_subject_access_review.py index 3848a220d..fe931d18c 100644 --- a/kubernetes/test/test_v1beta1_local_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_local_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_mutating_webhook_configuration.py b/kubernetes/test/test_v1beta1_mutating_webhook_configuration.py index a1fe30883..752ed7486 100644 --- a/kubernetes/test/test_v1beta1_mutating_webhook_configuration.py +++ b/kubernetes/test/test_v1beta1_mutating_webhook_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_mutating_webhook_configuration_list.py b/kubernetes/test/test_v1beta1_mutating_webhook_configuration_list.py index 0311c71bc..0e0c2af30 100644 --- a/kubernetes/test/test_v1beta1_mutating_webhook_configuration_list.py +++ b/kubernetes/test/test_v1beta1_mutating_webhook_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy.py b/kubernetes/test/test_v1beta1_network_policy.py index 6739fc254..77a549de5 100644 --- a/kubernetes/test/test_v1beta1_network_policy.py +++ b/kubernetes/test/test_v1beta1_network_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_egress_rule.py b/kubernetes/test/test_v1beta1_network_policy_egress_rule.py index c41f45c20..351b114ad 100644 --- a/kubernetes/test/test_v1beta1_network_policy_egress_rule.py +++ b/kubernetes/test/test_v1beta1_network_policy_egress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py b/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py index 4c12c7148..0a4fb0fdd 100644 --- a/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py +++ b/kubernetes/test/test_v1beta1_network_policy_ingress_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_list.py b/kubernetes/test/test_v1beta1_network_policy_list.py index f7b0f8d3f..eaee53422 100644 --- a/kubernetes/test/test_v1beta1_network_policy_list.py +++ b/kubernetes/test/test_v1beta1_network_policy_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_peer.py b/kubernetes/test/test_v1beta1_network_policy_peer.py index 5f081792b..cbb842ae8 100644 --- a/kubernetes/test/test_v1beta1_network_policy_peer.py +++ b/kubernetes/test/test_v1beta1_network_policy_peer.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_port.py b/kubernetes/test/test_v1beta1_network_policy_port.py index 9c89964e3..1e2864395 100644 --- a/kubernetes/test/test_v1beta1_network_policy_port.py +++ b/kubernetes/test/test_v1beta1_network_policy_port.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_network_policy_spec.py b/kubernetes/test/test_v1beta1_network_policy_spec.py index 07a9fa14f..70f796029 100644 --- a/kubernetes/test/test_v1beta1_network_policy_spec.py +++ b/kubernetes/test/test_v1beta1_network_policy_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_non_resource_attributes.py b/kubernetes/test/test_v1beta1_non_resource_attributes.py index 7575bc7ce..bcafc2fd2 100644 --- a/kubernetes/test/test_v1beta1_non_resource_attributes.py +++ b/kubernetes/test/test_v1beta1_non_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_non_resource_rule.py b/kubernetes/test/test_v1beta1_non_resource_rule.py index 2ae59c211..096a054bd 100644 --- a/kubernetes/test/test_v1beta1_non_resource_rule.py +++ b/kubernetes/test/test_v1beta1_non_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_pod_disruption_budget.py b/kubernetes/test/test_v1beta1_pod_disruption_budget.py index 2dfca4068..f8a1e50cb 100644 --- a/kubernetes/test/test_v1beta1_pod_disruption_budget.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py index 48ea635bd..0015d054b 100644 --- a/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py index 7590922ac..1f9a63601 100644 --- a/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py b/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py index 712e3b546..37a02c877 100644 --- a/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py +++ b/kubernetes/test/test_v1beta1_pod_disruption_budget_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_policy_rule.py b/kubernetes/test/test_v1beta1_policy_rule.py index c2d51687c..0516cf36c 100644 --- a/kubernetes/test/test_v1beta1_policy_rule.py +++ b/kubernetes/test/test_v1beta1_policy_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_priority_class.py b/kubernetes/test/test_v1beta1_priority_class.py deleted file mode 100644 index 7d5019621..000000000 --- a/kubernetes/test/test_v1beta1_priority_class.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1beta1_priority_class import V1beta1PriorityClass - - -class TestV1beta1PriorityClass(unittest.TestCase): - """ V1beta1PriorityClass unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1PriorityClass(self): - """ - Test V1beta1PriorityClass - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1beta1_priority_class.V1beta1PriorityClass() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1beta1_priority_class_list.py b/kubernetes/test/test_v1beta1_priority_class_list.py deleted file mode 100644 index e06530551..000000000 --- a/kubernetes/test/test_v1beta1_priority_class_list.py +++ /dev/null @@ -1,44 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: v1.11.1 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import os -import sys -import unittest - -import kubernetes.client -from kubernetes.client.rest import ApiException -from kubernetes.client.models.v1beta1_priority_class_list import V1beta1PriorityClassList - - -class TestV1beta1PriorityClassList(unittest.TestCase): - """ V1beta1PriorityClassList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1PriorityClassList(self): - """ - Test V1beta1PriorityClassList - """ - # FIXME: construct object with mandatory attributes with example values - #model = kubernetes.client.models.v1beta1_priority_class_list.V1beta1PriorityClassList() - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/kubernetes/test/test_v1beta1_replica_set.py b/kubernetes/test/test_v1beta1_replica_set.py index 58aa488ab..f07fee37e 100644 --- a/kubernetes/test/test_v1beta1_replica_set.py +++ b/kubernetes/test/test_v1beta1_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_replica_set_condition.py b/kubernetes/test/test_v1beta1_replica_set_condition.py index bebb0d369..7cd644284 100644 --- a/kubernetes/test/test_v1beta1_replica_set_condition.py +++ b/kubernetes/test/test_v1beta1_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_replica_set_list.py b/kubernetes/test/test_v1beta1_replica_set_list.py index 637812d2e..8cddc7b3f 100644 --- a/kubernetes/test/test_v1beta1_replica_set_list.py +++ b/kubernetes/test/test_v1beta1_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_replica_set_spec.py b/kubernetes/test/test_v1beta1_replica_set_spec.py index 4e9577218..fb39371e7 100644 --- a/kubernetes/test/test_v1beta1_replica_set_spec.py +++ b/kubernetes/test/test_v1beta1_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_replica_set_status.py b/kubernetes/test/test_v1beta1_replica_set_status.py index 1600c36d0..fb4802344 100644 --- a/kubernetes/test/test_v1beta1_replica_set_status.py +++ b/kubernetes/test/test_v1beta1_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_resource_attributes.py b/kubernetes/test/test_v1beta1_resource_attributes.py index c3cd68567..011609120 100644 --- a/kubernetes/test/test_v1beta1_resource_attributes.py +++ b/kubernetes/test/test_v1beta1_resource_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_resource_rule.py b/kubernetes/test/test_v1beta1_resource_rule.py index e9584a14b..4d439b39b 100644 --- a/kubernetes/test/test_v1beta1_resource_rule.py +++ b/kubernetes/test/test_v1beta1_resource_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_role.py b/kubernetes/test/test_v1beta1_role.py index 983f2de11..31180e60b 100644 --- a/kubernetes/test/test_v1beta1_role.py +++ b/kubernetes/test/test_v1beta1_role.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_role_binding.py b/kubernetes/test/test_v1beta1_role_binding.py index 9f84e20f2..7d69ae39d 100644 --- a/kubernetes/test/test_v1beta1_role_binding.py +++ b/kubernetes/test/test_v1beta1_role_binding.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_role_binding_list.py b/kubernetes/test/test_v1beta1_role_binding_list.py index d0e3cc6af..5ae57793c 100644 --- a/kubernetes/test/test_v1beta1_role_binding_list.py +++ b/kubernetes/test/test_v1beta1_role_binding_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_role_list.py b/kubernetes/test/test_v1beta1_role_list.py index 1be2ef878..7adab7d5c 100644 --- a/kubernetes/test/test_v1beta1_role_list.py +++ b/kubernetes/test/test_v1beta1_role_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_role_ref.py b/kubernetes/test/test_v1beta1_role_ref.py index f012fa8a5..60845f82f 100644 --- a/kubernetes/test/test_v1beta1_role_ref.py +++ b/kubernetes/test/test_v1beta1_role_ref.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_rolling_update_daemon_set.py b/kubernetes/test/test_v1beta1_rolling_update_daemon_set.py index 489e077e2..e9e3edd3a 100644 --- a/kubernetes/test/test_v1beta1_rolling_update_daemon_set.py +++ b/kubernetes/test/test_v1beta1_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_rolling_update_stateful_set_strategy.py b/kubernetes/test/test_v1beta1_rolling_update_stateful_set_strategy.py index 1e1a69cd3..a5737182f 100644 --- a/kubernetes/test/test_v1beta1_rolling_update_stateful_set_strategy.py +++ b/kubernetes/test/test_v1beta1_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_rule_with_operations.py b/kubernetes/test/test_v1beta1_rule_with_operations.py index 55843f93d..958879b9d 100644 --- a/kubernetes/test/test_v1beta1_rule_with_operations.py +++ b/kubernetes/test/test_v1beta1_rule_with_operations.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_self_subject_access_review.py b/kubernetes/test/test_v1beta1_self_subject_access_review.py index c9e197f18..f3764e61c 100644 --- a/kubernetes/test/test_v1beta1_self_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_self_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py b/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py index 3dfc47cee..0f43b4559 100644 --- a/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py +++ b/kubernetes/test/test_v1beta1_self_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_self_subject_rules_review.py b/kubernetes/test/test_v1beta1_self_subject_rules_review.py index 45fea47c8..3a0351a44 100644 --- a/kubernetes/test/test_v1beta1_self_subject_rules_review.py +++ b/kubernetes/test/test_v1beta1_self_subject_rules_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_self_subject_rules_review_spec.py b/kubernetes/test/test_v1beta1_self_subject_rules_review_spec.py index e4984c8db..7f4c3a34c 100644 --- a/kubernetes/test/test_v1beta1_self_subject_rules_review_spec.py +++ b/kubernetes/test/test_v1beta1_self_subject_rules_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set.py b/kubernetes/test/test_v1beta1_stateful_set.py index fdd888c6b..1ac2d32a8 100644 --- a/kubernetes/test/test_v1beta1_stateful_set.py +++ b/kubernetes/test/test_v1beta1_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set_condition.py b/kubernetes/test/test_v1beta1_stateful_set_condition.py index a853720d8..11f7b7b53 100644 --- a/kubernetes/test/test_v1beta1_stateful_set_condition.py +++ b/kubernetes/test/test_v1beta1_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set_list.py b/kubernetes/test/test_v1beta1_stateful_set_list.py index ccfa910b6..60c3be14b 100644 --- a/kubernetes/test/test_v1beta1_stateful_set_list.py +++ b/kubernetes/test/test_v1beta1_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set_spec.py b/kubernetes/test/test_v1beta1_stateful_set_spec.py index 50d3861c1..cada2e6f3 100644 --- a/kubernetes/test/test_v1beta1_stateful_set_spec.py +++ b/kubernetes/test/test_v1beta1_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set_status.py b/kubernetes/test/test_v1beta1_stateful_set_status.py index 9ce7ddb5c..c3bb8fd49 100644 --- a/kubernetes/test/test_v1beta1_stateful_set_status.py +++ b/kubernetes/test/test_v1beta1_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_stateful_set_update_strategy.py b/kubernetes/test/test_v1beta1_stateful_set_update_strategy.py index aa2d73bb9..e95f7d961 100644 --- a/kubernetes/test/test_v1beta1_stateful_set_update_strategy.py +++ b/kubernetes/test/test_v1beta1_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_storage_class.py b/kubernetes/test/test_v1beta1_storage_class.py index 7320938b3..c3975ec66 100644 --- a/kubernetes/test/test_v1beta1_storage_class.py +++ b/kubernetes/test/test_v1beta1_storage_class.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_storage_class_list.py b/kubernetes/test/test_v1beta1_storage_class_list.py index 030c0060f..3d0797271 100644 --- a/kubernetes/test/test_v1beta1_storage_class_list.py +++ b/kubernetes/test/test_v1beta1_storage_class_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_subject.py b/kubernetes/test/test_v1beta1_subject.py index a4d4fe556..bc38599b5 100644 --- a/kubernetes/test/test_v1beta1_subject.py +++ b/kubernetes/test/test_v1beta1_subject.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_subject_access_review.py b/kubernetes/test/test_v1beta1_subject_access_review.py index d49d96280..8a360f3a9 100644 --- a/kubernetes/test/test_v1beta1_subject_access_review.py +++ b/kubernetes/test/test_v1beta1_subject_access_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_subject_access_review_spec.py b/kubernetes/test/test_v1beta1_subject_access_review_spec.py index 25b307c31..df181bf1a 100644 --- a/kubernetes/test/test_v1beta1_subject_access_review_spec.py +++ b/kubernetes/test/test_v1beta1_subject_access_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_subject_access_review_status.py b/kubernetes/test/test_v1beta1_subject_access_review_status.py index 0bfb23cc6..4a8d6dd9d 100644 --- a/kubernetes/test/test_v1beta1_subject_access_review_status.py +++ b/kubernetes/test/test_v1beta1_subject_access_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_subject_rules_review_status.py b/kubernetes/test/test_v1beta1_subject_rules_review_status.py index 59fa229d7..c81e46b60 100644 --- a/kubernetes/test/test_v1beta1_subject_rules_review_status.py +++ b/kubernetes/test/test_v1beta1_subject_rules_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_token_review.py b/kubernetes/test/test_v1beta1_token_review.py index 8c977214f..4d953c3d5 100644 --- a/kubernetes/test/test_v1beta1_token_review.py +++ b/kubernetes/test/test_v1beta1_token_review.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_token_review_spec.py b/kubernetes/test/test_v1beta1_token_review_spec.py index 1cf220ab7..8bcddc02c 100644 --- a/kubernetes/test/test_v1beta1_token_review_spec.py +++ b/kubernetes/test/test_v1beta1_token_review_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_token_review_status.py b/kubernetes/test/test_v1beta1_token_review_status.py index b3c84c398..0bd5c8bb2 100644 --- a/kubernetes/test/test_v1beta1_token_review_status.py +++ b/kubernetes/test/test_v1beta1_token_review_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_user_info.py b/kubernetes/test/test_v1beta1_user_info.py index ac266e1b1..b45493645 100644 --- a/kubernetes/test/test_v1beta1_user_info.py +++ b/kubernetes/test/test_v1beta1_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_validating_webhook_configuration.py b/kubernetes/test/test_v1beta1_validating_webhook_configuration.py index 06c08c34a..8370293c8 100644 --- a/kubernetes/test/test_v1beta1_validating_webhook_configuration.py +++ b/kubernetes/test/test_v1beta1_validating_webhook_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_validating_webhook_configuration_list.py b/kubernetes/test/test_v1beta1_validating_webhook_configuration_list.py index f7bfaa7ef..3aa90590f 100644 --- a/kubernetes/test/test_v1beta1_validating_webhook_configuration_list.py +++ b/kubernetes/test/test_v1beta1_validating_webhook_configuration_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_attachment.py b/kubernetes/test/test_v1beta1_volume_attachment.py index accbd72e2..981c2bc73 100644 --- a/kubernetes/test/test_v1beta1_volume_attachment.py +++ b/kubernetes/test/test_v1beta1_volume_attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_attachment_list.py b/kubernetes/test/test_v1beta1_volume_attachment_list.py index 947fb3fbf..4337f8221 100644 --- a/kubernetes/test/test_v1beta1_volume_attachment_list.py +++ b/kubernetes/test/test_v1beta1_volume_attachment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_attachment_source.py b/kubernetes/test/test_v1beta1_volume_attachment_source.py index 873f367ab..cbf59d90a 100644 --- a/kubernetes/test/test_v1beta1_volume_attachment_source.py +++ b/kubernetes/test/test_v1beta1_volume_attachment_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_attachment_spec.py b/kubernetes/test/test_v1beta1_volume_attachment_spec.py index 4ccb146f1..c9c97c9ae 100644 --- a/kubernetes/test/test_v1beta1_volume_attachment_spec.py +++ b/kubernetes/test/test_v1beta1_volume_attachment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_attachment_status.py b/kubernetes/test/test_v1beta1_volume_attachment_status.py index dbd72bb71..80dfaeead 100644 --- a/kubernetes/test/test_v1beta1_volume_attachment_status.py +++ b/kubernetes/test/test_v1beta1_volume_attachment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_volume_error.py b/kubernetes/test/test_v1beta1_volume_error.py index e7e08299d..7f316c2da 100644 --- a/kubernetes/test/test_v1beta1_volume_error.py +++ b/kubernetes/test/test_v1beta1_volume_error.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_webhook.py b/kubernetes/test/test_v1beta1_webhook.py index d84bd5840..22557b0e5 100644 --- a/kubernetes/test/test_v1beta1_webhook.py +++ b/kubernetes/test/test_v1beta1_webhook.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta1_webhook_client_config.py b/kubernetes/test/test_v1beta1_webhook_client_config.py index f7890913e..c8f949f43 100644 --- a/kubernetes/test/test_v1beta1_webhook_client_config.py +++ b/kubernetes/test/test_v1beta1_webhook_client_config.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_controller_revision.py b/kubernetes/test/test_v1beta2_controller_revision.py index f209a6e08..a97631195 100644 --- a/kubernetes/test/test_v1beta2_controller_revision.py +++ b/kubernetes/test/test_v1beta2_controller_revision.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_controller_revision_list.py b/kubernetes/test/test_v1beta2_controller_revision_list.py index 0995f7129..f94a7e4b6 100644 --- a/kubernetes/test/test_v1beta2_controller_revision_list.py +++ b/kubernetes/test/test_v1beta2_controller_revision_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set.py b/kubernetes/test/test_v1beta2_daemon_set.py index 63ada5fee..eace70840 100644 --- a/kubernetes/test/test_v1beta2_daemon_set.py +++ b/kubernetes/test/test_v1beta2_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set_condition.py b/kubernetes/test/test_v1beta2_daemon_set_condition.py index efbfefa8d..60c222780 100644 --- a/kubernetes/test/test_v1beta2_daemon_set_condition.py +++ b/kubernetes/test/test_v1beta2_daemon_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set_list.py b/kubernetes/test/test_v1beta2_daemon_set_list.py index 415ebbe22..699c75586 100644 --- a/kubernetes/test/test_v1beta2_daemon_set_list.py +++ b/kubernetes/test/test_v1beta2_daemon_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set_spec.py b/kubernetes/test/test_v1beta2_daemon_set_spec.py index ea6814d48..44e9ad0be 100644 --- a/kubernetes/test/test_v1beta2_daemon_set_spec.py +++ b/kubernetes/test/test_v1beta2_daemon_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set_status.py b/kubernetes/test/test_v1beta2_daemon_set_status.py index d97754c23..7e01633eb 100644 --- a/kubernetes/test/test_v1beta2_daemon_set_status.py +++ b/kubernetes/test/test_v1beta2_daemon_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_daemon_set_update_strategy.py b/kubernetes/test/test_v1beta2_daemon_set_update_strategy.py index 4106bc10b..a8209a775 100644 --- a/kubernetes/test/test_v1beta2_daemon_set_update_strategy.py +++ b/kubernetes/test/test_v1beta2_daemon_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment.py b/kubernetes/test/test_v1beta2_deployment.py index 74e40e305..292248c43 100644 --- a/kubernetes/test/test_v1beta2_deployment.py +++ b/kubernetes/test/test_v1beta2_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment_condition.py b/kubernetes/test/test_v1beta2_deployment_condition.py index 4ac3ec8a4..86d972ea1 100644 --- a/kubernetes/test/test_v1beta2_deployment_condition.py +++ b/kubernetes/test/test_v1beta2_deployment_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment_list.py b/kubernetes/test/test_v1beta2_deployment_list.py index a18e96053..a6c8a1542 100644 --- a/kubernetes/test/test_v1beta2_deployment_list.py +++ b/kubernetes/test/test_v1beta2_deployment_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment_spec.py b/kubernetes/test/test_v1beta2_deployment_spec.py index 0179e632b..99cca7edc 100644 --- a/kubernetes/test/test_v1beta2_deployment_spec.py +++ b/kubernetes/test/test_v1beta2_deployment_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment_status.py b/kubernetes/test/test_v1beta2_deployment_status.py index fbc2fda03..2e359eb4b 100644 --- a/kubernetes/test/test_v1beta2_deployment_status.py +++ b/kubernetes/test/test_v1beta2_deployment_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_deployment_strategy.py b/kubernetes/test/test_v1beta2_deployment_strategy.py index 113f3bb1a..4319b9c56 100644 --- a/kubernetes/test/test_v1beta2_deployment_strategy.py +++ b/kubernetes/test/test_v1beta2_deployment_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_replica_set.py b/kubernetes/test/test_v1beta2_replica_set.py index 164f1ec27..449f6e0fd 100644 --- a/kubernetes/test/test_v1beta2_replica_set.py +++ b/kubernetes/test/test_v1beta2_replica_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_replica_set_condition.py b/kubernetes/test/test_v1beta2_replica_set_condition.py index ef17c5f04..042b9d46b 100644 --- a/kubernetes/test/test_v1beta2_replica_set_condition.py +++ b/kubernetes/test/test_v1beta2_replica_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_replica_set_list.py b/kubernetes/test/test_v1beta2_replica_set_list.py index 5ef4d31e9..d84d0bfc6 100644 --- a/kubernetes/test/test_v1beta2_replica_set_list.py +++ b/kubernetes/test/test_v1beta2_replica_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_replica_set_spec.py b/kubernetes/test/test_v1beta2_replica_set_spec.py index 94ffb1d2a..9c46c7eef 100644 --- a/kubernetes/test/test_v1beta2_replica_set_spec.py +++ b/kubernetes/test/test_v1beta2_replica_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_replica_set_status.py b/kubernetes/test/test_v1beta2_replica_set_status.py index 4887778be..f6e459af2 100644 --- a/kubernetes/test/test_v1beta2_replica_set_status.py +++ b/kubernetes/test/test_v1beta2_replica_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_rolling_update_daemon_set.py b/kubernetes/test/test_v1beta2_rolling_update_daemon_set.py index ec5687110..b1dba29dd 100644 --- a/kubernetes/test/test_v1beta2_rolling_update_daemon_set.py +++ b/kubernetes/test/test_v1beta2_rolling_update_daemon_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_rolling_update_deployment.py b/kubernetes/test/test_v1beta2_rolling_update_deployment.py index e3ddf1d3f..3dc0e51f6 100644 --- a/kubernetes/test/test_v1beta2_rolling_update_deployment.py +++ b/kubernetes/test/test_v1beta2_rolling_update_deployment.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_rolling_update_stateful_set_strategy.py b/kubernetes/test/test_v1beta2_rolling_update_stateful_set_strategy.py index 2317203a7..3ed3a91cf 100644 --- a/kubernetes/test/test_v1beta2_rolling_update_stateful_set_strategy.py +++ b/kubernetes/test/test_v1beta2_rolling_update_stateful_set_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_scale.py b/kubernetes/test/test_v1beta2_scale.py index a003c1c05..90a9b690b 100644 --- a/kubernetes/test/test_v1beta2_scale.py +++ b/kubernetes/test/test_v1beta2_scale.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_scale_spec.py b/kubernetes/test/test_v1beta2_scale_spec.py index 72bf926e1..f9113528e 100644 --- a/kubernetes/test/test_v1beta2_scale_spec.py +++ b/kubernetes/test/test_v1beta2_scale_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_scale_status.py b/kubernetes/test/test_v1beta2_scale_status.py index 5a829923b..a8d115f36 100644 --- a/kubernetes/test/test_v1beta2_scale_status.py +++ b/kubernetes/test/test_v1beta2_scale_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set.py b/kubernetes/test/test_v1beta2_stateful_set.py index 4ae68c534..db5dcfa4f 100644 --- a/kubernetes/test/test_v1beta2_stateful_set.py +++ b/kubernetes/test/test_v1beta2_stateful_set.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set_condition.py b/kubernetes/test/test_v1beta2_stateful_set_condition.py index 6ad37eb6b..2bb878ace 100644 --- a/kubernetes/test/test_v1beta2_stateful_set_condition.py +++ b/kubernetes/test/test_v1beta2_stateful_set_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set_list.py b/kubernetes/test/test_v1beta2_stateful_set_list.py index a6b7d7f00..1e2b0580f 100644 --- a/kubernetes/test/test_v1beta2_stateful_set_list.py +++ b/kubernetes/test/test_v1beta2_stateful_set_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set_spec.py b/kubernetes/test/test_v1beta2_stateful_set_spec.py index 0114f71d9..cc5f4a441 100644 --- a/kubernetes/test/test_v1beta2_stateful_set_spec.py +++ b/kubernetes/test/test_v1beta2_stateful_set_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set_status.py b/kubernetes/test/test_v1beta2_stateful_set_status.py index 2eb85b3b3..38763c25a 100644 --- a/kubernetes/test/test_v1beta2_stateful_set_status.py +++ b/kubernetes/test/test_v1beta2_stateful_set_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v1beta2_stateful_set_update_strategy.py b/kubernetes/test/test_v1beta2_stateful_set_update_strategy.py index 408319461..498e0f55c 100644 --- a/kubernetes/test/test_v1beta2_stateful_set_update_strategy.py +++ b/kubernetes/test/test_v1beta2_stateful_set_update_strategy.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2alpha1_cron_job.py b/kubernetes/test/test_v2alpha1_cron_job.py index 575f4c2cb..88f4a09fb 100644 --- a/kubernetes/test/test_v2alpha1_cron_job.py +++ b/kubernetes/test/test_v2alpha1_cron_job.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2alpha1_cron_job_list.py b/kubernetes/test/test_v2alpha1_cron_job_list.py index acf18a864..a0af17273 100644 --- a/kubernetes/test/test_v2alpha1_cron_job_list.py +++ b/kubernetes/test/test_v2alpha1_cron_job_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2alpha1_cron_job_spec.py b/kubernetes/test/test_v2alpha1_cron_job_spec.py index 1fa0602f9..241c487fb 100644 --- a/kubernetes/test/test_v2alpha1_cron_job_spec.py +++ b/kubernetes/test/test_v2alpha1_cron_job_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2alpha1_cron_job_status.py b/kubernetes/test/test_v2alpha1_cron_job_status.py index 517a9dd96..c20b19f95 100644 --- a/kubernetes/test/test_v2alpha1_cron_job_status.py +++ b/kubernetes/test/test_v2alpha1_cron_job_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2alpha1_job_template_spec.py b/kubernetes/test/test_v2alpha1_job_template_spec.py index 6f1e8438c..982fc966d 100644 --- a/kubernetes/test/test_v2alpha1_job_template_spec.py +++ b/kubernetes/test/test_v2alpha1_job_template_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_cross_version_object_reference.py b/kubernetes/test/test_v2beta1_cross_version_object_reference.py index c68bf7a4b..dbc37d6dc 100644 --- a/kubernetes/test/test_v2beta1_cross_version_object_reference.py +++ b/kubernetes/test/test_v2beta1_cross_version_object_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_external_metric_source.py b/kubernetes/test/test_v2beta1_external_metric_source.py index 24f51cb90..887e16a6c 100644 --- a/kubernetes/test/test_v2beta1_external_metric_source.py +++ b/kubernetes/test/test_v2beta1_external_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_external_metric_status.py b/kubernetes/test/test_v2beta1_external_metric_status.py index 3863b5815..408e7bace 100644 --- a/kubernetes/test/test_v2beta1_external_metric_status.py +++ b/kubernetes/test/test_v2beta1_external_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler.py b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler.py index eba15b26b..03890a490 100644 --- a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler.py +++ b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_condition.py b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_condition.py index 141a93b43..c11dbbdb6 100644 --- a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_condition.py +++ b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_condition.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_list.py b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_list.py index 51061e9af..13c1eed63 100644 --- a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_list.py +++ b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_list.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_spec.py b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_spec.py index f04056f45..b8c0db129 100644 --- a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_spec.py +++ b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_status.py b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_status.py index 6801f2870..531965474 100644 --- a/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_status.py +++ b/kubernetes/test/test_v2beta1_horizontal_pod_autoscaler_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_metric_spec.py b/kubernetes/test/test_v2beta1_metric_spec.py index 2df9f91b7..3f7b7d25e 100644 --- a/kubernetes/test/test_v2beta1_metric_spec.py +++ b/kubernetes/test/test_v2beta1_metric_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_metric_status.py b/kubernetes/test/test_v2beta1_metric_status.py index 0a11d1a58..6f37bdab9 100644 --- a/kubernetes/test/test_v2beta1_metric_status.py +++ b/kubernetes/test/test_v2beta1_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_object_metric_source.py b/kubernetes/test/test_v2beta1_object_metric_source.py index 6a5bc8ed1..48d78b5cc 100644 --- a/kubernetes/test/test_v2beta1_object_metric_source.py +++ b/kubernetes/test/test_v2beta1_object_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_object_metric_status.py b/kubernetes/test/test_v2beta1_object_metric_status.py index 9b1f4ec7b..19992d05a 100644 --- a/kubernetes/test/test_v2beta1_object_metric_status.py +++ b/kubernetes/test/test_v2beta1_object_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_pods_metric_source.py b/kubernetes/test/test_v2beta1_pods_metric_source.py index 5bf6fffa7..d7a11f130 100644 --- a/kubernetes/test/test_v2beta1_pods_metric_source.py +++ b/kubernetes/test/test_v2beta1_pods_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_pods_metric_status.py b/kubernetes/test/test_v2beta1_pods_metric_status.py index 9e5833dc2..d778412d1 100644 --- a/kubernetes/test/test_v2beta1_pods_metric_status.py +++ b/kubernetes/test/test_v2beta1_pods_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_resource_metric_source.py b/kubernetes/test/test_v2beta1_resource_metric_source.py index 39af113e3..9e87c6a5d 100644 --- a/kubernetes/test/test_v2beta1_resource_metric_source.py +++ b/kubernetes/test/test_v2beta1_resource_metric_source.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_v2beta1_resource_metric_status.py b/kubernetes/test/test_v2beta1_resource_metric_status.py index d0f3f542c..2160f6998 100644 --- a/kubernetes/test/test_v2beta1_resource_metric_status.py +++ b/kubernetes/test/test_v2beta1_resource_metric_status.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_version_api.py b/kubernetes/test/test_version_api.py index a69739c91..4e0f12836 100644 --- a/kubernetes/test/test_version_api.py +++ b/kubernetes/test/test_version_api.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/kubernetes/test/test_version_info.py b/kubernetes/test/test_version_info.py index 7a88163db..0e331b261 100644 --- a/kubernetes/test/test_version_info.py +++ b/kubernetes/test/test_version_info.py @@ -5,7 +5,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - OpenAPI spec version: v1.11.1 + OpenAPI spec version: v1.10.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/requirements.txt b/requirements.txt index 3bf9656a5..1e61154c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,9 @@ setuptools>=21.0.0 # PSF/ZPL urllib3>=1.19.1,!=1.21 # MIT pyyaml>=3.12 # MIT google-auth>=1.0.1 # Apache-2.0 -ipaddress>=1.0.17;python_version=="2.7" # PSF +ipaddress>=1.0.17 # PSF websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -adal>=1.0.2 # MIT +requests_mock +mock diff --git a/scripts/constants.py b/scripts/constants.py index 6c0c18af7..64cd75caa 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,10 +15,10 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.11" +KUBERNETES_BRANCH = "release-1.10" # client version for packaging and releasing. -CLIENT_VERSION = "7.0.0-snapshot" +CLIENT_VERSION = "6.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes" diff --git a/scripts/swagger.json b/scripts/swagger.json index 23db3f7d0..fdf04302a 100644 --- a/scripts/swagger.json +++ b/scripts/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Kubernetes", - "version": "v1.11.1" + "version": "v1.10.0" }, "paths": { "/api/": { @@ -18312,41 +18312,6 @@ ] }, "/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status": { - "get": { - "description": "read status of the specified CustomResourceDefinition", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiextensions_v1beta1" - ], - "operationId": "readCustomResourceDefinitionStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.CustomResourceDefinition" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified CustomResourceDefinition", "consumes": [ @@ -18398,54 +18363,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified CustomResourceDefinition", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiextensions_v1beta1" - ], - "operationId": "patchCustomResourceDefinitionStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", - "type": "object" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.CustomResourceDefinition" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -19164,41 +19081,6 @@ ] }, "/apis/apiregistration.k8s.io/v1/apiservices/{name}/status": { - "get": { - "description": "read status of the specified APIService", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1" - ], - "operationId": "readAPIServiceStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - }, "put": { "description": "replace status of the specified APIService", "consumes": [ @@ -19250,54 +19132,6 @@ "version": "v1" } }, - "patch": { - "description": "partially update status of the specified APIService", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1" - ], - "operationId": "patchAPIServiceStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", - "type": "object" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - }, "parameters": [ { "uniqueItems": true, @@ -19983,41 +19817,6 @@ ] }, "/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status": { - "get": { - "description": "read status of the specified APIService", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1beta1" - ], - "operationId": "readAPIServiceStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified APIService", "consumes": [ @@ -20069,54 +19868,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified APIService", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "apiregistration_v1beta1" - ], - "operationId": "patchAPIServiceStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", - "type": "object" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.APIService" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -40997,41 +40748,6 @@ ] }, "/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status": { - "get": { - "description": "read status of the specified CertificateSigningRequest", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "certificates_v1beta1" - ], - "operationId": "readCertificateSigningRequestStatus", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.CertificateSigningRequest" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "certificates.k8s.io", - "kind": "CertificateSigningRequest", - "version": "v1beta1" - } - }, "put": { "description": "replace status of the specified CertificateSigningRequest", "consumes": [ @@ -41083,54 +40799,6 @@ "version": "v1beta1" } }, - "patch": { - "description": "partially update status of the specified CertificateSigningRequest", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "certificates_v1beta1" - ], - "operationId": "patchCertificateSigningRequestStatus", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", - "type": "object" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.CertificateSigningRequest" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "certificates.k8s.io", - "kind": "CertificateSigningRequest", - "version": "v1beta1" - } - }, "parameters": [ { "uniqueItems": true, @@ -59995,673 +59663,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/v1alpha1.PriorityClass" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1alpha1" - } - }, - "put": { - "description": "replace the specified PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1alpha1" - ], - "operationId": "replacePriorityClass", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1alpha1.PriorityClass" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1alpha1.PriorityClass" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/v1alpha1.PriorityClass" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "put", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1alpha1" - } - }, - "delete": { - "description": "delete a PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1alpha1" - ], - "operationId": "deletePriorityClass", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1.DeleteOptions" - } - }, - { - "uniqueItems": true, - "type": "integer", - "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", - "name": "gracePeriodSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", - "name": "orphanDependents", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", - "name": "propagationPolicy", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.Status" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "delete", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1alpha1" - } - }, - "patch": { - "description": "partially update the specified PriorityClass", - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1alpha1" - ], - "operationId": "patchPriorityClass", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", - "type": "object" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1alpha1.PriorityClass" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1alpha1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "name of the PriorityClass", - "name": "name", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - } - ] - }, - "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses": { - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ] - }, - "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}": { - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "name of the PriorityClass", - "name": "name", - "in": "path", - "required": true - }, - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ] - }, - "/apis/scheduling.k8s.io/v1beta1/": { - "get": { - "description": "get available resources", - "consumes": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "getAPIResources", - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.APIResourceList" - } - }, - "401": { - "description": "Unauthorized" - } - } - } - }, - "/apis/scheduling.k8s.io/v1beta1/priorityclasses": { - "get": { - "description": "list or watch objects of kind PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf", - "application/json;stream=watch", - "application/vnd.kubernetes.protobuf;stream=watch" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "listPriorityClass", - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClassList" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "list", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - }, - "post": { - "description": "create a PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "createPriorityClass", - "parameters": [ - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" - } - }, - "202": { - "description": "Accepted", - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "post", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - }, - "delete": { - "description": "delete collection of PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "deleteCollectionPriorityClass", - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", - "name": "continue", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", - "name": "fieldSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "If true, partially initialized resources are included in the response.", - "name": "includeUninitialized", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", - "name": "labelSelector", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", - "name": "limit", - "in": "query" - }, - { - "uniqueItems": true, - "type": "string", - "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", - "name": "resourceVersion", - "in": "query" - }, - { - "uniqueItems": true, - "type": "integer", - "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", - "name": "timeoutSeconds", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "name": "watch", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.Status" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "x-kubernetes-action": "deletecollection", - "x-kubernetes-group-version-kind": { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - }, - "parameters": [ - { - "uniqueItems": true, - "type": "string", - "description": "If 'true', then the output is pretty printed.", - "name": "pretty", - "in": "query" - } - ] - }, - "/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}": { - "get": { - "description": "read the specified PriorityClass", - "consumes": [ - "*/*" - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "schemes": [ - "https" - ], - "tags": [ - "scheduling_v1beta1" - ], - "operationId": "readPriorityClass", - "parameters": [ - { - "uniqueItems": true, - "type": "boolean", - "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", - "name": "exact", - "in": "query" - }, - { - "uniqueItems": true, - "type": "boolean", - "description": "Should this value be exported. Export strips fields that a user can not specify.", - "name": "export", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" + "$ref": "#/definitions/v1alpha1.PriorityClass" } }, "401": { @@ -60672,7 +59674,7 @@ "x-kubernetes-group-version-kind": { "group": "scheduling.k8s.io", "kind": "PriorityClass", - "version": "v1beta1" + "version": "v1alpha1" } }, "put": { @@ -60689,7 +59691,7 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "scheduling_v1alpha1" ], "operationId": "replacePriorityClass", "parameters": [ @@ -60698,7 +59700,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" + "$ref": "#/definitions/v1alpha1.PriorityClass" } } ], @@ -60706,13 +59708,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" + "$ref": "#/definitions/v1alpha1.PriorityClass" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" + "$ref": "#/definitions/v1alpha1.PriorityClass" } }, "401": { @@ -60723,7 +59725,7 @@ "x-kubernetes-group-version-kind": { "group": "scheduling.k8s.io", "kind": "PriorityClass", - "version": "v1beta1" + "version": "v1alpha1" } }, "delete": { @@ -60740,7 +59742,7 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "scheduling_v1alpha1" ], "operationId": "deletePriorityClass", "parameters": [ @@ -60789,7 +59791,7 @@ "x-kubernetes-group-version-kind": { "group": "scheduling.k8s.io", "kind": "PriorityClass", - "version": "v1beta1" + "version": "v1alpha1" } }, "patch": { @@ -60808,7 +59810,7 @@ "https" ], "tags": [ - "scheduling_v1beta1" + "scheduling_v1alpha1" ], "operationId": "patchPriorityClass", "parameters": [ @@ -60826,7 +59828,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/v1beta1.PriorityClass" + "$ref": "#/definitions/v1alpha1.PriorityClass" } }, "401": { @@ -60837,7 +59839,7 @@ "x-kubernetes-group-version-kind": { "group": "scheduling.k8s.io", "kind": "PriorityClass", - "version": "v1beta1" + "version": "v1alpha1" } }, "parameters": [ @@ -60858,7 +59860,7 @@ } ] }, - "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses": { + "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses": { "parameters": [ { "uniqueItems": true, @@ -60925,7 +59927,7 @@ } ] }, - "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}": { + "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}": { "parameters": [ { "uniqueItems": true, @@ -65332,40 +64334,40 @@ } } }, - "v1beta1.VolumeAttachment": { - "description": "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.\n\nVolumeAttachment objects are non-namespaced.", + "v1.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", "required": [ - "spec" + "type", + "status" ], "properties": { - "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", - "type": "string" + "lastTransitionTime": { + "description": "Last time the condition transitioned from one status to another.", + "type": "string", + "format": "date-time" }, - "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" + "lastUpdateTime": { + "description": "The last time this condition was updated.", + "type": "string", + "format": "date-time" }, - "metadata": { - "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", - "$ref": "#/definitions/v1.ObjectMeta" + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" }, - "spec": { - "description": "Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.", - "$ref": "#/definitions/v1beta1.VolumeAttachmentSpec" + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" }, "status": { - "description": "Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.", - "$ref": "#/definitions/v1beta1.VolumeAttachmentStatus" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "storage.k8s.io", - "kind": "VolumeAttachment", - "version": "v1beta1" + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of deployment condition.", + "type": "string" } - ] + } }, "apps.v1beta1.RollbackConfig": { "description": "DEPRECATED.", @@ -65390,30 +64392,6 @@ } } }, - "v1.CinderPersistentVolumeSource": { - "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", - "required": [ - "volumeID" - ], - "properties": { - "fsType": { - "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "string" - }, - "readOnly": { - "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "boolean" - }, - "secretRef": { - "description": "Optional: points to a secret object containing parameters used to connect to OpenStack.", - "$ref": "#/definitions/v1.SecretReference" - }, - "volumeID": { - "description": "volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "type": "string" - } - } - }, "v1.StatefulSet": { "description": "StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n - Network: A single stable DNS and hostname.\n - Storage: As many VolumeClaims as requested.\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.", "properties": { @@ -65461,7 +64439,6 @@ "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -65469,7 +64446,6 @@ "description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -65482,10 +64458,6 @@ "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, - "config": { - "description": "Status of the config assigned to the node via the dynamic Kubelet config feature.", - "$ref": "#/definitions/v1.NodeConfigStatus" - }, "daemonEndpoints": { "description": "Endpoints of daemons running on the Node.", "$ref": "#/definitions/v1.NodeDaemonEndpoints" @@ -65521,30 +64493,6 @@ } } }, - "v1.ScopedResourceSelectorRequirement": { - "description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.", - "required": [ - "scopeName", - "operator" - ], - "properties": { - "operator": { - "description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.", - "type": "string" - }, - "scopeName": { - "description": "The name of the scope that the selector applies to.", - "type": "string" - }, - "values": { - "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, "v1beta1.HTTPIngressPath": { "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.", "required": [ @@ -65801,46 +64749,6 @@ } ] }, - "v1beta1.PriorityClass": { - "description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.", - "required": [ - "value" - ], - "properties": { - "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", - "type": "string" - }, - "description": { - "description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.", - "type": "string" - }, - "globalDefault": { - "description": "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.", - "type": "boolean" - }, - "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" - }, - "metadata": { - "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", - "$ref": "#/definitions/v1.ObjectMeta" - }, - "value": { - "description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.", - "type": "integer", - "format": "int32" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "scheduling.k8s.io", - "kind": "PriorityClass", - "version": "v1beta1" - } - ] - }, "v1.CephFSPersistentVolumeSource": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "required": [ @@ -65956,41 +64864,6 @@ } ] }, - "v1.DeploymentCondition": { - "description": "DeploymentCondition describes the state of a deployment at a certain point.", - "required": [ - "type", - "status" - ], - "properties": { - "lastTransitionTime": { - "description": "Last time the condition transitioned from one status to another.", - "type": "string", - "format": "date-time" - }, - "lastUpdateTime": { - "description": "The last time this condition was updated.", - "type": "string", - "format": "date-time" - }, - "message": { - "description": "A human readable message indicating details about the transition.", - "type": "string" - }, - "reason": { - "description": "The reason for the condition's last transition.", - "type": "string" - }, - "status": { - "description": "Status of the condition, one of True, False, Unknown.", - "type": "string" - }, - "type": { - "description": "Type of deployment condition.", - "type": "string" - } - } - }, "apps.v1beta1.DeploymentSpec": { "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", "required": [ @@ -66112,13 +64985,6 @@ "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", "type": "boolean" }, - "allowedTopologies": { - "description": "Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.TopologySelectorTerm" - } - }, "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", "type": "string" @@ -66509,13 +65375,13 @@ } }, "policy.v1beta1.SELinuxStrategyOptions": { - "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.", + "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "rule": { - "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "description": "type is the strategy that will dictate the allowable labels that may be set.", "type": "string" }, "seLinuxOptions": { @@ -66524,22 +65390,6 @@ } } }, - "v1beta1.IngressTLS": { - "description": "IngressTLS describes the transport layer security associated with an Ingress.", - "properties": { - "hosts": { - "description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.", - "type": "array", - "items": { - "type": "string" - } - }, - "secretName": { - "description": "SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.", - "type": "string" - } - } - }, "v1.ClusterRoleList": { "description": "ClusterRoleList is a collection of ClusterRoles", "required": [ @@ -66595,14 +65445,14 @@ "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", "type": "string" } } @@ -66696,15 +65546,11 @@ ] }, "extensions.v1beta1.AllowedHostPath": { - "description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.", + "description": "defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", "properties": { "pathPrefix": { - "description": "pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "description": "is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", "type": "string" - }, - "readOnly": { - "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", - "type": "boolean" } } }, @@ -66942,10 +65788,6 @@ "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", "type": "boolean" }, - "secretRef": { - "description": "Optional: points to a secret object containing parameters used to connect to OpenStack.", - "$ref": "#/definitions/v1.LocalObjectReference" - }, "volumeID": { "description": "volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", "type": "string" @@ -66953,17 +65795,13 @@ } }, "v1.NodeSelectorTerm": { - "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", + "description": "A null or empty node selector term matches no objects.", + "required": [ + "matchExpressions" + ], "properties": { "matchExpressions": { - "description": "A list of node selector requirements by node's labels.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.NodeSelectorRequirement" - } - }, - "matchFields": { - "description": "A list of node selector requirements by node's fields.", + "description": "Required. A list of node selector requirements. The requirements are ANDed.", "type": "array", "items": { "$ref": "#/definitions/v1.NodeSelectorRequirement" @@ -67177,36 +66015,6 @@ } } }, - "v1.ConfigMapNodeConfigSource": { - "description": "ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.", - "required": [ - "namespace", - "name", - "kubeletConfigKey" - ], - "properties": { - "kubeletConfigKey": { - "description": "KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", - "type": "string" - }, - "name": { - "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", - "type": "string" - }, - "namespace": { - "description": "Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", - "type": "string" - }, - "resourceVersion": { - "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", - "type": "string" - }, - "uid": { - "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", - "type": "string" - } - } - }, "apps.v1beta1.DeploymentList": { "description": "DeploymentList is a list of Deployments.", "required": [ @@ -67301,17 +66109,12 @@ "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.", "properties": { "hard": { - "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", + "description": "Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, - "scopeSelector": { - "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.", - "$ref": "#/definitions/v1.ScopeSelector" - }, "scopes": { "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.", "type": "array", @@ -67430,14 +66233,7 @@ "description": "Status contains derived information about an API server", "$ref": "#/definitions/v1beta1.APIServiceStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1beta1" - } - ] + } }, "v1beta1.Ingress": { "description": "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.", @@ -67495,7 +66291,6 @@ "description": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", "type": "object", "additionalProperties": { - "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string", "format": "date-time" } @@ -67540,14 +66335,7 @@ "metadata": { "$ref": "#/definitions/v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIServiceList", - "version": "v1" - } - ] + } }, "v1.PodAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running", @@ -67793,7 +66581,7 @@ ] }, "extensions.v1beta1.PodSecurityPolicy": { - "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.", + "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", @@ -67824,12 +66612,12 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", "type": "object", "format": "int-or-string" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "type": "object", "format": "int-or-string" } @@ -67955,7 +66743,6 @@ "description": "A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -67965,7 +66752,7 @@ }, "cinder": { "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "$ref": "#/definitions/v1.CinderPersistentVolumeSource" + "$ref": "#/definitions/v1.CinderVolumeSource" }, "claimRef": { "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding", @@ -68139,6 +66926,7 @@ "v1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -68243,14 +67031,7 @@ "description": "Status indicates the actual state of the CustomResourceDefinition", "$ref": "#/definitions/v1beta1.CustomResourceDefinitionStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinition", - "version": "v1beta1" - } - ] + } }, "v2beta1.ExternalMetricSource": { "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one \"target\" type should be set.", @@ -68313,6 +67094,7 @@ "v1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -68645,7 +67427,6 @@ "description": "Represents the actual resources of the underlying volume.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -68747,13 +67528,13 @@ } }, "extensions.v1beta1.AllowedFlexVolume": { - "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.", + "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.", "required": [ "driver" ], "properties": { "driver": { - "description": "driver is the name of the Flexvolume driver.", + "description": "Driver is the name of the Flexvolume driver.", "type": "string" } } @@ -68824,20 +67605,42 @@ } ] }, - "v1.Sysctl": { - "description": "Sysctl defines a kernel parameter to be set", - "required": [ - "name", - "value" - ], + "v1.SecurityContext": { + "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { - "name": { - "description": "Name of a property to set", - "type": "string" + "allowPrivilegeEscalation": { + "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN", + "type": "boolean" }, - "value": { - "description": "Value of a property to set", - "type": "string" + "capabilities": { + "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.", + "$ref": "#/definitions/v1.Capabilities" + }, + "privileged": { + "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.", + "type": "boolean" + }, + "readOnlyRootFilesystem": { + "description": "Whether this container has a read-only root filesystem. Default is false.", + "type": "boolean" + }, + "runAsGroup": { + "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", + "type": "integer", + "format": "int64" + }, + "runAsNonRoot": { + "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", + "type": "boolean" + }, + "runAsUser": { + "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", + "type": "integer", + "format": "int64" + }, + "seLinuxOptions": { + "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", + "$ref": "#/definitions/v1.SELinuxOptions" } } }, @@ -68866,6 +67669,18 @@ } } }, + "v1beta1.JSON": { + "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.", + "required": [ + "Raw" + ], + "properties": { + "Raw": { + "type": "string", + "format": "byte" + } + } + }, "v1beta1.ReplicaSet": { "description": "DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.", "properties": { @@ -68934,7 +67749,7 @@ } }, "extensions.v1beta1.PodSecurityPolicySpec": { - "description": "PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.", + "description": "Pod Security Policy Spec defines the policy enforced.", "required": [ "seLinux", "runAsUser", @@ -68943,57 +67758,43 @@ ], "properties": { "allowPrivilegeEscalation": { - "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", "type": "boolean" }, "allowedCapabilities": { - "description": "allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.", + "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.", "type": "array", "items": { "type": "string" } }, "allowedFlexVolumes": { - "description": "allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field.", + "description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.AllowedFlexVolume" } }, "allowedHostPaths": { - "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "description": "is a white list of allowed host paths. Empty indicates that all host paths may be used.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.AllowedHostPath" } }, - "allowedUnsafeSysctls": { - "description": "allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "defaultAddCapabilities": { - "description": "defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.", + "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.", "type": "array", "items": { "type": "string" } }, "defaultAllowPrivilegeEscalation": { - "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "description": "DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", "type": "boolean" }, - "forbiddenSysctls": { - "description": "forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "fsGroup": { - "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.", + "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.", "$ref": "#/definitions/extensions.v1beta1.FSGroupStrategyOptions" }, "hostIPC": { @@ -69020,11 +67821,11 @@ "type": "boolean" }, "readOnlyRootFilesystem": { - "description": "readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", + "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", "type": "boolean" }, "requiredDropCapabilities": { - "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", "type": "array", "items": { "type": "string" @@ -69039,11 +67840,11 @@ "$ref": "#/definitions/extensions.v1beta1.SELinuxStrategyOptions" }, "supplementalGroups": { - "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", + "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", "$ref": "#/definitions/extensions.v1beta1.SupplementalGroupsStrategyOptions" }, "volumes": { - "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used.", "type": "array", "items": { "type": "string" @@ -69235,7 +68036,7 @@ "$ref": "#/definitions/v1.GCEPersistentDiskVolumeSource" }, "gitRepo": { - "description": "GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", + "description": "GitRepo represents a git repository at a particular revision.", "$ref": "#/definitions/v1.GitRepoVolumeSource" }, "glusterfs": { @@ -69402,7 +68203,7 @@ "type": "string" }, "mountPropagation": { - "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", + "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10.", "type": "string" }, "name": { @@ -70042,45 +68843,6 @@ } ] }, - "v1.SecurityContext": { - "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", - "properties": { - "allowPrivilegeEscalation": { - "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN", - "type": "boolean" - }, - "capabilities": { - "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.", - "$ref": "#/definitions/v1.Capabilities" - }, - "privileged": { - "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.", - "type": "boolean" - }, - "readOnlyRootFilesystem": { - "description": "Whether this container has a read-only root filesystem. Default is false.", - "type": "boolean" - }, - "runAsGroup": { - "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "type": "integer", - "format": "int64" - }, - "runAsNonRoot": { - "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "type": "boolean" - }, - "runAsUser": { - "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "type": "integer", - "format": "int64" - }, - "seLinuxOptions": { - "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "$ref": "#/definitions/v1.SELinuxOptions" - } - } - }, "v1.NetworkPolicySpec": { "description": "NetworkPolicySpec provides the specification of a NetworkPolicy", "required": [ @@ -70258,18 +69020,6 @@ } } }, - "v1.TopologySelectorTerm": { - "description": "A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.", - "properties": { - "matchLabelExpressions": { - "description": "A list of topology selector requirements by labels.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.TopologySelectorLabelRequirement" - } - } - } - }, "v1.ObjectFieldSelector": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "required": [ @@ -70432,15 +69182,15 @@ "description": "DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.", "properties": { "ipBlock": { - "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.", + "description": "IPBlock defines policy on a particular IPBlock", "$ref": "#/definitions/v1beta1.IPBlock" }, "namespaceSelector": { - "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.", + "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.", "$ref": "#/definitions/v1.LabelSelector" }, "podSelector": { - "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.", + "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.", "$ref": "#/definitions/v1.LabelSelector" } } @@ -70519,13 +69269,13 @@ ] }, "extensions.v1beta1.SELinuxStrategyOptions": { - "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.", + "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "rule": { - "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "description": "type is the strategy that will dictate the allowable labels that may be set.", "type": "string" }, "seLinuxOptions": { @@ -70541,7 +69291,6 @@ "description": "Default resource requirement limit value by resource name if resource limit is omitted.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -70549,7 +69298,6 @@ "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -70557,7 +69305,6 @@ "description": "Max usage constraints on this kind by resource name.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -70565,7 +69312,6 @@ "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -70573,7 +69319,6 @@ "description": "Min usage constraints on this kind by resource name.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -70711,8 +69456,7 @@ "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", "required": [ "conditions", - "acceptedNames", - "storedVersions" + "acceptedNames" ], "properties": { "acceptedNames": { @@ -70725,13 +69469,6 @@ "items": { "$ref": "#/definitions/v1beta1.CustomResourceDefinitionCondition" } - }, - "storedVersions": { - "description": "StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field.", - "type": "array", - "items": { - "type": "string" - } } } }, @@ -70818,6 +69555,62 @@ } } }, + "admissionregistration.v1beta1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "required": [ + "namespace", + "name" + ], + "properties": { + "name": { + "description": "`name` is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "`namespace` is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "`path` is an optional URL path which will be sent in any request to this service.", + "type": "string" + } + } + }, + "v1beta1.VolumeAttachment": { + "description": "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.\n\nVolumeAttachment objects are non-namespaced.", + "required": [ + "spec" + ], + "properties": { + "apiVersion": { + "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", + "type": "string" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", + "type": "string" + }, + "metadata": { + "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.", + "$ref": "#/definitions/v1beta1.VolumeAttachmentSpec" + }, + "status": { + "description": "Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.", + "$ref": "#/definitions/v1beta1.VolumeAttachmentStatus" + } + }, + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1beta1" + } + ] + }, "v1beta1.APIServiceList": { "description": "APIServiceList is a list of APIService objects.", "required": [ @@ -70841,14 +69634,7 @@ "metadata": { "$ref": "#/definitions/v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIServiceList", - "version": "v1beta1" - } - ] + } }, "v1alpha1.VolumeAttachmentStatus": { "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", @@ -70960,27 +69746,6 @@ } } }, - "v1.NodeConfigStatus": { - "description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.", - "properties": { - "active": { - "description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.", - "$ref": "#/definitions/v1.NodeConfigSource" - }, - "assigned": { - "description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned.", - "$ref": "#/definitions/v1.NodeConfigSource" - }, - "error": { - "description": "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.", - "type": "string" - }, - "lastKnownGood": { - "description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future.", - "$ref": "#/definitions/v1.NodeConfigSource" - } - } - }, "v1alpha1.PriorityClassList": { "description": "PriorityClassList is a collection of priority classes.", "required": [ @@ -71019,17 +69784,11 @@ "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", "required": [ "group", + "version", "names", "scope" ], "properties": { - "additionalPrinterColumns": { - "description": "AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column.", - "type": "array", - "items": { - "$ref": "#/definitions/v1beta1.CustomResourceColumnDefinition" - } - }, "group": { "description": "Group is the group this resource belongs in", "type": "string" @@ -71043,7 +69802,7 @@ "type": "string" }, "subresources": { - "description": "Subresources describes the subresources for CustomResources", + "description": "Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate.", "$ref": "#/definitions/v1beta1.CustomResourceSubresources" }, "validation": { @@ -71051,15 +69810,8 @@ "$ref": "#/definitions/v1beta1.CustomResourceValidation" }, "version": { - "description": "Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`.", + "description": "Version is the version this resource belongs in", "type": "string" - }, - "versions": { - "description": "Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", - "type": "array", - "items": { - "$ref": "#/definitions/v1beta1.CustomResourceDefinitionVersion" - } } } }, @@ -71193,7 +69945,7 @@ "$ref": "#/definitions/v1.NodeConfigSource" }, "externalID": { - "description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966", + "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.", "type": "string" }, "podCIDR": { @@ -71231,10 +69983,6 @@ "secret": { "description": "information about the secret data to project", "$ref": "#/definitions/v1.SecretProjection" - }, - "serviceAccountToken": { - "description": "information about the serviceAccountToken data to project", - "$ref": "#/definitions/v1.ServiceAccountTokenProjection" } } }, @@ -71415,26 +70163,26 @@ "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", "type": "string" } } }, "v1.LocalVolumeSource": { - "description": "Local represents directly-attached storage with node affinity (Beta feature)", + "description": "Local represents directly-attached storage with node affinity", "required": [ "path" ], "properties": { "path": { - "description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.", + "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device", "type": "string" } } @@ -71513,17 +70261,17 @@ } }, "extensions.v1beta1.SupplementalGroupsStrategyOptions": { - "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.", + "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", "type": "string" } } @@ -71735,7 +70483,6 @@ "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -71743,7 +70490,6 @@ "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } } @@ -71924,37 +70670,38 @@ } } }, - "v1.Deployment": { - "description": "Deployment enables declarative updates for Pods and ReplicaSets.", + "v1.ObjectReference": { + "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "properties": { "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", + "description": "API version of the referent.", + "type": "string" + }, + "fieldPath": { + "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.", "type": "string" }, "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", + "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "type": "string" }, - "metadata": { - "description": "Standard object metadata.", - "$ref": "#/definitions/v1.ObjectMeta" + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" }, - "spec": { - "description": "Specification of the desired behavior of the Deployment.", - "$ref": "#/definitions/v1.DeploymentSpec" + "namespace": { + "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", + "type": "string" }, - "status": { - "description": "Most recently observed status of the Deployment.", - "$ref": "#/definitions/v1.DeploymentStatus" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apps", - "kind": "Deployment", - "version": "v1" + "resourceVersion": { + "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency", + "type": "string" + }, + "uid": { + "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", + "type": "string" } - ] + } }, "v1beta1.DaemonSetStatus": { "description": "DaemonSetStatus represents the current status of a daemon set.", @@ -72147,7 +70894,7 @@ } }, "policy.v1beta1.HostPortRange": { - "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", + "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", "required": [ "min", "max" @@ -72303,20 +71050,20 @@ } }, "extensions.v1beta1.RunAsUserStrategyOptions": { - "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.", + "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "ranges": { - "description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of uids that may be used.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": "string" } } @@ -72733,11 +71480,25 @@ "v1.NodeConfigSource": { "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.", "properties": { - "configMap": { - "description": "ConfigMap is a reference to a Node's ConfigMap", - "$ref": "#/definitions/v1.ConfigMapNodeConfigSource" + "apiVersion": { + "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", + "type": "string" + }, + "configMapRef": { + "$ref": "#/definitions/v1.ObjectReference" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", + "type": "string" } - } + }, + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "NodeConfigSource", + "version": "v1" + } + ] }, "v1beta1.LocalSubjectAccessReview": { "description": "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.", @@ -73099,21 +71860,6 @@ "kind": "WatchEvent", "version": "v1beta1" }, - { - "group": "apiextensions.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "WatchEvent", - "version": "v1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, { "group": "apps", "kind": "WatchEvent", @@ -73224,11 +71970,6 @@ "kind": "WatchEvent", "version": "v1alpha1" }, - { - "group": "scheduling.k8s.io", - "kind": "WatchEvent", - "version": "v1beta1" - }, { "group": "settings.k8s.io", "kind": "WatchEvent", @@ -73355,12 +72096,12 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.", "type": "object", "format": "int-or-string" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "type": "object", "format": "int-or-string" } @@ -73457,40 +72198,6 @@ } } }, - "v1beta1.PriorityClassList": { - "description": "PriorityClassList is a collection of priority classes.", - "required": [ - "items" - ], - "properties": { - "apiVersion": { - "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", - "type": "string" - }, - "items": { - "description": "items is the list of PriorityClasses", - "type": "array", - "items": { - "$ref": "#/definitions/v1beta1.PriorityClass" - } - }, - "kind": { - "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" - }, - "metadata": { - "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", - "$ref": "#/definitions/v1.ListMeta" - } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "scheduling.k8s.io", - "kind": "PriorityClassList", - "version": "v1beta1" - } - ] - }, "v1beta1.NetworkPolicyIngressRule": { "description": "DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.", "properties": { @@ -73511,7 +72218,7 @@ } }, "policy.v1beta1.PodSecurityPolicySpec": { - "description": "PodSecurityPolicySpec defines the policy enforced.", + "description": "Pod Security Policy Spec defines the policy enforced.", "required": [ "seLinux", "runAsUser", @@ -73520,57 +72227,43 @@ ], "properties": { "allowPrivilegeEscalation": { - "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", "type": "boolean" }, "allowedCapabilities": { - "description": "allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.", + "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.", "type": "array", "items": { "type": "string" } }, "allowedFlexVolumes": { - "description": "allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field.", + "description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.AllowedFlexVolume" } }, "allowedHostPaths": { - "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "description": "is a white list of allowed host paths. Empty indicates that all host paths may be used.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.AllowedHostPath" } }, - "allowedUnsafeSysctls": { - "description": "allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "defaultAddCapabilities": { - "description": "defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.", + "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both DefaultAddCapabilities and RequiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the AllowedCapabilities list.", "type": "array", "items": { "type": "string" } }, "defaultAllowPrivilegeEscalation": { - "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "description": "DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", "type": "boolean" }, - "forbiddenSysctls": { - "description": "forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", - "type": "array", - "items": { - "type": "string" - } - }, "fsGroup": { - "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.", + "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.", "$ref": "#/definitions/policy.v1beta1.FSGroupStrategyOptions" }, "hostIPC": { @@ -73597,11 +72290,11 @@ "type": "boolean" }, "readOnlyRootFilesystem": { - "description": "readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", + "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.", "type": "boolean" }, "requiredDropCapabilities": { - "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", "type": "array", "items": { "type": "string" @@ -73616,11 +72309,11 @@ "$ref": "#/definitions/policy.v1beta1.SELinuxStrategyOptions" }, "supplementalGroups": { - "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", + "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.", "$ref": "#/definitions/policy.v1beta1.SupplementalGroupsStrategyOptions" }, "volumes": { - "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used.", "type": "array", "items": { "type": "string" @@ -73697,7 +72390,7 @@ } }, "extensions.v1beta1.HostPortRange": { - "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.", + "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", "required": [ "min", "max" @@ -73841,21 +72534,6 @@ "kind": "DeleteOptions", "version": "v1beta1" }, - { - "group": "apiextensions.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "DeleteOptions", - "version": "v1" - }, - { - "group": "apiregistration.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, { "group": "apps", "kind": "DeleteOptions", @@ -73966,11 +72644,6 @@ "kind": "DeleteOptions", "version": "v1alpha1" }, - { - "group": "scheduling.k8s.io", - "kind": "DeleteOptions", - "version": "v1beta1" - }, { "group": "settings.k8s.io", "kind": "DeleteOptions", @@ -74060,7 +72733,7 @@ "x-kubernetes-patch-strategy": "merge" }, "publishNotReadyAddresses": { - "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.", + "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. This field will replace the service.alpha.kubernetes.io/tolerate-unready-endpoints when that annotation is deprecated and all clients have been converted to use this field.", "type": "boolean" }, "selector": { @@ -74228,6 +72901,7 @@ "v1beta1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -74655,15 +73329,11 @@ } }, "policy.v1beta1.AllowedHostPath": { - "description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", + "description": "defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", "properties": { "pathPrefix": { - "description": "pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "description": "is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", "type": "string" - }, - "readOnly": { - "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", - "type": "boolean" } } }, @@ -74759,18 +73429,18 @@ } }, "v1.NetworkPolicyPeer": { - "description": "NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed", + "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { - "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.", + "description": "IPBlock defines policy on a particular IPBlock", "$ref": "#/definitions/v1.IPBlock" }, "namespaceSelector": { - "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.", + "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces.", "$ref": "#/definitions/v1.LabelSelector" }, "podSelector": { - "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.", + "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace.", "$ref": "#/definitions/v1.LabelSelector" } } @@ -75386,7 +74056,8 @@ "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.", "required": [ "name", - "versions" + "versions", + "serverAddressByClientCIDRs" ], "properties": { "apiVersion": { @@ -75488,7 +74159,6 @@ "description": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } }, @@ -75496,7 +74166,6 @@ "description": "Used is the current observed total usage of the resource in the namespace.", "type": "object", "additionalProperties": { - "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" } } @@ -75537,19 +74206,19 @@ ] }, "policy.v1beta1.IDRange": { - "description": "IDRange provides a min/max of an allowed range of IDs.", + "description": "ID Range provides a min/max of an allowed range of IDs.", "required": [ "min", "max" ], "properties": { "max": { - "description": "max is the end of the range, inclusive.", + "description": "Max is the end of the range, inclusive.", "type": "integer", "format": "int64" }, "min": { - "description": "min is the start of the range, inclusive.", + "description": "Min is the start of the range, inclusive.", "type": "integer", "format": "int64" } @@ -75558,6 +74227,7 @@ "v1alpha1.ClusterRoleBinding": { "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -75593,46 +74263,12 @@ } ] }, - "v1alpha1.PolicyRule": { - "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", - "required": [ - "verbs" - ], + "v1.LocalObjectReference": { + "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { - "apiGroups": { - "description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.", - "type": "array", - "items": { - "type": "string" - } - }, - "nonResourceURLs": { - "description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both.", - "type": "array", - "items": { - "type": "string" - } - }, - "resourceNames": { - "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", - "type": "array", - "items": { - "type": "string" - } - }, - "resources": { - "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.", - "type": "array", - "items": { - "type": "string" - } - }, - "verbs": { - "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.", - "type": "array", - "items": { - "type": "string" - } + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" } } }, @@ -75643,7 +74279,7 @@ ], "properties": { "driver": { - "description": "driver is the name of the Flexvolume driver.", + "description": "Driver is the name of the Flexvolume driver.", "type": "string" } } @@ -75680,14 +74316,7 @@ "description": "Status contains derived information about an API server", "$ref": "#/definitions/v1.APIServiceStatus" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiregistration.k8s.io", - "kind": "APIService", - "version": "v1" - } - ] + } }, "v1.SubjectAccessReviewSpec": { "description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", @@ -76106,7 +74735,7 @@ } }, "policy.v1beta1.PodSecurityPolicy": { - "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", + "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", @@ -76364,7 +74993,7 @@ ] }, "policy.v1beta1.PodSecurityPolicyList": { - "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects.", + "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.", "required": [ "items" ], @@ -76374,7 +75003,7 @@ "type": "string" }, "items": { - "description": "items is a list of schema objects.", + "description": "Items is a list of schema objects.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.PodSecurityPolicy" @@ -76456,12 +75085,46 @@ } } }, - "v1.LocalObjectReference": { - "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", + "v1alpha1.PolicyRule": { + "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", + "required": [ + "verbs" + ], "properties": { - "name": { - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", - "type": "string" + "apiGroups": { + "description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.", + "type": "array", + "items": { + "type": "string" + } + }, + "nonResourceURLs": { + "description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both.", + "type": "array", + "items": { + "type": "string" + } + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "type": "array", + "items": { + "type": "string" + } + }, + "resources": { + "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.", + "type": "array", + "items": { + "type": "string" + } + }, + "verbs": { + "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.", + "type": "array", + "items": { + "type": "string" + } } } }, @@ -76550,6 +75213,24 @@ } ] }, + "v1beta1.JSONSchemaPropsOrArray": { + "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.", + "required": [ + "Schema", + "JSONSchemas" + ], + "properties": { + "JSONSchemas": { + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.JSONSchemaProps" + } + }, + "Schema": { + "$ref": "#/definitions/v1beta1.JSONSchemaProps" + } + } + }, "extensions.v1beta1.DeploymentRollback": { "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.", "required": [ @@ -76674,18 +75355,6 @@ } ] }, - "v1.PodReadinessGate": { - "description": "PodReadinessGate contains the reference to a pod condition", - "required": [ - "conditionType" - ], - "properties": { - "conditionType": { - "description": "ConditionType refers to a condition in the pod's condition list with matching type.", - "type": "string" - } - } - }, "v1.APIResourceList": { "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.", "required": [ @@ -76825,7 +75494,7 @@ ] }, "v1.GitRepoVolumeSource": { - "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", + "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.", "required": [ "repository" ], @@ -76844,27 +75513,6 @@ } } }, - "v1.ServiceAccountTokenProjection": { - "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", - "required": [ - "path" - ], - "properties": { - "audience": { - "description": "Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", - "type": "string" - }, - "expirationSeconds": { - "description": "ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", - "type": "integer", - "format": "int64" - }, - "path": { - "description": "Path is the path relative to the mount point of the file to project the token into.", - "type": "string" - } - } - }, "v1.EnvVar": { "description": "EnvVar represents an environment variable present in a Container.", "required": [ @@ -76937,20 +75585,20 @@ } }, "policy.v1beta1.RunAsUserStrategyOptions": { - "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.", + "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "ranges": { - "description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of uids that may be used.", "type": "array", "items": { "$ref": "#/definitions/policy.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": "string" } } @@ -77000,6 +75648,21 @@ } } }, + "v1beta1.JSONSchemaPropsOrBool": { + "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.", + "required": [ + "Allows", + "Schema" + ], + "properties": { + "Allows": { + "type": "boolean" + }, + "Schema": { + "$ref": "#/definitions/v1beta1.JSONSchemaProps" + } + } + }, "v1beta1.CertificateSigningRequestList": { "required": [ "items" @@ -77066,19 +75729,19 @@ ] }, "extensions.v1beta1.IDRange": { - "description": "IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.", + "description": "ID Range provides a min/max of an allowed range of IDs.", "required": [ "min", "max" ], "properties": { "max": { - "description": "max is the end of the range, inclusive.", + "description": "Max is the end of the range, inclusive.", "type": "integer", "format": "int64" }, "min": { - "description": "min is the start of the range, inclusive.", + "description": "Min is the start of the range, inclusive.", "type": "integer", "format": "int64" } @@ -77494,6 +76157,7 @@ "v1beta1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -77596,6 +76260,22 @@ } } }, + "v1beta1.IngressTLS": { + "description": "IngressTLS describes the transport layer security associated with an Ingress.", + "properties": { + "hosts": { + "description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.", + "type": "array", + "items": { + "type": "string" + } + }, + "secretName": { + "description": "SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.", + "type": "string" + } + } + }, "v1beta1.StorageClass": { "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.", "required": [ @@ -77606,13 +76286,6 @@ "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", "type": "boolean" }, - "allowedTopologies": { - "description": "Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is alpha-level and is only honored by servers that enable the DynamicProvisioningScheduling feature.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.TopologySelectorTerm" - } - }, "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", "type": "string" @@ -77661,7 +76334,7 @@ ] }, "v1.PodStatus": { - "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.", + "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system.", "properties": { "conditions": { "description": "Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", @@ -77699,7 +76372,7 @@ "type": "string" }, "phase": { - "description": "The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:\n\nPending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.\n\nMore info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase", + "description": "Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase", "type": "string" }, "podIP": { @@ -78010,26 +76683,6 @@ } } }, - "v1.TopologySelectorLabelRequirement": { - "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", - "required": [ - "key", - "values" - ], - "properties": { - "key": { - "description": "The label key that the selector applies to.", - "type": "string" - }, - "values": { - "description": "An array of string values. One value must match the label to be selected. Each entry in Values is ORed.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, "v1beta1.CronJobSpec": { "description": "CronJobSpec describes how the job execution will look like and when it will actually run.", "required": [ @@ -78391,6 +77044,63 @@ } } }, + "v1.NodeSystemInfo": { + "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.", + "required": [ + "machineID", + "systemUUID", + "bootID", + "kernelVersion", + "osImage", + "containerRuntimeVersion", + "kubeletVersion", + "kubeProxyVersion", + "operatingSystem", + "architecture" + ], + "properties": { + "architecture": { + "description": "The Architecture reported by the node", + "type": "string" + }, + "bootID": { + "description": "Boot ID reported by the node.", + "type": "string" + }, + "containerRuntimeVersion": { + "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).", + "type": "string" + }, + "kernelVersion": { + "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).", + "type": "string" + }, + "kubeProxyVersion": { + "description": "KubeProxy Version reported by the node.", + "type": "string" + }, + "kubeletVersion": { + "description": "Kubelet Version reported by the node.", + "type": "string" + }, + "machineID": { + "description": "MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html", + "type": "string" + }, + "operatingSystem": { + "description": "The Operating System reported by the node", + "type": "string" + }, + "osImage": { + "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).", + "type": "string" + }, + "systemUUID": { + "description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html", + "type": "string" + } + } + }, "v1beta1.ClusterRoleList": { "description": "ClusterRoleList is a collection of ClusterRoles", "required": [ @@ -78488,7 +77198,7 @@ "type": "string" }, "type": { - "description": "Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", + "description": "Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", "type": "string" } } @@ -78573,7 +77283,7 @@ "format": "byte" }, "service": { - "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`.\n\nPort 443 will be used if it is open, otherwise it is an error.", + "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`.\n\nIf there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error.", "$ref": "#/definitions/admissionregistration.v1beta1.ServiceReference" }, "url": { @@ -78663,39 +77373,6 @@ } } }, - "v1.ObjectReference": { - "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", - "properties": { - "apiVersion": { - "description": "API version of the referent.", - "type": "string" - }, - "fieldPath": { - "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.", - "type": "string" - }, - "kind": { - "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", - "type": "string" - }, - "name": { - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", - "type": "string" - }, - "namespace": { - "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", - "type": "string" - }, - "resourceVersion": { - "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency", - "type": "string" - }, - "uid": { - "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", - "type": "string" - } - } - }, "v1.CSIPersistentVolumeSource": { "description": "Represents storage that is managed by an external CSI volume driver (Beta feature)", "required": [ @@ -78741,17 +77418,17 @@ } }, "extensions.v1beta1.FSGroupStrategyOptions": { - "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.", + "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { - "description": "ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.", + "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.IDRange" } }, "rule": { - "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", "type": "string" } } @@ -78929,12 +77606,12 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", + "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods.", "type": "object", "format": "int-or-string" }, "maxUnavailable": { - "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", + "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.", "type": "object", "format": "int-or-string" } @@ -79020,6 +77697,7 @@ "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", "required": [ "service", + "caBundle", "groupPriorityMinimum", "versionPriority" ], @@ -79051,7 +77729,7 @@ "type": "string" }, "versionPriority": { - "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", + "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.", "type": "integer", "format": "int32" } @@ -79081,14 +77759,7 @@ "metadata": { "$ref": "#/definitions/v1.ListMeta" } - }, - "x-kubernetes-group-version-kind": [ - { - "group": "apiextensions.k8s.io", - "kind": "CustomResourceDefinitionList", - "version": "v1beta1" - } - ] + } }, "v1.Toleration": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .", @@ -79278,27 +77949,6 @@ } } }, - "admissionregistration.v1beta1.ServiceReference": { - "description": "ServiceReference holds a reference to Service.legacy.k8s.io", - "required": [ - "namespace", - "name" - ], - "properties": { - "name": { - "description": "`name` is the name of the service. Required", - "type": "string" - }, - "namespace": { - "description": "`namespace` is the namespace of the service. Required", - "type": "string" - }, - "path": { - "description": "`path` is an optional URL path which will be sent in any request to this service.", - "type": "string" - } - } - }, "v1.PodSpec": { "description": "PodSpec is a description of a pod.", "required": [ @@ -79398,13 +78048,6 @@ "description": "If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.", "type": "string" }, - "readinessGates": { - "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md", - "type": "array", - "items": { - "$ref": "#/definitions/v1.PodReadinessGate" - } - }, "restartPolicy": { "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy", "type": "string" @@ -79543,6 +78186,7 @@ "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", "required": [ "service", + "caBundle", "groupPriorityMinimum", "versionPriority" ], @@ -79574,7 +78218,7 @@ "type": "string" }, "versionPriority": { - "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", + "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) Since it's inside of a group, the number can be small, probably in the 10s.", "type": "integer", "format": "int32" } @@ -79594,118 +78238,37 @@ } } }, - "v1.NodeSystemInfo": { - "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.", - "required": [ - "machineID", - "systemUUID", - "bootID", - "kernelVersion", - "osImage", - "containerRuntimeVersion", - "kubeletVersion", - "kubeProxyVersion", - "operatingSystem", - "architecture" - ], + "v1.Deployment": { + "description": "Deployment enables declarative updates for Pods and ReplicaSets.", "properties": { - "architecture": { - "description": "The Architecture reported by the node", - "type": "string" - }, - "bootID": { - "description": "Boot ID reported by the node.", - "type": "string" - }, - "containerRuntimeVersion": { - "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).", - "type": "string" - }, - "kernelVersion": { - "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).", - "type": "string" - }, - "kubeProxyVersion": { - "description": "KubeProxy Version reported by the node.", - "type": "string" - }, - "kubeletVersion": { - "description": "Kubelet Version reported by the node.", - "type": "string" - }, - "machineID": { - "description": "MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html", - "type": "string" - }, - "operatingSystem": { - "description": "The Operating System reported by the node", + "apiVersion": { + "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources", "type": "string" }, - "osImage": { - "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).", + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "type": "string" }, - "systemUUID": { - "description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html", - "type": "string" - } - } - }, - "v1beta1.CustomResourceDefinitionVersion": { - "required": [ - "name", - "served", - "storage" - ], - "properties": { - "name": { - "description": "Name is the version name, e.g. \u201cv1\u201d, \u201cv2beta1\u201d, etc.", - "type": "string" + "metadata": { + "description": "Standard object metadata.", + "$ref": "#/definitions/v1.ObjectMeta" }, - "served": { - "description": "Served is a flag enabling/disabling this version from being served via REST APIs", - "type": "boolean" + "spec": { + "description": "Specification of the desired behavior of the Deployment.", + "$ref": "#/definitions/v1.DeploymentSpec" }, - "storage": { - "description": "Storage flags the version as storage version. There must be exactly one flagged as storage version.", - "type": "boolean" + "status": { + "description": "Most recently observed status of the Deployment.", + "$ref": "#/definitions/v1.DeploymentStatus" } - } - }, - "v1beta1.CustomResourceColumnDefinition": { - "description": "CustomResourceColumnDefinition specifies a column for server side printing.", - "required": [ - "name", - "type", - "JSONPath" - ], - "properties": { - "JSONPath": { - "description": "JSONPath is a simple JSON path, i.e. with array notation.", - "type": "string" - }, - "description": { - "description": "description is a human readable description of this column.", - "type": "string" - }, - "format": { - "description": "format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more.", - "type": "string" - }, - "name": { - "description": "name is a human readable name for the column.", - "type": "string" - }, - "priority": { - "description": "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority.", - "type": "integer", - "format": "int32" - }, - "type": { - "description": "type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more.", - "type": "string" + }, + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Deployment", + "version": "v1" } - } + ] }, "v1.ResourceFieldSelector": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", @@ -79753,6 +78316,24 @@ } } }, + "v1beta1.JSONSchemaPropsOrStringArray": { + "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.", + "required": [ + "Schema", + "Property" + ], + "properties": { + "Property": { + "type": "array", + "items": { + "type": "string" + } + }, + "Schema": { + "$ref": "#/definitions/v1beta1.JSONSchemaProps" + } + } + }, "v1.ScaleIOPersistentVolumeSource": { "description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume", "required": [ @@ -80209,12 +78790,10 @@ "type": "string" }, "additionalItems": { - "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSONSchemaPropsOrBool" }, "additionalProperties": { - "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSONSchemaPropsOrBool" }, "allOf": { "type": "array", @@ -80229,8 +78808,7 @@ } }, "default": { - "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSON" }, "definitions": { "type": "object", @@ -80241,8 +78819,7 @@ "dependencies": { "type": "object", "additionalProperties": { - "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSONSchemaPropsOrStringArray" } }, "description": { @@ -80251,13 +78828,11 @@ "enum": { "type": "array", "items": { - "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSON" } }, "example": { - "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSON" }, "exclusiveMaximum": { "type": "boolean" @@ -80275,8 +78850,7 @@ "type": "string" }, "items": { - "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.", - "type": "object" + "$ref": "#/definitions/v1beta1.JSONSchemaPropsOrArray" }, "maxItems": { "type": "integer", @@ -80356,7 +78930,7 @@ } }, "extensions.v1beta1.PodSecurityPolicyList": { - "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.", + "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.", "required": [ "items" ], @@ -80366,7 +78940,7 @@ "type": "string" }, "items": { - "description": "items is a list of schema objects.", + "description": "Items is a list of schema objects.", "type": "array", "items": { "$ref": "#/definitions/extensions.v1beta1.PodSecurityPolicy" @@ -80481,18 +79055,6 @@ } } }, - "v1.ScopeSelector": { - "description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.", - "properties": { - "matchExpressions": { - "description": "A list of scope selector requirements by scope of the resources.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.ScopedResourceSelectorRequirement" - } - } - } - }, "v1.ServiceAccount": { "description": "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets", "properties": { @@ -80657,6 +79219,7 @@ "v1alpha1.RoleBinding": { "description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.", "required": [ + "subjects", "roleRef" ], "properties": { @@ -81061,13 +79624,6 @@ "type": "integer", "format": "int64" } - }, - "sysctls": { - "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.", - "type": "array", - "items": { - "$ref": "#/definitions/v1.Sysctl" - } } } }, diff --git a/setup.py b/setup.py index 13f703106..56fc90c87 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -from setuptools import setup +from setuptools import find_packages, setup # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "7.0.0-snapshot" +CLIENT_VERSION = "6.0.0-snapshot" PACKAGE_NAME = "kubernetes" DEVELOPMENT_STATUS = "4 - Beta" @@ -27,18 +27,8 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -EXTRAS = {} -REQUIRES = [] with open('requirements.txt') as f: - for line in f: - line, _, _ = line.partition('#') - line = line.strip() - if ';' in line: - requirement, _, specifier = line.partition(';') - for_specifier = EXTRAS.setdefault(':{}'.format(specifier), []) - for_specifier.append(requirement) - else: - REQUIRES.append(line) + REQUIRES = f.readlines() with open('test-requirements.txt') as f: TESTS_REQUIRES = f.readlines() @@ -54,7 +44,6 @@ keywords=["Swagger", "OpenAPI", "Kubernetes"], install_requires=REQUIRES, tests_require=TESTS_REQUIRES, - extras_require=EXTRAS, packages=['kubernetes', 'kubernetes.client', 'kubernetes.config', 'kubernetes.watch', 'kubernetes.client.apis', 'kubernetes.stream', 'kubernetes.client.models'], diff --git a/test-requirements.txt b/test-requirements.txt index e18c5c27d..610fd4c7e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,4 +10,6 @@ recommonmark codecov>=1.4.0 pep8 autopep8 -isort \ No newline at end of file +isort +requests_mock +mock \ No newline at end of file